From owner-p4-projects@FreeBSD.ORG Sun Jul 3 21:26:55 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C795A16A420; Sun, 3 Jul 2005 21:26:54 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA9B16A41C for ; Sun, 3 Jul 2005 21:26:54 +0000 (GMT) (envelope-from soc-tyler@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A25443D45 for ; Sun, 3 Jul 2005 21:26:54 +0000 (GMT) (envelope-from soc-tyler@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j63LQsqw023566 for ; Sun, 3 Jul 2005 21:26:54 GMT (envelope-from soc-tyler@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j63LQr1T023563 for perforce@freebsd.org; Sun, 3 Jul 2005 21:26:53 GMT (envelope-from soc-tyler@freebsd.org) Date: Sun, 3 Jul 2005 21:26:53 GMT Message-Id: <200507032126.j63LQr1T023563@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-tyler@freebsd.org using -f From: soc-tyler To: Perforce Change Reviews Cc: Subject: PERFORCE change 79505 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 21:26:55 -0000 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}/../