PERFORCE change 80388 for review

soc-tyler soc-tyler at FreeBSD.org
Sun Jul 17 13:52:00 GMT 2005


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

Change 80388 by soc-tyler at soc-tyler_launchd on 2005/07/17 13:51:29

	Add more bits of launchd(8) code (on the next submit I'll remove those two accidentally added files :-!)

Affected files ...

.. //depot/projects/soc2005/launchd/includes/launch.h#4 edit
.. //depot/projects/soc2005/launchd/includes/launchd.h#5 edit
.. //depot/projects/soc2005/launchd/launchproxy.8#1 add
.. //depot/projects/soc2005/launchd/launchproxy.c#1 add
.. //depot/projects/soc2005/launchd/launchproxy.c~#1 add
.. //depot/projects/soc2005/launchd/launchproxy.o#1 add
.. //depot/projects/soc2005/launchd/pathnames.h#1 add

Differences ...

==== //depot/projects/soc2005/launchd/includes/launch.h#4 (text+ko) ====

@@ -58,6 +58,10 @@
 #define _BUILD_DARWIN_
 #endif
 
+#ifdef _BUILD_DARWIN_
+// on Darwin-based systems, LOG_LAUNCHD is defined for syslog()
+#define LOG_LAUNCHD LOG_DAEMON
+#endif
 
 #define LAUNCH_KEY_SUBMITJOB			"SubmitJob"
 #define LAUNCH_KEY_REMOVEJOB			"RemoveJob"

==== //depot/projects/soc2005/launchd/includes/launchd.h#5 (text+ko) ====

@@ -52,8 +52,6 @@
 #endif
 
 #ifndef _BUILD_DARWIN_
-// on Darwin-based systems, LOG_LAUNCHD is defined for syslog()
-#define LOG_LAUNCHD LOG_DAEMON
 
 /* on Darwin-based systems, O_EVTONLY helps us track changes to a certain file descriptor
  * as outlined here:


More information about the p4-projects mailing list