summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Smee <strerror@gentoo.org>2005-10-10 19:35:04 +0000
committerBenjamin Smee <strerror@gentoo.org>2005-10-10 19:35:04 +0000
commit2649c47d53f36ee0431c70977fa66d6d24723041 (patch)
tree49328e8074a1433bd073e42119534533f4bdb42a /net-analyzer
parentRemove COPYING from docs (diff)
downloadhistorical-2649c47d53f36ee0431c70977fa66d6d24723041.tar.gz
historical-2649c47d53f36ee0431c70977fa66d6d24723041.tar.bz2
historical-2649c47d53f36ee0431c70977fa66d6d24723041.zip
fix for sancp.rc1
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/sancp/ChangeLog5
-rw-r--r--net-analyzer/sancp/Manifest4
-rw-r--r--net-analyzer/sancp/files/sancp.rc14
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/sancp/ChangeLog b/net-analyzer/sancp/ChangeLog
index 21712819a18e..cd3fe530e006 100644
--- a/net-analyzer/sancp/ChangeLog
+++ b/net-analyzer/sancp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/sancp
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sancp/ChangeLog,v 1.3 2005/10/10 00:35:50 strerror Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sancp/ChangeLog,v 1.4 2005/10/10 19:35:04 strerror Exp $
+
+ 10 Oct 2005; Benjamin Smee <strerror@gentoo.org> files/sancp.rc1:
+ fix for sancp.rc1
10 Oct 2005; Benjamin Smee <strerror@gentoo.org> files/sancp.rc1:
fixed typo in sancp.rc1
diff --git a/net-analyzer/sancp/Manifest b/net-analyzer/sancp/Manifest
index 0e700494dad9..33a42d4c9094 100644
--- a/net-analyzer/sancp/Manifest
+++ b/net-analyzer/sancp/Manifest
@@ -1,7 +1,7 @@
MD5 dcbac3909ccb1f3db2270023669e8e4c sancp-1.6.1.ebuild 1406
-MD5 abce79049bb9ed6047f056c62c0edce1 ChangeLog 615
+MD5 6b979be3905d9fdc35276bed0c160856 ChangeLog 704
MD5 277c9d1d9522b7e2519bd07c003dc700 metadata.xml 238
-MD5 dc75a181eebbc3440250c5bffafc5d3a files/sancp.rc1 966
+MD5 74992205ea566bb9d00fac0a01c9c684 files/sancp.rc1 969
MD5 d58263b185630aa4738adbd4d79e0cbb files/sancp.confd 275
MD5 3b34df10774a182a4cc3b848c35ccc94 files/sguil_sancp.conf 2133
MD5 5a29e0856415b398e93b6aa72172fa50 files/digest-sancp-1.6.1 62
diff --git a/net-analyzer/sancp/files/sancp.rc1 b/net-analyzer/sancp/files/sancp.rc1
index 64e68ea31993..385516e2568c 100644
--- a/net-analyzer/sancp/files/sancp.rc1
+++ b/net-analyzer/sancp/files/sancp.rc1
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sancp/files/sancp.rc1,v 1.2 2005/10/10 00:35:50 strerror Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sancp/files/sancp.rc1,v 1.3 2005/10/10 19:35:04 strerror Exp $
today=$(date '+%Y-%m-%d')
@@ -30,7 +30,7 @@ start() {
fi
ebegin "Starting sancp"
- start-stop-daemon --start --quiet --pidfile /var/run/sancp.pid \
+ start-stop-daemon --start --quiet -m --pidfile /var/run/sancp.pid \
--exec /usr/bin/sancp \
-- ${SANCP_OPTS} > /var/log/sancp.log 2>&1 &
eend $?