diff options
author | Tom Hukins <tom@FreeBSD.org> | 2001-11-17 16:06:51 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2001-11-17 16:06:51 +0000 |
commit | d49d576fe56d8df765f0ce70ebeb3c27a1de7c25 (patch) | |
tree | bfda4bea0afbcff602e1199207337e94b109aa25 /net/generic-nqs/files/nqs.sh | |
parent | Update to 0.4.6. (diff) |
Make Generic-NQS actually work properly
PR: ports/31208
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Notes
Notes:
svn path=/head/; revision=50147
Diffstat (limited to 'net/generic-nqs/files/nqs.sh')
-rw-r--r-- | net/generic-nqs/files/nqs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/generic-nqs/files/nqs.sh b/net/generic-nqs/files/nqs.sh index fbdb6ffa0adb..eefff9f50f74 100644 --- a/net/generic-nqs/files/nqs.sh +++ b/net/generic-nqs/files/nqs.sh @@ -8,7 +8,7 @@ start) fi ;; stop) - killall nqsdaemon && echo -n ' nqs' + killall -KILL nqsdaemon netdaemon loaddaemon && echo -n ' nqs' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 |