- update .spec file; - cosmetic in init.d scripts

This commit is contained in:
root
2010-02-01 12:22:12 +03:00
parent 11df912162
commit 9a1c5ee548
2 changed files with 19 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ RETVAL=0
start() {
KIND="UHUB"
KIND="Uhub"
echo -n $"Starting $KIND services: "
daemon uhub $UHUBOPTIONS
RETVAL=$?
@@ -47,7 +47,7 @@ start() {
}
stop() {
KIND="UHUB"
KIND="Uhub"
echo -n $"Shutting down $KIND services: "
killproc uhub
RETVAL=$?