diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-04-13 12:35:58 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-04-13 12:49:16 -0500 |
commit | 0c12dac408baef40524b3e9da28811a66d9376ed (patch) | |
tree | 550fea85a724d72aede801e904187b0b6bed02fa /net-misc | |
parent | sci-mathematics/glpk: remove old "unused" version and files. (diff) | |
download | gentoo-0c12dac408baef40524b3e9da28811a66d9376ed.tar.gz gentoo-0c12dac408baef40524b3e9da28811a66d9376ed.tar.bz2 gentoo-0c12dac408baef40524b3e9da28811a66d9376ed.zip |
net-misc/rsync: update rsyncd.conf example for new repo path
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rsync/files/rsyncd.conf-3.0.9-r1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/files/rsyncd.conf-3.0.9-r1 b/net-misc/rsync/files/rsyncd.conf-3.0.9-r1 index 20dcf3afdc15..e3c55fd53d3d 100644 --- a/net-misc/rsync/files/rsyncd.conf-3.0.9-r1 +++ b/net-misc/rsync/files/rsyncd.conf-3.0.9-r1 @@ -10,6 +10,6 @@ read only = yes # Simple example for enabling your own local rsync server #[gentoo-portage] -# path = @GENTOO_PORTAGE_EPREFIX@/usr/portage -# comment = Gentoo Portage tree +# path = @GENTOO_PORTAGE_EPREFIX@/var/db/repos/gentoo +# comment = Gentoo ebuild repository # exclude = /distfiles /packages |