conf/122037: rsync example for inetd.conf

David Yeske dyeske at gmail.com
Mon Mar 24 08:10:03 UTC 2008


>Number:         122037
>Category:       conf
>Synopsis:       rsync example for inetd.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 24 08:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD laptop 8.0-CURRENT FreeBSD 8.0-CURRENT #12: Sun Mar 23 02:44:00 EDT 2008     root at laptop:/usr/obj/usr/src/sys/LAPTOP  amd64

>Description:
add rsync example to inetd.conf
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: inetd.conf
===================================================================
RCS file: /home/ncvs/src/etc/inetd.conf,v
retrieving revision 1.73
diff -u -r1.73 inetd.conf
--- inetd.conf	5 Jul 2007 09:46:53 -0000	1.73
+++ inetd.conf	24 Mar 2008 08:00:30 -0000
@@ -118,3 +118,7 @@
 #netbios-ssn stream tcp	nowait		root	/usr/local/sbin/smbd	smbd
 #netbios-ns dgram udp	wait		root	/usr/local/sbin/nmbd	nmbd
 #swat	stream	tcp	nowait/400	root	/usr/local/sbin/swat	swat
+#
+# example entry for the optional rsync server
+#
+#rsync	stream	tcp	nowait	root	/usr/local/bin/rsync	rsyncd --daemon


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list