summaryrefslogtreecommitdiff
path: root/contrib/redhat/bbstored
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/redhat/bbstored')
-rwxr-xr-x[-rw-r--r--]contrib/redhat/bbstored8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/redhat/bbstored b/contrib/redhat/bbstored
index eadca1d1..09e2b490 100644..100755
--- a/contrib/redhat/bbstored
+++ b/contrib/redhat/bbstored
@@ -1,10 +1,10 @@
#! /bin/bash
#
-# bbstored Start/Stop the box backup daemon.
+# bbstored Start/Stop the box backup server daemon.
#
# chkconfig: 345 93 07
-# description: bbstore is the server side deamon for Box Backup, a completely \
-# automatic on-line backup system
+# description: bbstored is the server side daemon for Box Backup, \
+# a completely automatic on-line backup system.
# processname: bbstored
# config: /etc/box
# pidfile: /var/run/bbstored.pid
@@ -49,7 +49,7 @@ restart() {
}
reload() {
- echo -n $"Reloading $prog daemon configuration: "
+ echo -n $"Reloading $prog configuration: "
killproc $prog -HUP
retval=$?
echo