diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:19:18 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:19:18 +0000 |
commit | 082302dfca502bc89bffb73dc32225c1f0302a77 (patch) | |
tree | 1f8cddbb14abdeb76e2898dd15d9803c08aa00fc /app-admin/gentoo-rsync-mirror | |
parent | Regenerated digest #163364 (diff) | |
download | historical-082302dfca502bc89bffb73dc32225c1f0302a77.tar.gz historical-082302dfca502bc89bffb73dc32225c1f0302a77.tar.bz2 historical-082302dfca502bc89bffb73dc32225c1f0302a77.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-admin/gentoo-rsync-mirror')
5 files changed, 55 insertions, 53 deletions
diff --git a/app-admin/gentoo-rsync-mirror/ChangeLog b/app-admin/gentoo-rsync-mirror/ChangeLog index c76f11049023..54353257dd66 100644 --- a/app-admin/gentoo-rsync-mirror/ChangeLog +++ b/app-admin/gentoo-rsync-mirror/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/gentoo-rsync-mirror # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.30 2007/01/04 22:42:54 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.31 2007/01/24 14:19:18 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> + gentoo-rsync-mirror-1.0-r4.ebuild, gentoo-rsync-mirror-1.0-r5.ebuild: + Replacing einfo with elog 04 Jan 2007; Steve Dibb <beandog@gentoo.org> gentoo-rsync-mirror-1.0-r4.ebuild, gentoo-rsync-mirror-1.0-r5.ebuild: diff --git a/app-admin/gentoo-rsync-mirror/files/digest-gentoo-rsync-mirror-1.0-r4 b/app-admin/gentoo-rsync-mirror/files/digest-gentoo-rsync-mirror-1.0-r4 index 8b137891791f..e69de29bb2d1 100644 --- a/app-admin/gentoo-rsync-mirror/files/digest-gentoo-rsync-mirror-1.0-r4 +++ b/app-admin/gentoo-rsync-mirror/files/digest-gentoo-rsync-mirror-1.0-r4 @@ -1 +0,0 @@ - diff --git a/app-admin/gentoo-rsync-mirror/files/digest-gentoo-rsync-mirror-1.0-r5 b/app-admin/gentoo-rsync-mirror/files/digest-gentoo-rsync-mirror-1.0-r5 index 8b137891791f..e69de29bb2d1 100644 --- a/app-admin/gentoo-rsync-mirror/files/digest-gentoo-rsync-mirror-1.0-r5 +++ b/app-admin/gentoo-rsync-mirror/files/digest-gentoo-rsync-mirror-1.0-r5 @@ -1 +0,0 @@ - diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild index 528ed962be7d..00ebe30d40c2 100644 --- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild +++ b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r4.ebuild,v 1.9 2007/01/04 22:42:54 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild,v 1.10 2007/01/24 14:19:18 genone Exp $ DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror" HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml" @@ -23,28 +23,28 @@ src_install() { } 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 "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" - einfo "to your /etc/crontab to sync your tree every 30 minutes." - einfo - einfo "If you are setting up a private (unofficial) mirror, you can add" - einfo "0 3 * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh" - einfo "to your /etc/crontab to sync your tree once per day." - einfo - einfo "****IMPORTANT****" - einfo "If you are setting up a private mirror, DO NOT sync against the" - einfo "gentoo.org official rotations more than once a day. Doing so puts" - einfo "you at risk of having your IP address banned from the rotations." - einfo - einfo "For more information visit: http://www.gentoo.org/doc/en/rsync.xml" + elog "The rsync-mirror is now installed into /opt/gentoo-rsync" + elog "The local portage copy resides in /opt/gentoo-rsync/portage" + elog "Please change /opt/gentoo-rsync/rsync-gentoo-portage.sh for" + elog "configuration of your main rsync server and use it so sync." + elog "Change /etc/rsync/rsyncd.motd to display your correct alias." + elog + elog "RSYNC_OPTS="--config=/etc/rsync/rsyncd.conf" needs" + elog "to be set in /etc/conf.d/rsyncd to make allow syncing." + elog + elog "The service can be started using /etc/init.d/rsyncd start" + elog "If you are setting up an official mirror, don't forget to add" + elog "00,30 * * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh" + elog "to your /etc/crontab to sync your tree every 30 minutes." + elog + elog "If you are setting up a private (unofficial) mirror, you can add" + elog "0 3 * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh" + elog "to your /etc/crontab to sync your tree once per day." + elog + elog "****IMPORTANT****" + elog "If you are setting up a private mirror, DO NOT sync against the" + elog "gentoo.org official rotations more than once a day. Doing so puts" + elog "you at risk of having your IP address banned from the rotations." + elog + elog "For more information visit: http://www.gentoo.org/doc/en/rsync.xml" } 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 ecdeca55344b..265ba77ac8c1 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-2007 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.3 2007/01/04 22:42:54 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild,v 1.4 2007/01/24 14:19:18 genone Exp $ DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror" HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml" @@ -23,28 +23,28 @@ src_install() { } 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 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" - einfo "to your /etc/crontab to sync your tree every 30 minutes." - einfo - einfo "If you are setting up a private (unofficial) mirror, you can add" - einfo "0 3 * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh" - einfo "to your /etc/crontab to sync your tree once per day." - einfo - einfo "****IMPORTANT****" - einfo "If you are setting up a private mirror, DO NOT sync against the" - einfo "gentoo.org official rotations more than once a day. Doing so puts" - einfo "you at risk of having your IP address banned from the rotations." - einfo - einfo "For more information visit: http://www.gentoo.org/doc/en/rsync.xml" + elog "The rsync-mirror is now installed into /opt/gentoo-rsync" + elog "The local portage copy resides in /opt/gentoo-rsync/portage" + elog "Please change /opt/gentoo-rsync/rsync-gentoo-portage.sh for" + elog "configuration of your main rsync server and use it to sync." + elog "Change /etc/rsync/rsyncd.motd to display your correct alias." + elog + elog "RSYNC_OPTS="--config=/etc/rsync/rsyncd.conf" needs" + elog "to be set in /etc/conf.d/rsyncd to make allow syncing." + elog + elog "The service can be started using /etc/init.d/rsyncd start" + elog "If you are setting up an official mirror, don't forget to add" + elog "00,30 * * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh" + elog "to your /etc/crontab to sync your tree every 30 minutes." + elog + elog "If you are setting up a private (unofficial) mirror, you can add" + elog "0 3 * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh" + elog "to your /etc/crontab to sync your tree once per day." + elog + elog "****IMPORTANT****" + elog "If you are setting up a private mirror, DO NOT sync against the" + elog "gentoo.org official rotations more than once a day. Doing so puts" + elog "you at risk of having your IP address banned from the rotations." + elog + elog "For more information visit: http://www.gentoo.org/doc/en/rsync.xml" } |