diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-02-24 23:41:23 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-02-24 23:41:23 +0000 |
commit | 593939ecf2ec3729d233ac7e200a4666d38ac159 (patch) | |
tree | 9e79f6f57941e6fb001e044a431fbdf994b75236 /app-admin/gentoo-rsync-mirror | |
parent | allow multiple parameters to pass into gnome2_src_install (diff) | |
download | gentoo-2-593939ecf2ec3729d233ac7e200a4666d38ac159.tar.gz gentoo-2-593939ecf2ec3729d233ac7e200a4666d38ac159.tar.bz2 gentoo-2-593939ecf2ec3729d233ac7e200a4666d38ac159.zip |
Corrected paths in rsyncd.conf, fixes #15720
Diffstat (limited to 'app-admin/gentoo-rsync-mirror')
-rw-r--r-- | app-admin/gentoo-rsync-mirror/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/gentoo-rsync-mirror/files/rsyncd.conf | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/gentoo-rsync-mirror/ChangeLog b/app-admin/gentoo-rsync-mirror/ChangeLog index 8919ba266afd..5078b7a39d39 100644 --- a/app-admin/gentoo-rsync-mirror/ChangeLog +++ b/app-admin/gentoo-rsync-mirror/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/gentoo-rsync-mirror # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.4 2003/02/16 11:25:40 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.5 2003/02/24 23:41:23 tantive Exp $ + + 25 Feb 2003; Michael Imhof <tantive@gentoo.org> : + Corrected paths in rsyncd.conf, fixes #15720 *gentoo-rsync-mirror-1.0-r1 (16 Feb 2003) diff --git a/app-admin/gentoo-rsync-mirror/files/rsyncd.conf b/app-admin/gentoo-rsync-mirror/files/rsyncd.conf index cc9295b9c5b0..a69d7529f7d8 100644 --- a/app-admin/gentoo-rsync-mirror/files/rsyncd.conf +++ b/app-admin/gentoo-rsync-mirror/files/rsyncd.conf @@ -11,12 +11,12 @@ timeout = 300 [gentoo-x86-portage] #this entry is for compatibility -path = /opt/rsync-mirror/portage +path = /opt/gentoo-rsync/portage comment = Gentoo Linux Portage tree [gentoo-portage] #modern versions of portage use this entry -path = /opt/rsync-mirror/portage +path = /opt/gentoo-mirror/portage comment = Gentoo Linux Portage tree mirror exclude = distfiles |