diff options
author | randomdan <randomdan@localhost> | 2008-07-12 15:21:05 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2008-07-12 15:21:05 +0000 |
commit | c9cc9cbd56661397d096acf0195f84f2de9ca1cf (patch) | |
tree | e276c652e9c039a6d37e5fe783e96e9ddcee1e81 /rsyncd.conf | |
parent | Fix manifest (diff) | |
download | portage-c9cc9cbd56661397d096acf0195f84f2de9ca1cf.tar.bz2 portage-c9cc9cbd56661397d096acf0195f84f2de9ca1cf.tar.xz portage-c9cc9cbd56661397d096acf0195f84f2de9ca1cf.zip |
Add some basic config
Diffstat (limited to 'rsyncd.conf')
-rw-r--r-- | rsyncd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rsyncd.conf b/rsyncd.conf new file mode 100644 index 0000000..c749c87 --- /dev/null +++ b/rsyncd.conf @@ -0,0 +1,8 @@ +pid file = /var/run/rsyncd.pid +use chroot = no +read only = yes + +[gentoo-portage] + path = /usr/portage + comment = Gentoo Portage tree + exclude = /distfiles /packages |