PERFORCE change 80390 for review
soc-tyler
soc-tyler at FreeBSD.org
Sun Jul 17 14:03:14 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=80390
Change 80390 by soc-tyler at soc-tyler_launchd on 2005/07/17 14:02:56
Start merging FreeBSD-CURRENT init(8) code in a manner similar to that used by zarzycki@ with 10.3's init(8) code to 10.4's launchd(8) release.
Oh, and add some other stuff
Affected files ...
.. //depot/projects/soc2005/launchd/Makefile#5 edit
.. //depot/projects/soc2005/launchd/includes/launch.h#5 edit
.. //depot/projects/soc2005/launchd/init.8#3 add
.. //depot/projects/soc2005/launchd/init.c#4 add
.. //depot/projects/soc2005/launchd/launchd.8#1 add
.. //depot/projects/soc2005/launchd/launchd_debugd.8#1 add
Differences ...
==== //depot/projects/soc2005/launchd/Makefile#5 (text+ko) ====
@@ -2,7 +2,8 @@
# $FreeBSD$
PROG= launchd
-SRCS= launchd.c liblaunch.c launchdebugd.c launchproxy.c init.c
+SRCS= launchd.c liblaunch.c init.c
+#launchdebugd.c launchproxy.c
MAN= launchd.conf.5 launchd.plist.5 init.8 launchd.8 \
launchd_debug.8 launchproxy.8 rc.8 service.8
==== //depot/projects/soc2005/launchd/includes/launch.h#5 (text+ko) ====
@@ -58,7 +58,7 @@
#define _BUILD_DARWIN_
#endif
-#ifdef _BUILD_DARWIN_
+#ifndef _BUILD_DARWIN_
// on Darwin-based systems, LOG_LAUNCHD is defined for syslog()
#define LOG_LAUNCHD LOG_DAEMON
#endif
More information about the p4-projects
mailing list