diff options
author | Chris White <chriswhite@gentoo.org> | 2005-07-09 09:09:13 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-07-09 09:09:13 +0000 |
commit | fb076fe53f912894c5de6f59c71b6132bad0e857 (patch) | |
tree | 2d1af00f2c9de4a80c2027dd2e7350c94bb71a86 /net-analyzer/mwcollect/files | |
parent | Stable on hppa (diff) | |
download | gentoo-2-fb076fe53f912894c5de6f59c71b6132bad0e857.tar.gz gentoo-2-fb076fe53f912894c5de6f59c71b6132bad0e857.tar.bz2 gentoo-2-fb076fe53f912894c5de6f59c71b6132bad0e857.zip |
Updated as per upstream request. Changed the conf.d and init.d files to better cordinate with the pid file creation.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/mwcollect/files')
-rw-r--r-- | net-analyzer/mwcollect/files/confd | 2 | ||||
-rw-r--r-- | net-analyzer/mwcollect/files/digest-mwcollect-2.1.0 | 1 | ||||
-rw-r--r-- | net-analyzer/mwcollect/files/digest-mwcollect-2.1.1 | 1 | ||||
-rw-r--r-- | net-analyzer/mwcollect/files/initd | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/mwcollect/files/confd b/net-analyzer/mwcollect/files/confd index d86e2ec14ad0..dbff4807c9b8 100644 --- a/net-analyzer/mwcollect/files/confd +++ b/net-analyzer/mwcollect/files/confd @@ -16,7 +16,7 @@ # Example: # /usr/sbin/mwcollectd -L critical -C -L info -l /var/log/mwcollectd.log -c /etc/mwcollectd.conf -OPTIONS="-D -p /var/run/mwcollectd.pid -c /etc/mwcollect/mwcollectd.conf" +OPTIONS="-D -c /etc/mwcollect/mwcollectd.conf" # example: add log file # OPTIONS="$OPTIONS -l /var/log/mwcollect.log -L 3" diff --git a/net-analyzer/mwcollect/files/digest-mwcollect-2.1.0 b/net-analyzer/mwcollect/files/digest-mwcollect-2.1.0 deleted file mode 100644 index daa9cd342bc7..000000000000 --- a/net-analyzer/mwcollect/files/digest-mwcollect-2.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c277cf1c627130134b8e0d426a0957c mwcollect2.1.0.tar.bz2 36275 diff --git a/net-analyzer/mwcollect/files/digest-mwcollect-2.1.1 b/net-analyzer/mwcollect/files/digest-mwcollect-2.1.1 new file mode 100644 index 000000000000..c463787132e9 --- /dev/null +++ b/net-analyzer/mwcollect/files/digest-mwcollect-2.1.1 @@ -0,0 +1 @@ +MD5 4c0f633b55fe09c86e37303fa9e5c78e mwcollect2.1.1.tar.bz2 43237 diff --git a/net-analyzer/mwcollect/files/initd b/net-analyzer/mwcollect/files/initd index 03e2598ffb40..e295a27957df 100644 --- a/net-analyzer/mwcollect/files/initd +++ b/net-analyzer/mwcollect/files/initd @@ -22,7 +22,7 @@ start() { # mwcollectd should have created its pid file checkconfig && \ start-stop-daemon --start --quiet \ - --exec /usr/sbin/mwcollectd -- ${OPTIONS} + --exec /usr/sbin/mwcollectd -- -p /var/run/mwcollectd.pid ${OPTIONS} eend $? } |