From 084eb5a04dc684f5558401a2d77550d5dfc057b4 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 24 Aug 2010 11:34:29 +0800 Subject: rsync: split GPLv2 version from GPLv3 by fixing the GPLv2 recipe remove the "require rsync.inc", and copy the .inc file into the GPLv2 recipe, and adjust it properly; mkdir rsync-2.6.9 and copy files/rsyncd.conf into rsync-2.6.9/rsyncd.conf. BTW: the .conf file originated from OE in 2006: commit c2a4b021eb04924f8c8b0e0af1fac337a04cbcae Author: Raymond Danks Date: Tue Apr 18 01:43:08 2006 +0000 rsync: Add rsyncd.conf http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=c2a4b021eb04924f8c8b0e0af1fac337a04cbcae Signed-off-by: Dexuan Cui --- meta/packages/rsync/rsync-2.6.9/rsyncd.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/packages/rsync/rsync-2.6.9/rsyncd.conf (limited to 'meta/packages/rsync/rsync-2.6.9/rsyncd.conf') diff --git a/meta/packages/rsync/rsync-2.6.9/rsyncd.conf b/meta/packages/rsync/rsync-2.6.9/rsyncd.conf new file mode 100644 index 0000000000..845f5b33f5 --- /dev/null +++ b/meta/packages/rsync/rsync-2.6.9/rsyncd.conf @@ -0,0 +1,15 @@ +# /etc/rsyncd.conf + +# Minimal configuration file for rsync daemon +# See rsync(1) and rsyncd.conf(5) man pages for help + +# This file is required by rsync --daemon +pid file = /var/run/rsyncd.pid +use chroot = yes +read only = yes + +# Simple example for enabling your own local rsync server +#[everything] +# path = / +# comment = Everything except /etc exposed +# exclude = /etc -- cgit v1.2.3-54-g00ecf