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
commit6da688315da37264f39e54d5b04b693aab1e1058 (patch)
treef5f765c1ace0dd73f4558189cc33e79dad7a16d1 /sys-apps/netplug/files
parentAdding myself as a maintainer (diff)
downloadgentoo-2-6da688315da37264f39e54d5b04b693aab1e1058.tar.gz
gentoo-2-6da688315da37264f39e54d5b04b693aab1e1058.tar.bz2
gentoo-2-6da688315da37264f39e54d5b04b693aab1e1058.zip
Fixed initng support
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-apps/netplug/files')
-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
2 files changed, 1 insertions, 2 deletions
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}"