diff options
-rw-r--r-- | security/cfs/files/cfsd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cfs/files/cfsd.sh b/security/cfs/files/cfsd.sh index 488962b97f43..f90fe91a3755 100644 --- a/security/cfs/files/cfsd.sh +++ b/security/cfs/files/cfsd.sh @@ -10,6 +10,7 @@ start) [ -x ${PREFIX}/sbin/cfsd ] && ${PREFIX}/sbin/cfsd > /dev/null 2>&1 && echo -n ' cfsd' ;; stop) + killall cfsd && echo -n ' cfsd' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 |