Date: Sun, 3 Jul 2005 21:26:53 GMT From: soc-tyler <soc-tyler@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79505 for review Message-ID: <200507032126.j63LQr1T023563@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79505 Change 79505 by soc-tyler@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@tamu.edu LAUNCHD= ${.CURDIR}/../
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507032126.j63LQr1T023563>