PERFORCE change 80160 for review

soc-tyler soc-tyler at FreeBSD.org
Thu Jul 14 14:32:05 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=80160

Change 80160 by soc-tyler at soc-tyler_launchd on 2005/07/14 14:31:53

	Remove init.c and init.8, substituting for FreeBSD's init.c
	Add service (shell script) as well.

Affected files ...

.. //depot/projects/soc2005/launchd/Makefile#4 edit
.. //depot/projects/soc2005/launchd/init.8#2 delete
.. //depot/projects/soc2005/launchd/init.c#3 delete
.. //depot/projects/soc2005/launchd/service#1 add
.. //depot/projects/soc2005/launchd/service.8#1 add

Differences ...

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

@@ -10,5 +10,6 @@
 
 CFLAGS+= -g -Wall -W -Wshadow -Wpadded -Iincludes/
 LDADD+=	-lutil
+NO_SHARED?=	YES
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list