summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-08 18:07:46 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-08 18:07:46 +0000
commit020cb8194ff2f5cf45820651668ec69288bf7aa1 (patch)
treed3c4a0f8f772a84dbb330604bd2d27b987fe6cc8 /net-dialup/xl2tpd
parentRemove old ebuild, do not install COPYING/INSTALL. (diff)
downloadgentoo-2-020cb8194ff2f5cf45820651668ec69288bf7aa1.tar.gz
gentoo-2-020cb8194ff2f5cf45820651668ec69288bf7aa1.tar.bz2
gentoo-2-020cb8194ff2f5cf45820651668ec69288bf7aa1.zip
Dont use HILITE/NORMAL.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-dialup/xl2tpd')
-rw-r--r--net-dialup/xl2tpd/ChangeLog6
-rw-r--r--net-dialup/xl2tpd/xl2tpd-1.1.06.ebuild14
-rw-r--r--net-dialup/xl2tpd/xl2tpd-1.1.08.ebuild12
3 files changed, 18 insertions, 14 deletions
diff --git a/net-dialup/xl2tpd/ChangeLog b/net-dialup/xl2tpd/ChangeLog
index 98e50c6bf258..fb1f01448bd8 100644
--- a/net-dialup/xl2tpd/ChangeLog
+++ b/net-dialup/xl2tpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/xl2tpd
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.5 2007/03/05 10:50:54 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.6 2007/04/08 18:07:46 vapier Exp $
+
+ 08 Apr 2007; Mike Frysinger <vapier@gentoo.org> xl2tpd-1.1.06.ebuild,
+ xl2tpd-1.1.08.ebuild:
+ Dont use HILITE/NORMAL.
*xl2tpd-1.1.08 (05 Mar 2007)
diff --git a/net-dialup/xl2tpd/xl2tpd-1.1.06.ebuild b/net-dialup/xl2tpd/xl2tpd-1.1.06.ebuild
index 8ffe73af3f4f..e80c9f974855 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.1.06.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.1.06.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.1.06.ebuild,v 1.1 2006/12/08 21:12:34 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.1.06.ebuild,v 1.2 2007/04/08 18:07:46 vapier Exp $
inherit eutils
@@ -49,11 +49,11 @@ pkg_postinst() {
ewarn "The daemon and service have been renamed from l2tpd to xl2tpd."
ewarn "Please remove the old init script and configure your system to use"
ewarn "the new init script:"
- ewarn " ${HILITE}/etc/init.d/l2tpd stop${NORMAL}"
- ewarn " ${HILITE}rc-update del l2tpd${NORMAL}"
- ewarn " ${HILITE}rm /etc/init.d/l2tpd${NORMAL}"
- ewarn " ${HILITE}rc-update add xl2tpd${NORMAL}"
- ewarn " ${HILITE}/etc/init.d/xl2tpd start${NORMAL}"
+ ewarn " /etc/init.d/l2tpd stop"
+ ewarn " rc-update del l2tpd"
+ ewarn " rm /etc/init.d/l2tpd"
+ ewarn " rc-update add xl2tpd"
+ ewarn " /etc/init.d/xl2tpd start"
ebeep
fi
}
diff --git a/net-dialup/xl2tpd/xl2tpd-1.1.08.ebuild b/net-dialup/xl2tpd/xl2tpd-1.1.08.ebuild
index 9f97caed63a4..e09f2ba2f6a5 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.1.08.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.1.08.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-dialup/xl2tpd/xl2tpd-1.1.08.ebuild,v 1.1 2007/03/05 10:50:54 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.1.08.ebuild,v 1.2 2007/04/08 18:07:46 vapier Exp $
inherit eutils
@@ -49,11 +49,11 @@ pkg_postinst() {
ewarn "The daemon and service have been renamed from l2tpd to xl2tpd."
ewarn "Please remove the old init script and configure your system to use"
ewarn "the new init script:"
- ewarn " ${HILITE}/etc/init.d/l2tpd stop${NORMAL}"
- ewarn " ${HILITE}rc-update del l2tpd${NORMAL}"
- ewarn " ${HILITE}rm /etc/init.d/l2tpd${NORMAL}"
- ewarn " ${HILITE}rc-update add xl2tpd${NORMAL}"
- ewarn " ${HILITE}/etc/init.d/xl2tpd start${NORMAL}"
+ ewarn " /etc/init.d/l2tpd stop"
+ ewarn " rc-update del l2tpd"
+ ewarn " rm /etc/init.d/l2tpd"
+ ewarn " rc-update add xl2tpd"
+ ewarn " /etc/init.d/xl2tpd start"
ebeep
fi
}