summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2006-07-11 17:41:19 +0000
committerPeter Volkov <pva@gentoo.org>2006-07-11 17:41:19 +0000
commite00d6a04a1d93663925107bf481d8fb0a09cfb8d (patch)
treefb5c2c5a74fd22e3a98e2314eb14b5aaeaa5ed84 /net-misc
parentVersion bump. Thank upstream dev Loren Bandiera for report. (diff)
downloadgentoo-2-e00d6a04a1d93663925107bf481d8fb0a09cfb8d.tar.gz
gentoo-2-e00d6a04a1d93663925107bf481d8fb0a09cfb8d.tar.bz2
gentoo-2-e00d6a04a1d93663925107bf481d8fb0a09cfb8d.zip
info replaced with elog.
(Portage version: 2.1-r1)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ip-sentinel/ChangeLog6
-rw-r--r--net-misc/ip-sentinel/files/ip-sentinel.init8
-rw-r--r--net-misc/ip-sentinel/ip-sentinel-0.12.ebuild24
3 files changed, 21 insertions, 17 deletions
diff --git a/net-misc/ip-sentinel/ChangeLog b/net-misc/ip-sentinel/ChangeLog
index 541c4f576d60..b3e4c490b523 100644
--- a/net-misc/ip-sentinel/ChangeLog
+++ b/net-misc/ip-sentinel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/ip-sentinel
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ChangeLog,v 1.3 2006/07/08 00:46:38 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ChangeLog,v 1.4 2006/07/11 17:41:19 pva Exp $
+
+ 11 Jul 2006; Peter Volkov <pva@gentoo.org> files/ip-sentinel.init,
+ ip-sentinel-0.12.ebuild:
+ info replaced with elog.
08 Jul 2006; Marcelo Goes <vanquirius@gentoo.org> metadata.xml:
Add Japanese metadata translation for bug 136268. Thanks to Yoshino
diff --git a/net-misc/ip-sentinel/files/ip-sentinel.init b/net-misc/ip-sentinel/files/ip-sentinel.init
index 97147b255a54..dc1fda286a3d 100644
--- a/net-misc/ip-sentinel/files/ip-sentinel.init
+++ b/net-misc/ip-sentinel/files/ip-sentinel.init
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/files/ip-sentinel.init,v 1.2 2006/06/05 16:58:01 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/files/ip-sentinel.init,v 1.3 2006/07/11 17:41:19 pva Exp $
CFG_FILE="/etc/ip-sentinel.cfg"
@@ -38,10 +38,10 @@ stop() {
restart () {
svc_stop
- echo "Please, wait while child process quit."
- while `ps aux | grep -v 'init.d' |grep [i]p-sentinel >/dev/null`
+ echo "Please, wait while child process quit..."
+ while `ps aux | grep -v 'init.d' | grep [i]p-sentinel >/dev/null`
do
- echo -n " . "
+ echo -n ". "
sleep 1
done
echo "[Done]"
diff --git a/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild b/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild
index 7ef33353a65e..f9b47898cbde 100644
--- a/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild
+++ b/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild,v 1.1 2006/01/15 22:16:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild,v 1.2 2006/07/11 17:41:19 pva Exp $
inherit eutils
@@ -34,17 +34,17 @@ pkg_preinst() {
}
pkg_postinst() {
- einfo "You can edit /etc/conf.d/ip-sentinel to customize startup daemon"
- einfo "settings."
- einfo
- einfo "Default ip-sentinel config is in /etc/ip-sentinel.cfg"
- einfo
- einfo "The ip-sentinel ebuild has chroot support."
- einfo "If you like to run ip-sentinel in chroot AND this is a new install OR"
- einfo "your ip-sentinel doesn't already run in chroot, simply run:"
- einfo "emerge --config =${CATEGORY}/${PF}"
- einfo "Before running the above command you might want to change the chroot"
- einfo "dir in /etc/conf.d/ip-sentinel, otherwise /chroot/ip-sentinel will be used."
+ elog "You can edit /etc/conf.d/ip-sentinel to customize startup daemon"
+ elog "settings."
+ elog
+ elog "Default ip-sentinel config is in /etc/ip-sentinel.cfg"
+ elog
+ elog "The ip-sentinel ebuild has chroot support."
+ elog "If you like to run ip-sentinel in chroot AND this is a new install OR"
+ elog "your ip-sentinel doesn't already run in chroot, simply run:"
+ elog "emerge --config =${CATEGORY}/${PF}"
+ elog "Before running the above command you might want to change the chroot"
+ elog "dir in /etc/conf.d/ip-sentinel, otherwise /chroot/ip-sentinel will be used."
echo
ewarn "And please! DO NOT START THIS DAEMON thoughtlessly."
ewarn "If you DO this will BLOCK ALL communication inside your ethernet"