diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-10-30 22:08:42 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-10-30 22:08:42 +0000 |
commit | 468cb518f8ab029b87df51b5a90a006f83bd5821 (patch) | |
tree | fc6cd1f88890d5b18980ccc8f0e417eb463609fa /net-misc/dhcdbd | |
parent | Version bump by upstream (diff) | |
download | gentoo-2-468cb518f8ab029b87df51b5a90a006f83bd5821.tar.gz gentoo-2-468cb518f8ab029b87df51b5a90a006f83bd5821.tar.bz2 gentoo-2-468cb518f8ab029b87df51b5a90a006f83bd5821.zip |
add post instalation message to inform users that they can add it to the runlevels. remove unneeded version.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'net-misc/dhcdbd')
-rw-r--r-- | net-misc/dhcdbd/dhcdbd-1.14-r1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-misc/dhcdbd/dhcdbd-1.14-r1.ebuild b/net-misc/dhcdbd/dhcdbd-1.14-r1.ebuild index 544b1f9f63d5..649b37bec3af 100644 --- a/net-misc/dhcdbd/dhcdbd-1.14-r1.ebuild +++ b/net-misc/dhcdbd/dhcdbd-1.14-r1.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/dhcdbd/dhcdbd-1.14-r1.ebuild,v 1.1 2006/10/28 22:06:35 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcdbd/dhcdbd-1.14-r1.ebuild,v 1.2 2006/10/30 22:08:42 metalgod Exp $ inherit eutils @@ -31,3 +31,9 @@ src_install() { newinitd ${FILESDIR}/dhcdbd.init dhcdbd newconfd ${FILESDIR}/dhcdbd.confd dhcdbd } + +pkg_postinst() { + einfo "dhcddb is used by NetworkManager in order to use it" + einfo "you can add it to runlevels by writing on your terminal" + einfo "rc-update add dhcdbd default" +} |