Revision: 23641 http://trac.macosforge.org/projects/launchd/changeset/23641 Author: zarzycki@apple.com Date: 2008-06-06 08:48:42 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Make a note about kern.hostname. Modified Paths: -------------- trunk/launchd/src/launchd.plist.5 Modified: trunk/launchd/src/launchd.plist.5 =================================================================== --- trunk/launchd/src/launchd.plist.5 2008-06-04 21:57:47 UTC (rev 23640) +++ trunk/launchd/src/launchd.plist.5 2008-06-06 15:48:42 UTC (rev 23641) @@ -99,9 +99,13 @@ is called on behalf of the job, and the result is passed via the standard in/out/error descriptors. .El .It Sy LimitLoadToHosts <array of strings> -This configuration file only applies to the hosts listed with this key. +This configuration file only applies to the hosts listed with this key. Note: One should set kern.hostname in +.Xr sysctl.conf 5 +for this feature to work reliably. .It Sy LimitLoadFromHosts <array of strings> -This configuration file only applies to hosts NOT listed with this key. +This configuration file only applies to hosts NOT listed with this key. Note: One should set kern.hostname in +.Xr sysctl.conf 5 +for this feature to work reliably. .It Sy LimitLoadToSessionType <string> This configuration file only applies to sessions of the type specified. This key is used in concert with the -S flag to
participants (1)
-
source_changes@macosforge.org