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