PERFORCE change 79799 for review

soc-tyler soc-tyler at FreeBSD.org
Sat Jul 9 05:26:23 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=79799

Change 79799 by soc-tyler at soc-tyler_launchd on 2005/07/09 05:26:12

	Fix some of this, we need the ability to control (x)inetd from launchd(8)

Affected files ...

.. //depot/projects/soc2005/launchd/launchers/ftp.launch#2 edit
.. //depot/projects/soc2005/launchd/launchers/ssh.launch#2 edit

Differences ...

==== //depot/projects/soc2005/launchd/launchers/ftp.launch#2 (text+ko) ====

@@ -7,6 +7,11 @@
 #firstboot = /usr/libexec/ftpd
 progflags = -l
 
-## Network related
-inetd	= false
+##################################
+#	Network related functions
+##################################
+
+## inetd related options
+# inetd = false
+# inetd_wait = false
 

==== //depot/projects/soc2005/launchd/launchers/ssh.launch#2 (text+ko) ====

@@ -4,9 +4,14 @@
 #
 
 progpath  = /usr/bin/sshd
-firstboot = /usr/libexec/sshd-keygen-wrapper
+#firstboot = /some/script/to/do/keygen
 progflags = -i
 
-## Network related options
-inetd	= false
+##################################
+#	Network related functions
+##################################
+
+## inetd related options
+# inetd = false
+# inetd_wait = false
 


More information about the p4-projects mailing list