summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-04-29 22:47:24 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-04-29 22:47:24 +0000
commitc89fe2bf8813c3f8c177022ffd86c9fccb21e047 (patch)
treeeb0f31db70eac4a4ea14d558df2eeb557dd3dd15 /net-analyzer/neti/files
parent176 in stable x86. (diff)
downloadhistorical-c89fe2bf8813c3f8c177022ffd86c9fccb21e047.tar.gz
historical-c89fe2bf8813c3f8c177022ffd86c9fccb21e047.tar.bz2
historical-c89fe2bf8813c3f8c177022ffd86c9fccb21e047.zip
Corrected init scripts as per bug #90415
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'net-analyzer/neti/files')
-rw-r--r--net-analyzer/neti/files/digest-neti-1.01-r1 (renamed from net-analyzer/neti/files/digest-neti-1.01)0
-rw-r--r--net-analyzer/neti/files/neti-init5
2 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/neti/files/digest-neti-1.01 b/net-analyzer/neti/files/digest-neti-1.01-r1
index b816ccff245f..b816ccff245f 100644
--- a/net-analyzer/neti/files/digest-neti-1.01
+++ b/net-analyzer/neti/files/digest-neti-1.01-r1
diff --git a/net-analyzer/neti/files/neti-init b/net-analyzer/neti/files/neti-init
index 55a5bf095058..b41b348845e7 100644
--- a/net-analyzer/neti/files/neti-init
+++ b/net-analyzer/neti/files/neti-init
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/neti/files/neti-init,v 1.2 2004/07/14 23:05:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/neti/files/neti-init,v 1.3 2005/04/29 22:47:24 dragonheart Exp $
depend() {
need net
@@ -9,8 +9,7 @@ depend() {
start() {
ebegin "Starting netiathome"
- start-stop-daemon --start --quiet --exec \
- /usr/bin/tethereal -iany -l -p -tad -V -R"udp||tcp||icmp||igmp" | neti
+ start-stop-daemon --start --background --quiet --exec /usr/sbin/NETIStart
eend $?
}