Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2005 13:03:27 GMT
From:      soc-tyler <soc-tyler@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 82614 for review
Message-ID:  <200508261303.j7QD3RWV050810@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=82614

Change 82614 by soc-tyler@soc-tyler_launchd on 2005/08/26 13:02:55

	Add property.* files to extend the overly-simplistic property(3)

Affected files ...

.. //depot/projects/soc2005/launchd/Makefile#14 edit
.. //depot/projects/soc2005/launchd/includes/property.h#1 add
.. //depot/projects/soc2005/launchd/launchctl/Makefile#7 edit
.. //depot/projects/soc2005/launchd/property.c#1 add

Differences ...

==== //depot/projects/soc2005/launchd/Makefile#14 (text+ko) ====


==== //depot/projects/soc2005/launchd/launchctl/Makefile#7 (text+ko) ====

@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PROG=	launchctl
-SRCS=	launchctl.c liblaunch.c
+SRCS=	launchctl.c liblaunch.c property.c
 MAN=	launchctl.1
 
 MAINTAINER= tyler@tamu.edu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508261303.j7QD3RWV050810>