wok diff boxbackup-server/stuff/bbstored @ rev 24583

updated fusioninventory-agent (2.5.2 -> 2.6)
author Hans-G?nter Theisgen
date Sun Feb 27 17:43:39 2022 +0100 (2022-02-27)
parents 7f188676b59c
children
line diff
     1.1 --- a/boxbackup-server/stuff/bbstored	Thu May 26 20:16:45 2016 +0300
     1.2 +++ b/boxbackup-server/stuff/bbstored	Sun Feb 27 17:43:39 2022 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #!/bin/sh
     1.5 -# /etc/init.d/bbstored: Start, stop and restart bbstored deamon on SliTaz, at boot
     1.6 +# /etc/init.d/bbstored: Start, stop and restart bbstored daemon on SliTaz, at boot
     1.7  # time or with the command line.
     1.8  #
     1.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    1.10 @@ -9,7 +9,7 @@
    1.11  . /etc/daemons.conf
    1.12  
    1.13  NAME=BBstored
    1.14 -DESC="$(_ 'BoxBackup server deamon')"
    1.15 +DESC="$(_ 'BoxBackup server daemon')"
    1.16  DAEMON=/usr/bin/bbstored
    1.17  OPTIONS=$BBSTORED_OPTIONS
    1.18  PIDFILE=/var/run/bbstored.pid