summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2005-10-13 16:41:50 +0000
committerRoy Marples <uberlord@gentoo.org>2005-10-13 16:41:50 +0000
commit12d2bbb45452ef69a127f32cf5d0c32b68985e3e (patch)
treeee36a5eafd98b7c2417e16d529c7a644db2d223d /sys-apps
parentAdding myself as a maintainer (diff)
downloadhistorical-12d2bbb45452ef69a127f32cf5d0c32b68985e3e.tar.gz
historical-12d2bbb45452ef69a127f32cf5d0c32b68985e3e.tar.bz2
historical-12d2bbb45452ef69a127f32cf5d0c32b68985e3e.zip
Fixed initng support
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/netplug/ChangeLog8
-rw-r--r--sys-apps/netplug/Manifest8
-rw-r--r--sys-apps/netplug/files/digest-netplug-1.2.9-r1 (renamed from sys-apps/netplug/files/digest-netplug-1.2.9)0
-rwxr-xr-xsys-apps/netplug/files/netplug3
-rw-r--r--sys-apps/netplug/netplug-1.2.9-r1.ebuild (renamed from sys-apps/netplug/netplug-1.2.9.ebuild)2
5 files changed, 13 insertions, 8 deletions
diff --git a/sys-apps/netplug/ChangeLog b/sys-apps/netplug/ChangeLog
index 4c2b746a136f..0d2d0bbca0a9 100644
--- a/sys-apps/netplug/ChangeLog
+++ b/sys-apps/netplug/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/netplug
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netplug/ChangeLog,v 1.2 2005/10/10 10:17:15 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netplug/ChangeLog,v 1.3 2005/10/13 16:41:50 uberlord Exp $
+
+*netplug-1.2.9-r1 (13 Oct 2005)
+
+ 13 Oct 2005; Roy Marples <uberlord@gentoo.org> files/netplug,
+ -netplug-1.2.9.ebuild, +netplug-1.2.9-r1.ebuild:
+ Fixed initng support.
10 Oct 2005; Roy Marples <uberlord@gentoo.org> netplug-1.2.9.ebuild:
Stable on amd64 and x86.
diff --git a/sys-apps/netplug/Manifest b/sys-apps/netplug/Manifest
index b4b0971869ae..eaf49fb27061 100644
--- a/sys-apps/netplug/Manifest
+++ b/sys-apps/netplug/Manifest
@@ -1,6 +1,6 @@
-MD5 9327af67e801b6c52e4936ec96e40eef netplug-1.2.9.ebuild 1136
+MD5 ee65024b0ffa73d8755a214d98e61147 netplug-1.2.9-r1.ebuild 1139
MD5 019c37ba80d6e01ea4d01f93e0565bd3 metadata.xml 333
-MD5 cf7411b45f2ec18dff917124c508e3f0 ChangeLog 494
-MD5 e5ca23da76196da2b350d78793138426 files/digest-netplug-1.2.9 65
-MD5 27d521bff4ea79d801eca92b740a0cd4 files/netplug 1101
+MD5 a57ee6d1aba8ee565a888e07b16a408b ChangeLog 667
+MD5 ab668235065a75c98fb3896a70bab40f files/netplug 1000
MD5 a310e86707b8f304165f61160b3ce215 files/netplug-1.2.9-gcc4.patch 362
+MD5 e5ca23da76196da2b350d78793138426 files/digest-netplug-1.2.9-r1 65
diff --git a/sys-apps/netplug/files/digest-netplug-1.2.9 b/sys-apps/netplug/files/digest-netplug-1.2.9-r1
index b895ad93b788..b895ad93b788 100644
--- a/sys-apps/netplug/files/digest-netplug-1.2.9
+++ b/sys-apps/netplug/files/digest-netplug-1.2.9-r1
diff --git a/sys-apps/netplug/files/netplug b/sys-apps/netplug/files/netplug
index 7b4094954c7d..6ae0dcd1b542 100755
--- a/sys-apps/netplug/files/netplug
+++ b/sys-apps/netplug/files/netplug
@@ -1,7 +1,6 @@
#!/bin/sh
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netplug/files/netplug,v 1.1 2005/09/02 11:11:21 uberlord Exp $
#
# Gentoo-specific netplug script
#
@@ -14,7 +13,7 @@ ACTION="$2"
if grep -q initng /proc/1/cmdline
then
- EXEC="ngc"
+ EXEC="/sbin/ngc"
INITNG="yes"
else
EXEC="/etc/init.d/net.${IFACE}"
diff --git a/sys-apps/netplug/netplug-1.2.9.ebuild b/sys-apps/netplug/netplug-1.2.9-r1.ebuild
index 4c2aaddef5e2..697aeeb8020c 100644
--- a/sys-apps/netplug/netplug-1.2.9.ebuild
+++ b/sys-apps/netplug/netplug-1.2.9-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/sys-apps/netplug/netplug-1.2.9.ebuild,v 1.2 2005/10/10 10:17:15 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netplug/netplug-1.2.9-r1.ebuild,v 1.1 2005/10/13 16:41:50 uberlord Exp $
inherit eutils
DESCRIPTION="Brings up/down ethernet ports automatically with cable detection"