Skip to content

Commit

Permalink
Bugs fixed: 1242508.
Browse files Browse the repository at this point in the history
Typo rcstatus instead of rc_status fixed.
  • Loading branch information
mihajlov committed Jul 28, 2005
1 parent bc37dbc commit c46dee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sfcb.init-suse.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ fi
start() {
echo -n "Starting sfcb: "
startproc @sbindir@/sfcbd -d
rcstatus -v
rc_status -v
}

stop() {
echo -n "Shutting down sfcb: "
killproc sfcbd
rcstatus -v
rc_status -v
}

reload() {
echo -n "Reloading sfcb configuration: "
killproc -HUP sfcbd
rcstatus -v
rc_status -v
}

case "$1" in
Expand Down

0 comments on commit c46dee8

Please sign in to comment.