[launchd-changes] [23537] trunk/launchd/src/launchd_core_logic.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 5 18:32:06 PST 2008


Revision: 23537
          http://trac.macosforge.org/projects/launchd/changeset/23537
Author:   zarzycki at apple.com
Date:     2008-03-05 18:32:05 -0800 (Wed, 05 Mar 2008)

Log Message:
-----------
A small nagging reminder.

Modified Paths:
--------------
    trunk/launchd/src/launchd_core_logic.c

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2008-03-06 02:31:32 UTC (rev 23536)
+++ trunk/launchd/src/launchd_core_logic.c	2008-03-06 02:32:05 UTC (rev 23537)
@@ -5922,6 +5922,10 @@
 		}
 
 		job_checkin(j);
+
+		if (!(j->anonymous || j->legacy_LS_job || j->legacy_mach_job)) {
+			job_log(j, LOG_NOTICE, "Please add the following service to the configuration file for this job: %s", servicename);
+		}
 	}
 
 	if (unlikely((jo = machservice_job(ms)) != j)) {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080305/974d5e9a/attachment.html 


More information about the launchd-changes mailing list