Skip to content

Commit

Permalink
2005-02-07 Jakub Jelinek <jakub@redhat.com>
Browse files Browse the repository at this point in the history
	[BZ #742]
	* nscd/nscd.init (reload): Print Reloading nscd: before and a newline
	after the status string printed by killproc.
  • Loading branch information
Roland McGrath committed Feb 16, 2005
1 parent f3425b6 commit bc27874
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions nscd/nscd.init
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ case "$1" in
RETVAL=$?
;;
status)
status nscd
status nscd
RETVAL=$?
;;
;;
restart)
restart
RETVAL=$?
Expand All @@ -100,9 +100,11 @@ case "$1" in
RETVAL=$?
;;
reload)
killproc /usr/sbin/nscd -HUP
echo -n $"Reloading $prog: "
killproc /usr/sbin/nscd -HUP
RETVAL=$?
;;
echo
;;
*)
echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}"
RETVAL=1
Expand Down

0 comments on commit bc27874

Please sign in to comment.