diff options
author | 2008-04-22 12:17:23 +0000 | |
---|---|---|
committer | 2008-04-22 12:17:23 +0000 | |
commit | 74ca0f03a269c32da871dda7085f6ccbb5f57a32 (patch) | |
tree | e8b94e4adbfc4818da4761667ae877907bc26b04 /net-nntp/hellanzb/files | |
parent | Add missing include to enable compilation on GCC 4.3; patch from Peter Alfred... (diff) | |
download | historical-74ca0f03a269c32da871dda7085f6ccbb5f57a32.tar.gz historical-74ca0f03a269c32da871dda7085f6ccbb5f57a32.tar.bz2 historical-74ca0f03a269c32da871dda7085f6ccbb5f57a32.zip |
This time really fixing hellanzb.init
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'net-nntp/hellanzb/files')
-rw-r--r-- | net-nntp/hellanzb/files/hellanzb.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nntp/hellanzb/files/hellanzb.init b/net-nntp/hellanzb/files/hellanzb.init index 005f02b4a1ab..2c397a5e413f 100644 --- a/net-nntp/hellanzb/files/hellanzb.init +++ b/net-nntp/hellanzb/files/hellanzb.init @@ -17,8 +17,8 @@ start() { export PATH="${PATH}:/opt/bin" start-stop-daemon --quiet --start -c ${HELLA_USER} \ - -g ${HELLA_GROUP} \ - --exec /usr/bin/python /usr/bin/hellanzb.py -- \ + -g ${HELLA_GROUP} --name hellanzb.py \ + --exec /usr/bin/hellanzb.py -- \ -D -c ${HELLA_CONFIGFILE} ${HELLA_OPTS} &> /dev/null eend $? } |