diff options
author | Michael Imhof <tantive@gentoo.org> | 2006-08-27 10:14:46 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2006-08-27 10:14:46 +0000 |
commit | 7355e238139d36dc15c2bae47270141497f177f6 (patch) | |
tree | 1ca2fe5357c4322dfe81e5d1eb47383d342295b5 /app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild | |
parent | actually i just wanted to mark 0.4.0 -amd64 (diff) | |
download | gentoo-2-7355e238139d36dc15c2bae47270141497f177f6.tar.gz gentoo-2-7355e238139d36dc15c2bae47270141497f177f6.tar.bz2 gentoo-2-7355e238139d36dc15c2bae47270141497f177f6.zip |
Config information updated. Closes #130896.
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild')
-rw-r--r-- | app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild index fcabe61845be..c254083fac83 100644 --- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild +++ b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild,v 1.1 2005/07/28 22:31:42 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild,v 1.2 2006/08/27 10:14:46 tantive Exp $ DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror" HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml" @@ -32,9 +32,12 @@ pkg_postinst() { einfo "The rsync-mirror is now installed into /opt/gentoo-rsync" einfo "The local portage copy resides in /opt/gentoo-rsync/portage" einfo "Please change /opt/gentoo-rsync/rsync-gentoo-portage.sh for" - einfo "configuration of your main rsync server and use it so sync." + einfo "configuration of your main rsync server and use it to sync." einfo "Change /etc/rsync/rsyncd.motd to display your correct alias." einfo + einfo "RSYNC_OPTS="--config=/etc/rsync/rsyncd.conf" needs" + einfo "to be set in /etc/conf.d/rsyncd to make allow syncing." + einfo einfo "The service can be started using /etc/init.d/rsyncd start" einfo "If you are setting up an official mirror, don't forget to add" einfo "00,30 * * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh" |