Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2005 01:09:01 GMT
From:      soc-tyler <soc-tyler@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 83082 for review
Message-ID:  <200509040109.j84191uM008247@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=83082

Change 83082 by soc-tyler@soc-tyler_launchd on 2005/09/04 01:08:26

	Fix base Makefile, add launchproxy/ along with Makefile and a slight
	reorganization. Move launchproxy.* to it's directory.

Affected files ...

.. //depot/projects/soc2005/launchd/Makefile#17 edit
.. //depot/projects/soc2005/launchd/launchctl/Makefile#10 edit
.. //depot/projects/soc2005/launchd/launchctl/launchctl.c#22 edit
.. //depot/projects/soc2005/launchd/launchproxy.8#3 delete
.. //depot/projects/soc2005/launchd/launchproxy.c#3 delete
.. //depot/projects/soc2005/launchd/launchproxy/Makefile#1 add
.. //depot/projects/soc2005/launchd/launchproxy/launchproxy.8#1 branch
.. //depot/projects/soc2005/launchd/launchproxy/launchproxy.c#1 add

Differences ...

==== //depot/projects/soc2005/launchd/Makefile#17 (text+ko) ====

@@ -5,7 +5,7 @@
 SRCS=	launchd.c liblaunch.c init.c
 #launchdebugd.c launchproxy.c
 MAN=	init.8 launchd.8 launchd_debugd.8 \
-	launchproxy.8 service.8
+	service.8
 
 BINMODE=500
 INSTALLFLAGS=-b -B.bak
@@ -25,5 +25,7 @@
 DPADD=	${LIBUTIL} ${LIBCRYPT}
 LDADD+=	-lutil -lcrypt -lpthread
 
+SUBDIR= launchctl \
+	launchproxy
 
 .include <bsd.prog.mk>

==== //depot/projects/soc2005/launchd/launchctl/Makefile#10 (text+ko) ====

@@ -1,9 +1,7 @@
-# Makefile - R. Tyler Ballance <tyler@tamu.edu> - 6/29/05
 # $FreeBSD$
 
 PROG=	launchctl
 SRCS=	launchctl.c liblaunch.c property.c
-MAN=	launchctl.1
 
 LAUNCHD=  ${.CURDIR}/../
 
@@ -11,9 +9,9 @@
 CFLAGS+= -DLAUNCHD_PATH=`echo \"$$PWD/../launchd\"` \
 	-DLAUNCHCTL_PATH=`echo \"$$PWD/launchctl\"`
 # defining LAUNCHD_PATH and LAUNCHCTL_PATH is for development only
+
 LDADD+=	-lreadline -lutil -lpthread
 
 .PATH: ${LAUNCHD}
 
-
 .include <bsd.prog.mk>

==== //depot/projects/soc2005/launchd/launchctl/launchctl.c#22 (text+ko) ====




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509040109.j84191uM008247>