summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-18 02:00:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-18 02:00:40 +0000
commit8d68aa75f6547c1b3566ec4c4882a35d962b864c (patch)
tree5a3fa056dfbe6a5be8279b3331e461a4bae153a1 /net-misc/rsync/files
parentrename (diff)
downloadgentoo-2-8d68aa75f6547c1b3566ec4c4882a35d962b864c.tar.gz
gentoo-2-8d68aa75f6547c1b3566ec4c4882a35d962b864c.tar.bz2
gentoo-2-8d68aa75f6547c1b3566ec4c4882a35d962b864c.zip
add local rsync example #80939
Diffstat (limited to 'net-misc/rsync/files')
-rw-r--r--net-misc/rsync/files/rsyncd.conf13
1 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/rsync/files/rsyncd.conf b/net-misc/rsync/files/rsyncd.conf
index 5961a4beffa4..35ceb3e492a4 100644
--- a/net-misc/rsync/files/rsyncd.conf
+++ b/net-misc/rsync/files/rsyncd.conf
@@ -1,9 +1,16 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/files/rsyncd.conf,v 1.3 2004/07/15 00:11:37 agriffis Exp $
+# /etc/rsyncd.conf
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/files/rsyncd.conf,v 1.4 2005/03/18 02:00:40 vapier Exp $
# Minimal configuration file for rsync daemon
# See rsync(1) and rsyncd.conf(5) man pages for help
# This line is required by the /etc/init.d/rsyncd script
pid file = /var/run/rsyncd.pid
+use chroot = yes
+read only = yes
+
+# Simple example for enabling your own local rsync server
+#[gentoo-portage]
+# path = /usr/portage
+# comment = Gentoo Linux Portage tree
+# exclude = distfiles packages