diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-07-04 09:43:17 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-07-04 09:43:17 +0200 |
commit | b00d10d5576945027b46f79cf5167c6dbfcdf37a (patch) | |
tree | 542968d2255312f0bf40cda2e289bf6f2f42ede8 /net-analyzer/sec/files | |
parent | net-analyzer/arping: Old. (diff) | |
download | gentoo-b00d10d5576945027b46f79cf5167c6dbfcdf37a.tar.gz gentoo-b00d10d5576945027b46f79cf5167c6dbfcdf37a.tar.bz2 gentoo-b00d10d5576945027b46f79cf5167c6dbfcdf37a.zip |
net-analyzer/sec: Version bump. Fix crashed status by Marcin Mirosław (bug #587390).
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer/sec/files')
-rw-r--r-- | net-analyzer/sec/files/sec.init.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/sec/files/sec.init.d b/net-analyzer/sec/files/sec.init.d index d46d8de64da9..307e52c70a78 100644 --- a/net-analyzer/sec/files/sec.init.d +++ b/net-analyzer/sec/files/sec.init.d @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,8 +18,8 @@ checkconfig() { start() { checkconfig || return 1 ebegin "Starting sec" - start-stop-daemon --start --quiet --exec /usr/bin/sec \ - -- -pid=/run/sec.pid \ + start-stop-daemon --start --quiet --interpreted --exec /usr/bin/sec -- \ + -pid=/run/sec.pid \ -detach -log=/var/log/sec.log \ -conf=/etc/sec.conf \ ${INPUT_FILES} \ |