Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2005 14:03:13 GMT
From:      soc-tyler <soc-tyler@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80390 for review
Message-ID:  <200507171403.j6HE3DiM018271@repoman.freebsd.org>

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

Change 80390 by soc-tyler@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



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