Skip to content

Commit

Permalink
Fix exit codes in nscd start script
Browse files Browse the repository at this point in the history
Andreas Schwab committed May 5, 2010
1 parent b4ee0fb commit 88e7f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nscd/nscd.init
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ case "$1" in
RETVAL=$?
;;
stop)
stop
[ ! -e /var/lock/subsys/nscd ] || stop
RETVAL=$?
;;
status)

0 comments on commit 88e7f43

Please sign in to comment.