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

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

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



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