diff options
author | 2005-05-09 09:14:02 +0000 | |
---|---|---|
committer | 2005-05-09 09:14:02 +0000 | |
commit | 5f3afff539cd41480dc83253b39903f601705b0f (patch) | |
tree | 15ce2e3b1e6b8ba1cca9848ab505a08fba79875e /net-irc | |
parent | Start pcmcia init script after coldplug, bug #91981. (diff) | |
download | gentoo-2-5f3afff539cd41480dc83253b39903f601705b0f.tar.gz gentoo-2-5f3afff539cd41480dc83253b39903f601705b0f.tar.bz2 gentoo-2-5f3afff539cd41480dc83253b39903f601705b0f.zip |
pkg_postins -> pkg_postinst
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild index c5f93a3e157e..d77ada295613 100644 --- a/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild,v 1.1 2005/05/03 22:17:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild,v 1.2 2005/05/09 09:14:02 swegener Exp $ inherit eutils ssl-cert versionator @@ -120,7 +120,7 @@ src_install() { chown -R unrealircd ${D}/{etc,var/{lib,log,run}}/unrealircd } -pkg_postins() { +pkg_postinst() { einfo einfo "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf" einfo diff --git a/net-irc/unrealircd/unrealircd-3.2.3.ebuild b/net-irc/unrealircd/unrealircd-3.2.3.ebuild index 6ce83c1ee710..a77e9aedee2d 100644 --- a/net-irc/unrealircd/unrealircd-3.2.3.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.3.ebuild,v 1.4 2005/05/01 17:28:57 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.3.ebuild,v 1.5 2005/05/09 09:14:02 swegener Exp $ inherit eutils ssl-cert versionator @@ -112,7 +112,7 @@ src_install() { chown -R unrealircd ${D}/{etc,var/{lib,log,run}}/unrealircd } -pkg_postins() { +pkg_postinst() { einfo einfo "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf" einfo |