summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2007-07-16 21:44:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2007-07-16 21:44:27 +0000
commit1f7fac094324ab6bf16f80d8b21bed8ac20276ec (patch)
tree9d1d58f3347fea0c0e090ce70f1a57632f91c77a /net-misc/dhcdbd
parentRemove dev-python/numeric dependency wrt bug #185561 (diff)
downloadgentoo-2-1f7fac094324ab6bf16f80d8b21bed8ac20276ec.tar.gz
gentoo-2-1f7fac094324ab6bf16f80d8b21bed8ac20276ec.tar.bz2
gentoo-2-1f7fac094324ab6bf16f80d8b21bed8ac20276ec.zip
syntax fix on the einfo messages
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-misc/dhcdbd')
-rw-r--r--net-misc/dhcdbd/dhcdbd-2.8-r1.ebuild7
-rw-r--r--net-misc/dhcdbd/dhcdbd-2.8.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/dhcdbd/dhcdbd-2.8-r1.ebuild b/net-misc/dhcdbd/dhcdbd-2.8-r1.ebuild
index d4f993b21da0..2c15f5e85104 100644
--- a/net-misc/dhcdbd/dhcdbd-2.8-r1.ebuild
+++ b/net-misc/dhcdbd/dhcdbd-2.8-r1.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/net-misc/dhcdbd/dhcdbd-2.8-r1.ebuild,v 1.1 2007/07/16 13:40:13 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcdbd/dhcdbd-2.8-r1.ebuild,v 1.2 2007/07/16 21:44:27 seemant Exp $
inherit eutils
@@ -36,7 +36,8 @@ src_install() {
}
pkg_postinst() {
- einfo "dhcdbd is used by NetworkManager in order to use it"
- einfo "you can add it to runlevels by writing on your terminal"
+ einfo "dhcdbd is used by NetworkManager."
+ einfo "If you really feel you need to use it without that, simply add it"
+ einfo "to your runlevel by issuing the following command:"
einfo "rc-update add dhcdbd default"
}
diff --git a/net-misc/dhcdbd/dhcdbd-2.8.ebuild b/net-misc/dhcdbd/dhcdbd-2.8.ebuild
index 64168ea9f7fe..87a2649b5205 100644
--- a/net-misc/dhcdbd/dhcdbd-2.8.ebuild
+++ b/net-misc/dhcdbd/dhcdbd-2.8.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/net-misc/dhcdbd/dhcdbd-2.8.ebuild,v 1.1 2007/06/14 17:51:24 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcdbd/dhcdbd-2.8.ebuild,v 1.2 2007/07/16 21:44:27 seemant Exp $
inherit eutils
@@ -32,7 +32,8 @@ src_install() {
}
pkg_postinst() {
- einfo "dhcdbd is used by NetworkManager in order to use it"
- einfo "you can add it to runlevels by writing on your terminal"
+ einfo "dhcdbd is used by NetworkManager."
+ einfo "If you feel you need to use it without that, simply add it to your"
+ einfo "runlevel by issuing the following command:"
einfo "rc-update add dhcdbd default"
}