PERFORCE change 79505 for review
soc-tyler
soc-tyler at FreeBSD.org
Sun Jul 3 21:26:55 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79505
Change 79505 by soc-tyler at soc-tyler_launchd on 2005/07/03 21:26:27
Add LaunchDaemons/* for reference, taken straight from /System/Library/LaunchDaemons/, also start work on basic eXpat based XML parsing of .plist files
Affected files ...
.. //depot/projects/soc2005/launchd/LaunchDaemons/bootps.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.KernelEventAgent.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.atrun.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.mDNSResponder.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.nibindd.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.periodic-daily.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.periodic-monthly.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.periodic-weekly.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.portmap.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.syslogd.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.xgridagentd.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.apple.xgridcontrollerd.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/com.vix.cron.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/comsat.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/eppc.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/exec.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/finger.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/ftp.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/login.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/nmbd.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/ntalk.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/org.isc.named.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/org.postfix.master.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/org.xinetd.xinetd.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/printer.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/shell.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/smbd.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/ssh.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/swat.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/telnet.plist#1 add
.. //depot/projects/soc2005/launchd/LaunchDaemons/tftp.plist#1 add
.. //depot/projects/soc2005/launchd/launchctl/Makefile#3 edit
.. //depot/projects/soc2005/launchd/launchd_xml.c#1 add
Differences ...
==== //depot/projects/soc2005/launchd/launchctl/Makefile#3 (text+ko) ====
@@ -3,6 +3,8 @@
PROG= launchctl
SRCS= launchctl.c liblaunch.c
+MAN= launchctl.1
+
MAINTAINER= tyler at tamu.edu
LAUNCHD= ${.CURDIR}/../
More information about the p4-projects
mailing list