Date: Thu, 14 Jul 2005 14:32:02 GMT From: soc-tyler <soc-tyler@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 80160 for review Message-ID: <200507141432.j6EEW2Nv083356@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80160 Change 80160 by soc-tyler@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507141432.j6EEW2Nv083356>