wok rev 19161

Typos in "daemon"...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 27 01:40:23 2016 +0300 (2016-05-27)
parents 8bca3631ec66
children c9bc3479d772
files acpid/stuff/init.d/acpid at/stuff/atd bind/stuff/etc/init.d/named boxbackup-client/stuff/bbackupd boxbackup-server/stuff/bbstored busybox/stuff/daemon busybox/stuff/po/POTFILES busybox/stuff/po/daemon.pot busybox/stuff/po/fr.po busybox/stuff/po/ru.po cookutils/receipt cups/stuff/etc/init.d/cupsd ddclient/stuff/ddclient dhcp/stuff/dhcpd dnsmasq/stuff/etc/init.d/dnsmasq get-softmodem-driver/stuff/martian.init get-softmodem-driver/stuff/slmodem.init hal/receipt lxdm/stuff/init.d/lxdm lxnetdaemon/stuff/etc/init.d/lxnetdaemon mpd/stuff/etc/init.d/mpd netatalk-pam/stuff/etc/init.d/netatalk netatalk/stuff/etc/init.d/netatalk nfs-utils/stuff/etc/init.d/nfsd openvpn/stuff/etc/init.d/openvpn-client openvpn/stuff/etc/init.d/openvpn-server pekwm/stuff/etc/pekwm/start phpvirtualbox/stuff/etc/init.d/vboxwebsrv pi-blaster/stuff/init.d/pi-blaster rsync/stuff/etc/init.d/rsyncd rsync/stuff/etc/rsyncd.conf slim/stuff/etc/init.d/slim tinc/stuff/etc/init.d/tinc tinyproxy/stuff/tinyproxy wicd/stuff/wicd wpa_supplicant/stuff/etc/init.d/wpa_supplicant
line diff
     1.1 --- a/acpid/stuff/init.d/acpid	Thu May 26 22:20:40 2016 +0200
     1.2 +++ b/acpid/stuff/init.d/acpid	Fri May 27 01:40:23 2016 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  #!/bin/sh
     1.5 -# /etc/init.d/acpid: Start, stop and restart acpid deamon on SliTaz, at boot
     1.6 +# /etc/init.d/acpid: Start, stop and restart acpid 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=acpid
    1.14 -DESC="$(_ 'ACPI event deamon')"
    1.15 +DESC="$(_ 'ACPI event daemon')"
    1.16  DAEMON=/usr/sbin/acpid
    1.17  OPTIONS=$ACPID_OPTIONS
    1.18  PIDFILE=/var/run/acpid.pid
     2.1 --- a/at/stuff/atd	Thu May 26 22:20:40 2016 +0200
     2.2 +++ b/at/stuff/atd	Fri May 27 01:40:23 2016 +0300
     2.3 @@ -1,5 +1,5 @@
     2.4  #!/bin/sh
     2.5 -# Start, stop and restart a atd deamon on SliTaz, at boot time or
     2.6 +# Start, stop and restart a atd daemon on SliTaz, at boot time or
     2.7  # with the command line.
     2.8  #
     2.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
     3.1 --- a/bind/stuff/etc/init.d/named	Thu May 26 22:20:40 2016 +0200
     3.2 +++ b/bind/stuff/etc/init.d/named	Fri May 27 01:40:23 2016 +0300
     3.3 @@ -1,5 +1,5 @@
     3.4  #!/bin/sh
     3.5 -# /etc/init.d/named: Start, stop and restart Named deamon on SliTaz, at boot
     3.6 +# /etc/init.d/named: Start, stop and restart Named daemon on SliTaz, at boot
     3.7  # time or with the command line.
     3.8  #
     3.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
     4.1 --- a/boxbackup-client/stuff/bbackupd	Thu May 26 22:20:40 2016 +0200
     4.2 +++ b/boxbackup-client/stuff/bbackupd	Fri May 27 01:40:23 2016 +0300
     4.3 @@ -1,5 +1,5 @@
     4.4  #!/bin/sh
     4.5 -# /etc/init.d/bbackupd: Start, stop and restart bbackupd deamon on SliTaz, at boot
     4.6 +# /etc/init.d/bbackupd: Start, stop and restart bbackupd daemon on SliTaz, at boot
     4.7  # time or with the command line.
     4.8  #
     4.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
     5.1 --- a/boxbackup-server/stuff/bbstored	Thu May 26 22:20:40 2016 +0200
     5.2 +++ b/boxbackup-server/stuff/bbstored	Fri May 27 01:40:23 2016 +0300
     5.3 @@ -1,5 +1,5 @@
     5.4  #!/bin/sh
     5.5 -# /etc/init.d/bbstored: Start, stop and restart bbstored deamon on SliTaz, at boot
     5.6 +# /etc/init.d/bbstored: Start, stop and restart bbstored daemon on SliTaz, at boot
     5.7  # time or with the command line.
     5.8  #
     5.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    5.10 @@ -9,7 +9,7 @@
    5.11  . /etc/daemons.conf
    5.12  
    5.13  NAME=BBstored
    5.14 -DESC="$(_ 'BoxBackup server deamon')"
    5.15 +DESC="$(_ 'BoxBackup server daemon')"
    5.16  DAEMON=/usr/bin/bbstored
    5.17  OPTIONS=$BBSTORED_OPTIONS
    5.18  PIDFILE=/var/run/bbstored.pid
     6.1 --- a/busybox/stuff/daemon	Thu May 26 22:20:40 2016 +0200
     6.2 +++ b/busybox/stuff/daemon	Fri May 27 01:40:23 2016 +0300
     6.3 @@ -1,5 +1,5 @@
     6.4  #!/bin/sh
     6.5 -# Start, stop and restart a busybox deamon on SliTaz, at boot time or
     6.6 +# Start, stop and restart a busybox daemon on SliTaz, at boot time or
     6.7  # with the command line.
     6.8  #
     6.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
     7.1 --- a/busybox/stuff/po/POTFILES	Thu May 26 22:20:40 2016 +0200
     7.2 +++ b/busybox/stuff/po/POTFILES	Fri May 27 01:40:23 2016 +0300
     7.3 @@ -27,6 +27,8 @@
     7.4  ../../../dropbear/stuff/init.d/dropbear
     7.5  ../../../fail2ban/stuff/etc/init.d/fail2ban
     7.6  ../../../fcron/stuff/fcron
     7.7 +../../../get-softmodem-driver/stuff/martian.init
     7.8 +../../../get-softmodem-driver/stuff/slmodem.init
     7.9  ../../../git/stuff/git-daemon
    7.10  ../../../gpm/stuff/etc/init.d/gpm
    7.11  ../../../hal/stuff/etc/init.d/hald
    7.12 @@ -63,6 +65,7 @@
    7.13  ../../../pcsc-lite/stuff/init.d/pcscd
    7.14  ../../../perdition/stuff/etc/init.d/perdition
    7.15  ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv
    7.16 +../../../pi-blaster/stuff/init.d/pi-blaster
    7.17  ../../../portmap/stuff/init.d/portmap
    7.18  ../../../postfix/stuff/etc/init.d/postfix
    7.19  ../../../postgresql/stuff/etc/init.d/postgresql
     8.1 --- a/busybox/stuff/po/daemon.pot	Thu May 26 22:20:40 2016 +0200
     8.2 +++ b/busybox/stuff/po/daemon.pot	Fri May 27 01:40:23 2016 +0300
     8.3 @@ -8,7 +8,7 @@
     8.4  msgstr ""
     8.5  "Project-Id-Version: daemon 1.0\n"
     8.6  "Report-Msgid-Bugs-To: \n"
     8.7 -"POT-Creation-Date: 2016-05-26 19:12+0300\n"
     8.8 +"POT-Creation-Date: 2016-05-27 01:37+0300\n"
     8.9  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    8.10  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    8.11  "Language-Team: LANGUAGE <LL@li.org>\n"
    8.12 @@ -33,6 +33,7 @@
    8.13  #: ../../../openvpn/stuff/etc/init.d/openvpn-client:12
    8.14  #: ../../../openvpn/stuff/etc/init.d/openvpn-server:12
    8.15  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:11
    8.16 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:10
    8.17  #: ../../../rsync/stuff/etc/init.d/rsyncd:12
    8.18  #: ../../../tinc/stuff/etc/init.d/tinc:12
    8.19  #: ../../../transmission-daemon/stuff/transmission-daemon:12
    8.20 @@ -70,9 +71,12 @@
    8.21  #: ../../../dovecot/stuff/init.d/dovecot:24
    8.22  #: ../../../dropbear/stuff/init.d/dropbear:35
    8.23  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:19
    8.24 -#: ../../../fcron/stuff/fcron:20 ../../../git/stuff/git-daemon:20
    8.25 -#: ../../../gpm/stuff/etc/init.d/gpm:20 ../../../hal/stuff/etc/init.d/hald:18
    8.26 -#: ../../../hostapd/stuff/hostapd:18 ../../../knock/stuff/etc/init.d/knock:22
    8.27 +#: ../../../fcron/stuff/fcron:20
    8.28 +#: ../../../get-softmodem-driver/stuff/martian.init:26
    8.29 +#: ../../../get-softmodem-driver/stuff/slmodem.init:20
    8.30 +#: ../../../git/stuff/git-daemon:20 ../../../gpm/stuff/etc/init.d/gpm:20
    8.31 +#: ../../../hal/stuff/etc/init.d/hald:18 ../../../hostapd/stuff/hostapd:18
    8.32 +#: ../../../knock/stuff/etc/init.d/knock:22
    8.33  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:18
    8.34  #: ../../../linux64-zram/stuff/compcache:16
    8.35  #: ../../../linux-zram/stuff/compcache:16 ../../../lxdm/stuff/init.d/lxdm:18
    8.36 @@ -98,6 +102,7 @@
    8.37  #: ../../../pcsc-lite/stuff/init.d/pcscd:17
    8.38  #: ../../../perdition/stuff/etc/init.d/perdition:25
    8.39  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:20
    8.40 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:18
    8.41  #: ../../../portmap/stuff/init.d/portmap:23
    8.42  #: ../../../postfix/stuff/etc/init.d/postfix:20
    8.43  #: ../../../postgrey/stuff/etc/init.d/postgrey:21
    8.44 @@ -143,9 +148,12 @@
    8.45  #: ../../../dovecot/stuff/init.d/dovecot:27
    8.46  #: ../../../dropbear/stuff/init.d/dropbear:38
    8.47  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:22
    8.48 -#: ../../../fcron/stuff/fcron:23 ../../../git/stuff/git-daemon:23
    8.49 -#: ../../../gpm/stuff/etc/init.d/gpm:23 ../../../hal/stuff/etc/init.d/hald:21
    8.50 -#: ../../../hostapd/stuff/hostapd:21 ../../../knock/stuff/etc/init.d/knock:25
    8.51 +#: ../../../fcron/stuff/fcron:23
    8.52 +#: ../../../get-softmodem-driver/stuff/martian.init:29
    8.53 +#: ../../../get-softmodem-driver/stuff/slmodem.init:23
    8.54 +#: ../../../git/stuff/git-daemon:23 ../../../gpm/stuff/etc/init.d/gpm:23
    8.55 +#: ../../../hal/stuff/etc/init.d/hald:21 ../../../hostapd/stuff/hostapd:21
    8.56 +#: ../../../knock/stuff/etc/init.d/knock:25
    8.57  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:21
    8.58  #: ../../../linux64-zram/stuff/compcache:24
    8.59  #: ../../../linux-zram/stuff/compcache:24 ../../../lxdm/stuff/init.d/lxdm:21
    8.60 @@ -171,6 +179,7 @@
    8.61  #: ../../../pcsc-lite/stuff/init.d/pcscd:20
    8.62  #: ../../../perdition/stuff/etc/init.d/perdition:28
    8.63  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:23
    8.64 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:20
    8.65  #: ../../../portmap/stuff/init.d/portmap:27
    8.66  #: ../../../postfix/stuff/etc/init.d/postfix:23
    8.67  #: ../../../postgresql/stuff/etc/init.d/postgresql:25
    8.68 @@ -238,6 +247,10 @@
    8.69  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:35
    8.70  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:44
    8.71  #: ../../../fcron/stuff/fcron:29 ../../../fcron/stuff/fcron:38
    8.72 +#: ../../../get-softmodem-driver/stuff/martian.init:35
    8.73 +#: ../../../get-softmodem-driver/stuff/martian.init:45
    8.74 +#: ../../../get-softmodem-driver/stuff/slmodem.init:29
    8.75 +#: ../../../get-softmodem-driver/stuff/slmodem.init:38
    8.76  #: ../../../git/stuff/git-daemon:29 ../../../git/stuff/git-daemon:38
    8.77  #: ../../../gpm/stuff/etc/init.d/gpm:29 ../../../gpm/stuff/etc/init.d/gpm:38
    8.78  #: ../../../hal/stuff/etc/init.d/hald:27 ../../../hal/stuff/etc/init.d/hald:36
    8.79 @@ -290,6 +303,7 @@
    8.80  #: ../../../perdition/stuff/etc/init.d/perdition:50
    8.81  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:31
    8.82  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:40
    8.83 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:28
    8.84  #: ../../../portmap/stuff/init.d/portmap:46
    8.85  #: ../../../postfix/stuff/etc/init.d/postfix:29
    8.86  #: ../../../postfix/stuff/etc/init.d/postfix:38
    8.87 @@ -352,9 +366,12 @@
    8.88  #: ../../../dropbear/stuff/init.d/dropbear:47
    8.89  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:28
    8.90  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:38
    8.91 -#: ../../../fcron/stuff/fcron:32 ../../../git/stuff/git-daemon:32
    8.92 -#: ../../../gpm/stuff/etc/init.d/gpm:32 ../../../hal/stuff/etc/init.d/hald:30
    8.93 -#: ../../../hostapd/stuff/hostapd:30 ../../../knock/stuff/etc/init.d/knock:34
    8.94 +#: ../../../fcron/stuff/fcron:32
    8.95 +#: ../../../get-softmodem-driver/stuff/martian.init:38
    8.96 +#: ../../../get-softmodem-driver/stuff/slmodem.init:32
    8.97 +#: ../../../git/stuff/git-daemon:32 ../../../gpm/stuff/etc/init.d/gpm:32
    8.98 +#: ../../../hal/stuff/etc/init.d/hald:30 ../../../hostapd/stuff/hostapd:30
    8.99 +#: ../../../knock/stuff/etc/init.d/knock:34
   8.100  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:30
   8.101  #: ../../../linux64-zram/stuff/compcache:33
   8.102  #: ../../../linux-zram/stuff/compcache:33 ../../../lxdm/stuff/init.d/lxdm:29
   8.103 @@ -379,6 +396,7 @@
   8.104  #: ../../../pcsc-lite/stuff/init.d/pcscd:29
   8.105  #: ../../../perdition/stuff/etc/init.d/perdition:41
   8.106  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:34
   8.107 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:25
   8.108  #: ../../../portmap/stuff/init.d/portmap:49
   8.109  #: ../../../postfix/stuff/etc/init.d/postfix:32
   8.110  #: ../../../postgresql/stuff/etc/init.d/postgresql:39
   8.111 @@ -424,9 +442,12 @@
   8.112  #: ../../../dovecot/stuff/init.d/dovecot:45
   8.113  #: ../../../dropbear/stuff/init.d/dropbear:56
   8.114  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:47
   8.115 -#: ../../../fcron/stuff/fcron:41 ../../../git/stuff/git-daemon:41
   8.116 -#: ../../../gpm/stuff/etc/init.d/gpm:41 ../../../hal/stuff/etc/init.d/hald:39
   8.117 -#: ../../../hostapd/stuff/hostapd:39 ../../../knock/stuff/etc/init.d/knock:43
   8.118 +#: ../../../fcron/stuff/fcron:41
   8.119 +#: ../../../get-softmodem-driver/stuff/martian.init:48
   8.120 +#: ../../../get-softmodem-driver/stuff/slmodem.init:41
   8.121 +#: ../../../git/stuff/git-daemon:41 ../../../gpm/stuff/etc/init.d/gpm:41
   8.122 +#: ../../../hal/stuff/etc/init.d/hald:39 ../../../hostapd/stuff/hostapd:39
   8.123 +#: ../../../knock/stuff/etc/init.d/knock:43
   8.124  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:40
   8.125  #: ../../../lxdm/stuff/init.d/lxdm:38
   8.126  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:42
   8.127 @@ -489,9 +510,12 @@
   8.128  #: ../../../dovecot/stuff/init.d/dovecot:52
   8.129  #: ../../../dropbear/stuff/init.d/dropbear:63
   8.130  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:53
   8.131 -#: ../../../fcron/stuff/fcron:48 ../../../git/stuff/git-daemon:48
   8.132 -#: ../../../gpm/stuff/etc/init.d/gpm:48 ../../../hal/stuff/etc/init.d/hald:46
   8.133 -#: ../../../hostapd/stuff/hostapd:46 ../../../knock/stuff/etc/init.d/knock:50
   8.134 +#: ../../../fcron/stuff/fcron:48
   8.135 +#: ../../../get-softmodem-driver/stuff/martian.init:55
   8.136 +#: ../../../get-softmodem-driver/stuff/slmodem.init:48
   8.137 +#: ../../../git/stuff/git-daemon:48 ../../../gpm/stuff/etc/init.d/gpm:48
   8.138 +#: ../../../hal/stuff/etc/init.d/hald:46 ../../../hostapd/stuff/hostapd:46
   8.139 +#: ../../../knock/stuff/etc/init.d/knock:50
   8.140  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:48
   8.141  #: ../../../linux64-zram/stuff/compcache:41
   8.142  #: ../../../linux-zram/stuff/compcache:41 ../../../lxdm/stuff/init.d/lxdm:45
   8.143 @@ -517,6 +541,7 @@
   8.144  #: ../../../pcsc-lite/stuff/init.d/pcscd:38
   8.145  #: ../../../perdition/stuff/etc/init.d/perdition:70
   8.146  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:52
   8.147 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:33
   8.148  #: ../../../portmap/stuff/init.d/portmap:65
   8.149  #: ../../../postfix/stuff/etc/init.d/postfix:58
   8.150  #: ../../../postgresql/stuff/etc/init.d/postgresql:54
   8.151 @@ -541,7 +566,7 @@
   8.152  msgstr ""
   8.153  
   8.154  #: ../../../acpid/stuff/init.d/acpid:12
   8.155 -msgid "ACPI event deamon"
   8.156 +msgid "ACPI event daemon"
   8.157  msgstr ""
   8.158  
   8.159  #: ../../../ajaxterm/stuff/etc/init.d/ajaxterm:12
   8.160 @@ -574,7 +599,7 @@
   8.161  msgstr ""
   8.162  
   8.163  #: ../../../boxbackup-server/stuff/bbstored:12
   8.164 -msgid "BoxBackup server deamon"
   8.165 +msgid "BoxBackup server daemon"
   8.166  msgstr ""
   8.167  
   8.168  #: ../../../cherokee/stuff/cherokee:10
   8.169 @@ -614,6 +639,18 @@
   8.170  msgid "Generating Dropbear %s key..."
   8.171  msgstr ""
   8.172  
   8.173 +#: ../../../get-softmodem-driver/stuff/martian.init:12
   8.174 +msgid "Agere Systems PCI Modem daemon"
   8.175 +msgstr ""
   8.176 +
   8.177 +#: ../../../get-softmodem-driver/stuff/martian.init:19
   8.178 +msgid "kernel module is not loaded!"
   8.179 +msgstr ""
   8.180 +
   8.181 +#: ../../../get-softmodem-driver/stuff/slmodem.init:12
   8.182 +msgid "Smart Link Modem daemon"
   8.183 +msgstr ""
   8.184 +
   8.185  #: ../../../hal/stuff/etc/init.d/hald:10
   8.186  msgid "Hardware Abstraction Layer"
   8.187  msgstr ""
     9.1 --- a/busybox/stuff/po/fr.po	Thu May 26 22:20:40 2016 +0200
     9.2 +++ b/busybox/stuff/po/fr.po	Fri May 27 01:40:23 2016 +0300
     9.3 @@ -1,13 +1,13 @@
     9.4 -# Russian translations for /etc/init.d/* daemons
     9.5 +# French translations for /etc/init.d/* daemons
     9.6  # Copyright (C) 2016 SliTaz
     9.7  # This file is distributed under the same license as the PACKAGE package.
     9.8 -# Aleksej Bobylev <al.bobylev@gmail.com>, 2016.
     9.9 +# Pascal Bellard <pascal.bellard@slitaz.org>, 2016.
    9.10  #
    9.11  msgid ""
    9.12  msgstr ""
    9.13  "Project-Id-Version: daemon\n"
    9.14  "Report-Msgid-Bugs-To: \n"
    9.15 -"POT-Creation-Date: 2016-05-26 18:37+0300\n"
    9.16 +"POT-Creation-Date: 2016-05-27 01:37+0300\n"
    9.17  "PO-Revision-Date: 2016-05-26 21:31+0200\n"
    9.18  "Last-Translator: Pascal Bellard <pascal.bellard@slitaz.org>\n"
    9.19  "Language-Team: \n"
    9.20 @@ -34,6 +34,7 @@
    9.21  #: ../../../openvpn/stuff/etc/init.d/openvpn-client:12
    9.22  #: ../../../openvpn/stuff/etc/init.d/openvpn-server:12
    9.23  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:11
    9.24 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:10
    9.25  #: ../../../rsync/stuff/etc/init.d/rsyncd:12
    9.26  #: ../../../tinc/stuff/etc/init.d/tinc:12
    9.27  #: ../../../transmission-daemon/stuff/transmission-daemon:12
    9.28 @@ -71,25 +72,27 @@
    9.29  #: ../../../dovecot/stuff/init.d/dovecot:24
    9.30  #: ../../../dropbear/stuff/init.d/dropbear:35
    9.31  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:19
    9.32 -#: ../../../fcron/stuff/fcron:20 ../../../git/stuff/git-daemon:20
    9.33 -#: ../../../gpm/stuff/etc/init.d/gpm:20 ../../../hal/stuff/etc/init.d/hald:18
    9.34 -#: ../../../hostapd/stuff/hostapd:18 ../../../knock/stuff/etc/init.d/knock:22
    9.35 +#: ../../../fcron/stuff/fcron:20
    9.36 +#: ../../../get-softmodem-driver/stuff/martian.init:26
    9.37 +#: ../../../get-softmodem-driver/stuff/slmodem.init:20
    9.38 +#: ../../../git/stuff/git-daemon:20 ../../../gpm/stuff/etc/init.d/gpm:20
    9.39 +#: ../../../hal/stuff/etc/init.d/hald:18 ../../../hostapd/stuff/hostapd:18
    9.40 +#: ../../../knock/stuff/etc/init.d/knock:22
    9.41  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:18
    9.42  #: ../../../linux64-zram/stuff/compcache:16
    9.43  #: ../../../linux-zram/stuff/compcache:16 ../../../lxdm/stuff/init.d/lxdm:18
    9.44  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:19
    9.45  #: ../../../mariadb/stuff/etc/init.d/mysql:25
    9.46 -#: ../../../motion/stuff/init.d/motion:16
    9.47 -#: ../../../mpd/stuff/etc/init.d/mpd:19
    9.48 +#: ../../../motion/stuff/init.d/motion:16 ../../../mpd/stuff/etc/init.d/mpd:19
    9.49  #: ../../../mysql/stuff/etc/init.d/mysql:25 ../../../nagios/stuff/nagios:30
    9.50  #: ../../../nagios-nrpe/stuff/nrpe:25
    9.51  #: ../../../netatalk/stuff/etc/init.d/netatalk:45
    9.52  #: ../../../netatalk-pam/stuff/etc/init.d/netatalk:45
    9.53  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:25
    9.54  #: ../../../nginx/stuff/etc/init.d/nginx:18
    9.55 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:18
    9.56 -#: ../../../nscd/stuff/nscd:23 ../../../ntop/stuff/etc/init.d/ntop:26
    9.57 -#: ../../../ntp/stuff/ntp:21 ../../../ofono/stuff/etc/init.d/ofono:21
    9.58 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:18 ../../../nscd/stuff/nscd:23
    9.59 +#: ../../../ntop/stuff/etc/init.d/ntop:26 ../../../ntp/stuff/ntp:21
    9.60 +#: ../../../ofono/stuff/etc/init.d/ofono:21
    9.61  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:33
    9.62  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:22
    9.63  #: ../../../openldap/stuff/etc/init.d/openldap:20
    9.64 @@ -100,6 +103,7 @@
    9.65  #: ../../../pcsc-lite/stuff/init.d/pcscd:17
    9.66  #: ../../../perdition/stuff/etc/init.d/perdition:25
    9.67  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:20
    9.68 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:18
    9.69  #: ../../../portmap/stuff/init.d/portmap:23
    9.70  #: ../../../postfix/stuff/etc/init.d/postfix:20
    9.71  #: ../../../postgrey/stuff/etc/init.d/postgrey:21
    9.72 @@ -145,25 +149,27 @@
    9.73  #: ../../../dovecot/stuff/init.d/dovecot:27
    9.74  #: ../../../dropbear/stuff/init.d/dropbear:38
    9.75  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:22
    9.76 -#: ../../../fcron/stuff/fcron:23 ../../../git/stuff/git-daemon:23
    9.77 -#: ../../../gpm/stuff/etc/init.d/gpm:23 ../../../hal/stuff/etc/init.d/hald:21
    9.78 -#: ../../../hostapd/stuff/hostapd:21 ../../../knock/stuff/etc/init.d/knock:25
    9.79 +#: ../../../fcron/stuff/fcron:23
    9.80 +#: ../../../get-softmodem-driver/stuff/martian.init:29
    9.81 +#: ../../../get-softmodem-driver/stuff/slmodem.init:23
    9.82 +#: ../../../git/stuff/git-daemon:23 ../../../gpm/stuff/etc/init.d/gpm:23
    9.83 +#: ../../../hal/stuff/etc/init.d/hald:21 ../../../hostapd/stuff/hostapd:21
    9.84 +#: ../../../knock/stuff/etc/init.d/knock:25
    9.85  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:21
    9.86  #: ../../../linux64-zram/stuff/compcache:24
    9.87  #: ../../../linux-zram/stuff/compcache:24 ../../../lxdm/stuff/init.d/lxdm:21
    9.88  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:22
    9.89  #: ../../../mariadb/stuff/etc/init.d/mysql:34
    9.90 -#: ../../../motion/stuff/init.d/motion:19
    9.91 -#: ../../../mpd/stuff/etc/init.d/mpd:22
    9.92 +#: ../../../motion/stuff/init.d/motion:19 ../../../mpd/stuff/etc/init.d/mpd:22
    9.93  #: ../../../mysql/stuff/etc/init.d/mysql:34 ../../../nagios/stuff/nagios:33
    9.94  #: ../../../nagios-nrpe/stuff/nrpe:28
    9.95  #: ../../../netatalk/stuff/etc/init.d/netatalk:48
    9.96  #: ../../../netatalk-pam/stuff/etc/init.d/netatalk:48
    9.97  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:28
    9.98  #: ../../../nginx/stuff/etc/init.d/nginx:21
    9.99 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:21
   9.100 -#: ../../../nscd/stuff/nscd:26 ../../../ntop/stuff/etc/init.d/ntop:33
   9.101 -#: ../../../ntp/stuff/ntp:24 ../../../ofono/stuff/etc/init.d/ofono:24
   9.102 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:21 ../../../nscd/stuff/nscd:26
   9.103 +#: ../../../ntop/stuff/etc/init.d/ntop:33 ../../../ntp/stuff/ntp:24
   9.104 +#: ../../../ofono/stuff/etc/init.d/ofono:24
   9.105  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:36
   9.106  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:25
   9.107  #: ../../../openldap/stuff/etc/init.d/openldap:23
   9.108 @@ -174,6 +180,7 @@
   9.109  #: ../../../pcsc-lite/stuff/init.d/pcscd:20
   9.110  #: ../../../perdition/stuff/etc/init.d/perdition:28
   9.111  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:23
   9.112 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:20
   9.113  #: ../../../portmap/stuff/init.d/portmap:27
   9.114  #: ../../../postfix/stuff/etc/init.d/postfix:23
   9.115  #: ../../../postgresql/stuff/etc/init.d/postgresql:25
   9.116 @@ -217,9 +224,8 @@
   9.117  #: ../../../cherokee/stuff/cherokee:27 ../../../cherokee/stuff/cherokee:36
   9.118  #: ../../../chillispot/stuff/chilli:30 ../../../chillispot/stuff/chilli:39
   9.119  #: ../../../c_icap/stuff/c-icapd:30 ../../../c_icap/stuff/c-icapd:39
   9.120 -#: ../../../clamav/stuff/daemon-clamd:29
   9.121 -#: ../../../clamav/stuff/daemon-clamd:39 ../../../collectd/stuff/collectd:29
   9.122 -#: ../../../collectd/stuff/collectd:38
   9.123 +#: ../../../clamav/stuff/daemon-clamd:29 ../../../clamav/stuff/daemon-clamd:39
   9.124 +#: ../../../collectd/stuff/collectd:29 ../../../collectd/stuff/collectd:38
   9.125  #: ../../../connman/stuff/etc/init.d/connman:31
   9.126  #: ../../../connman/stuff/etc/init.d/connman:41
   9.127  #: ../../../connman/stuff/etc/init.d/connman:55
   9.128 @@ -242,11 +248,15 @@
   9.129  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:35
   9.130  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:44
   9.131  #: ../../../fcron/stuff/fcron:29 ../../../fcron/stuff/fcron:38
   9.132 +#: ../../../get-softmodem-driver/stuff/martian.init:35
   9.133 +#: ../../../get-softmodem-driver/stuff/martian.init:45
   9.134 +#: ../../../get-softmodem-driver/stuff/slmodem.init:29
   9.135 +#: ../../../get-softmodem-driver/stuff/slmodem.init:38
   9.136  #: ../../../git/stuff/git-daemon:29 ../../../git/stuff/git-daemon:38
   9.137  #: ../../../gpm/stuff/etc/init.d/gpm:29 ../../../gpm/stuff/etc/init.d/gpm:38
   9.138 -#: ../../../hal/stuff/etc/init.d/hald:27
   9.139 -#: ../../../hal/stuff/etc/init.d/hald:36 ../../../hostapd/stuff/hostapd:27
   9.140 -#: ../../../hostapd/stuff/hostapd:36 ../../../knock/stuff/etc/init.d/knock:31
   9.141 +#: ../../../hal/stuff/etc/init.d/hald:27 ../../../hal/stuff/etc/init.d/hald:36
   9.142 +#: ../../../hostapd/stuff/hostapd:27 ../../../hostapd/stuff/hostapd:36
   9.143 +#: ../../../knock/stuff/etc/init.d/knock:31
   9.144  #: ../../../knock/stuff/etc/init.d/knock:40
   9.145  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:27
   9.146  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:37
   9.147 @@ -257,8 +267,8 @@
   9.148  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:39
   9.149  #: ../../../mariadb/stuff/etc/init.d/mysql:47
   9.150  #: ../../../mariadb/stuff/etc/init.d/mysql:57
   9.151 -#: ../../../motion/stuff/init.d/motion:26
   9.152 -#: ../../../mpd/stuff/etc/init.d/mpd:29 ../../../mpd/stuff/etc/init.d/mpd:38
   9.153 +#: ../../../motion/stuff/init.d/motion:26 ../../../mpd/stuff/etc/init.d/mpd:29
   9.154 +#: ../../../mpd/stuff/etc/init.d/mpd:38
   9.155  #: ../../../mysql/stuff/etc/init.d/mysql:47
   9.156  #: ../../../mysql/stuff/etc/init.d/mysql:57 ../../../nagios/stuff/nagios:40
   9.157  #: ../../../nagios/stuff/nagios:49 ../../../nagios-nrpe/stuff/nrpe:34
   9.158 @@ -270,9 +280,8 @@
   9.159  #: ../../../nginx/stuff/etc/init.d/nginx:27
   9.160  #: ../../../nginx/stuff/etc/init.d/nginx:37
   9.161  #: ../../../nginx-extras/stuff/etc/init.d/nginx:27
   9.162 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:37
   9.163 -#: ../../../nscd/stuff/nscd:33 ../../../nscd/stuff/nscd:43
   9.164 -#: ../../../ntop/stuff/etc/init.d/ntop:39
   9.165 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:37 ../../../nscd/stuff/nscd:33
   9.166 +#: ../../../nscd/stuff/nscd:43 ../../../ntop/stuff/etc/init.d/ntop:39
   9.167  #: ../../../ntop/stuff/etc/init.d/ntop:48 ../../../ntp/stuff/ntp:31
   9.168  #: ../../../ntp/stuff/ntp:41 ../../../ofono/stuff/etc/init.d/ofono:31
   9.169  #: ../../../ofono/stuff/etc/init.d/ofono:41
   9.170 @@ -295,6 +304,7 @@
   9.171  #: ../../../perdition/stuff/etc/init.d/perdition:50
   9.172  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:31
   9.173  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:40
   9.174 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:28
   9.175  #: ../../../portmap/stuff/init.d/portmap:46
   9.176  #: ../../../postfix/stuff/etc/init.d/postfix:29
   9.177  #: ../../../postfix/stuff/etc/init.d/postfix:38
   9.178 @@ -303,8 +313,7 @@
   9.179  #: ../../../postgrey/stuff/etc/init.d/postgrey:51
   9.180  #: ../../../privoxy/stuff/daemon-privoxy:31
   9.181  #: ../../../privoxy/stuff/daemon-privoxy:41
   9.182 -#: ../../../pure-ftpd/stuff/pure-ftpd:36
   9.183 -#: ../../../pure-ftpd/stuff/pure-ftpd:45
   9.184 +#: ../../../pure-ftpd/stuff/pure-ftpd:36 ../../../pure-ftpd/stuff/pure-ftpd:45
   9.185  #: ../../../rsync/stuff/etc/init.d/rsyncd:29
   9.186  #: ../../../rsync/stuff/etc/init.d/rsyncd:39
   9.187  #: ../../../samba/stuff/etc/init.d/samba:39
   9.188 @@ -321,8 +330,7 @@
   9.189  #: ../../../thttpd/stuff/etc/init.d/thttpd:39
   9.190  #: ../../../tinc/stuff/etc/init.d/tinc:29
   9.191  #: ../../../tinc/stuff/etc/init.d/tinc:38
   9.192 -#: ../../../tinyproxy/stuff/tinyproxy:24
   9.193 -#: ../../../tinyproxy/stuff/tinyproxy:34
   9.194 +#: ../../../tinyproxy/stuff/tinyproxy:24 ../../../tinyproxy/stuff/tinyproxy:34
   9.195  #: ../../../transmission-daemon/stuff/transmission-daemon:29
   9.196  #: ../../../transmission-daemon/stuff/transmission-daemon:39
   9.197  #: ../../../unfs3/stuff/etc/init.d/unfsd:38
   9.198 @@ -359,25 +367,26 @@
   9.199  #: ../../../dropbear/stuff/init.d/dropbear:47
   9.200  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:28
   9.201  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:38
   9.202 -#: ../../../fcron/stuff/fcron:32 ../../../git/stuff/git-daemon:32
   9.203 -#: ../../../gpm/stuff/etc/init.d/gpm:32 ../../../hal/stuff/etc/init.d/hald:30
   9.204 -#: ../../../hostapd/stuff/hostapd:30 ../../../knock/stuff/etc/init.d/knock:34
   9.205 +#: ../../../fcron/stuff/fcron:32
   9.206 +#: ../../../get-softmodem-driver/stuff/martian.init:38
   9.207 +#: ../../../get-softmodem-driver/stuff/slmodem.init:32
   9.208 +#: ../../../git/stuff/git-daemon:32 ../../../gpm/stuff/etc/init.d/gpm:32
   9.209 +#: ../../../hal/stuff/etc/init.d/hald:30 ../../../hostapd/stuff/hostapd:30
   9.210 +#: ../../../knock/stuff/etc/init.d/knock:34
   9.211  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:30
   9.212  #: ../../../linux64-zram/stuff/compcache:33
   9.213  #: ../../../linux-zram/stuff/compcache:33 ../../../lxdm/stuff/init.d/lxdm:29
   9.214  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:32
   9.215  #: ../../../mariadb/stuff/etc/init.d/mysql:50
   9.216 -#: ../../../motion/stuff/init.d/motion:29
   9.217 -#: ../../../mpd/stuff/etc/init.d/mpd:32
   9.218 -#: ../../../mysql/stuff/etc/init.d/mysql:50
   9.219 -#: ../../../nagios-nrpe/stuff/nrpe:37
   9.220 +#: ../../../motion/stuff/init.d/motion:29 ../../../mpd/stuff/etc/init.d/mpd:32
   9.221 +#: ../../../mysql/stuff/etc/init.d/mysql:50 ../../../nagios-nrpe/stuff/nrpe:37
   9.222  #: ../../../netatalk/stuff/etc/init.d/netatalk:61
   9.223  #: ../../../netatalk-pam/stuff/etc/init.d/netatalk:61
   9.224  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:48
   9.225  #: ../../../nginx/stuff/etc/init.d/nginx:30
   9.226 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:30
   9.227 -#: ../../../nscd/stuff/nscd:36 ../../../ntop/stuff/etc/init.d/ntop:42
   9.228 -#: ../../../ntp/stuff/ntp:34 ../../../ofono/stuff/etc/init.d/ofono:34
   9.229 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:30 ../../../nscd/stuff/nscd:36
   9.230 +#: ../../../ntop/stuff/etc/init.d/ntop:42 ../../../ntp/stuff/ntp:34
   9.231 +#: ../../../ofono/stuff/etc/init.d/ofono:34
   9.232  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:50
   9.233  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:34
   9.234  #: ../../../openldap/stuff/etc/init.d/openldap:38
   9.235 @@ -388,6 +397,7 @@
   9.236  #: ../../../pcsc-lite/stuff/init.d/pcscd:29
   9.237  #: ../../../perdition/stuff/etc/init.d/perdition:41
   9.238  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:34
   9.239 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:25
   9.240  #: ../../../portmap/stuff/init.d/portmap:49
   9.241  #: ../../../postfix/stuff/etc/init.d/postfix:32
   9.242  #: ../../../postgresql/stuff/etc/init.d/postgresql:39
   9.243 @@ -433,22 +443,24 @@
   9.244  #: ../../../dovecot/stuff/init.d/dovecot:45
   9.245  #: ../../../dropbear/stuff/init.d/dropbear:56
   9.246  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:47
   9.247 -#: ../../../fcron/stuff/fcron:41 ../../../git/stuff/git-daemon:41
   9.248 -#: ../../../gpm/stuff/etc/init.d/gpm:41 ../../../hal/stuff/etc/init.d/hald:39
   9.249 -#: ../../../hostapd/stuff/hostapd:39 ../../../knock/stuff/etc/init.d/knock:43
   9.250 +#: ../../../fcron/stuff/fcron:41
   9.251 +#: ../../../get-softmodem-driver/stuff/martian.init:48
   9.252 +#: ../../../get-softmodem-driver/stuff/slmodem.init:41
   9.253 +#: ../../../git/stuff/git-daemon:41 ../../../gpm/stuff/etc/init.d/gpm:41
   9.254 +#: ../../../hal/stuff/etc/init.d/hald:39 ../../../hostapd/stuff/hostapd:39
   9.255 +#: ../../../knock/stuff/etc/init.d/knock:43
   9.256  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:40
   9.257  #: ../../../lxdm/stuff/init.d/lxdm:38
   9.258  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:42
   9.259  #: ../../../mariadb/stuff/etc/init.d/mysql:60
   9.260 -#: ../../../motion/stuff/init.d/motion:39
   9.261 -#: ../../../mpd/stuff/etc/init.d/mpd:41
   9.262 +#: ../../../motion/stuff/init.d/motion:39 ../../../mpd/stuff/etc/init.d/mpd:41
   9.263  #: ../../../mysql/stuff/etc/init.d/mysql:60 ../../../nagios/stuff/nagios:52
   9.264  #: ../../../nagios-nrpe/stuff/nrpe:46
   9.265  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:63
   9.266  #: ../../../nginx/stuff/etc/init.d/nginx:40
   9.267 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:40
   9.268 -#: ../../../nscd/stuff/nscd:46 ../../../ntop/stuff/etc/init.d/ntop:51
   9.269 -#: ../../../ntp/stuff/ntp:44 ../../../ofono/stuff/etc/init.d/ofono:44
   9.270 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:40 ../../../nscd/stuff/nscd:46
   9.271 +#: ../../../ntop/stuff/etc/init.d/ntop:51 ../../../ntp/stuff/ntp:44
   9.272 +#: ../../../ofono/stuff/etc/init.d/ofono:44
   9.273  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:60
   9.274  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:43
   9.275  #: ../../../openldap/stuff/etc/init.d/openldap:47
   9.276 @@ -499,25 +511,27 @@
   9.277  #: ../../../dovecot/stuff/init.d/dovecot:52
   9.278  #: ../../../dropbear/stuff/init.d/dropbear:63
   9.279  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:53
   9.280 -#: ../../../fcron/stuff/fcron:48 ../../../git/stuff/git-daemon:48
   9.281 -#: ../../../gpm/stuff/etc/init.d/gpm:48 ../../../hal/stuff/etc/init.d/hald:46
   9.282 -#: ../../../hostapd/stuff/hostapd:46 ../../../knock/stuff/etc/init.d/knock:50
   9.283 +#: ../../../fcron/stuff/fcron:48
   9.284 +#: ../../../get-softmodem-driver/stuff/martian.init:55
   9.285 +#: ../../../get-softmodem-driver/stuff/slmodem.init:48
   9.286 +#: ../../../git/stuff/git-daemon:48 ../../../gpm/stuff/etc/init.d/gpm:48
   9.287 +#: ../../../hal/stuff/etc/init.d/hald:46 ../../../hostapd/stuff/hostapd:46
   9.288 +#: ../../../knock/stuff/etc/init.d/knock:50
   9.289  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:48
   9.290  #: ../../../linux64-zram/stuff/compcache:41
   9.291  #: ../../../linux-zram/stuff/compcache:41 ../../../lxdm/stuff/init.d/lxdm:45
   9.292  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:51
   9.293  #: ../../../mariadb/stuff/etc/init.d/mysql:68
   9.294 -#: ../../../motion/stuff/init.d/motion:47
   9.295 -#: ../../../mpd/stuff/etc/init.d/mpd:48
   9.296 +#: ../../../motion/stuff/init.d/motion:47 ../../../mpd/stuff/etc/init.d/mpd:48
   9.297  #: ../../../mysql/stuff/etc/init.d/mysql:68 ../../../nagios/stuff/nagios:62
   9.298  #: ../../../nagios-nrpe/stuff/nrpe:53
   9.299  #: ../../../netatalk/stuff/etc/init.d/netatalk:74
   9.300  #: ../../../netatalk-pam/stuff/etc/init.d/netatalk:74
   9.301  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:77
   9.302  #: ../../../nginx/stuff/etc/init.d/nginx:48
   9.303 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:48
   9.304 -#: ../../../nscd/stuff/nscd:54 ../../../ntop/stuff/etc/init.d/ntop:58
   9.305 -#: ../../../ntp/stuff/ntp:51 ../../../ofono/stuff/etc/init.d/ofono:52
   9.306 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:48 ../../../nscd/stuff/nscd:54
   9.307 +#: ../../../ntop/stuff/etc/init.d/ntop:58 ../../../ntp/stuff/ntp:51
   9.308 +#: ../../../ofono/stuff/etc/init.d/ofono:52
   9.309  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:68
   9.310  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:50
   9.311  #: ../../../openldap/stuff/etc/init.d/openldap:54
   9.312 @@ -528,6 +542,7 @@
   9.313  #: ../../../pcsc-lite/stuff/init.d/pcscd:38
   9.314  #: ../../../perdition/stuff/etc/init.d/perdition:70
   9.315  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:52
   9.316 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:33
   9.317  #: ../../../portmap/stuff/init.d/portmap:65
   9.318  #: ../../../postfix/stuff/etc/init.d/postfix:58
   9.319  #: ../../../postgresql/stuff/etc/init.d/postgresql:54
   9.320 @@ -552,7 +567,7 @@
   9.321  msgstr "Usage :"
   9.322  
   9.323  #: ../../../acpid/stuff/init.d/acpid:12
   9.324 -msgid "ACPI event deamon"
   9.325 +msgid "ACPI event daemon"
   9.326  msgstr "Gestionnaire d'événements ACPI"
   9.327  
   9.328  #: ../../../ajaxterm/stuff/etc/init.d/ajaxterm:12
   9.329 @@ -585,7 +600,7 @@
   9.330  msgstr "Serveur WEB Apache"
   9.331  
   9.332  #: ../../../boxbackup-server/stuff/bbstored:12
   9.333 -msgid "BoxBackup server deamon"
   9.334 +msgid "BoxBackup server daemon"
   9.335  msgstr "Serveur BoxBackup"
   9.336  
   9.337  #: ../../../cherokee/stuff/cherokee:10
   9.338 @@ -625,6 +640,18 @@
   9.339  msgid "Generating Dropbear %s key..."
   9.340  msgstr "Génération de clé %s Dropbear..."
   9.341  
   9.342 +#: ../../../get-softmodem-driver/stuff/martian.init:12
   9.343 +msgid "Agere Systems PCI Modem daemon"
   9.344 +msgstr ""
   9.345 +
   9.346 +#: ../../../get-softmodem-driver/stuff/martian.init:19
   9.347 +msgid "kernel module is not loaded!"
   9.348 +msgstr ""
   9.349 +
   9.350 +#: ../../../get-softmodem-driver/stuff/slmodem.init:12
   9.351 +msgid "Smart Link Modem daemon"
   9.352 +msgstr ""
   9.353 +
   9.354  #: ../../../hal/stuff/etc/init.d/hald:10
   9.355  msgid "Hardware Abstraction Layer"
   9.356  msgstr "Couche d'abstraction du matériel (HAL)"
   9.357 @@ -642,12 +669,12 @@
   9.358  #: ../../../linux64-zram/stuff/compcache:19
   9.359  #: ../../../linux-zram/stuff/compcache:19
   9.360  msgid "Loading module..."
   9.361 -msgstr "Chargement du module...
   9.362 +msgstr "Chargement du module..."
   9.363  
   9.364  #: ../../../linux64-zram/stuff/compcache:36
   9.365  #: ../../../linux-zram/stuff/compcache:36
   9.366  msgid "Unloading module..."
   9.367 -msgstr "Déchargement du module...
   9.368 +msgstr "Déchargement du module..."
   9.369  
   9.370  #: ../../../lxdm/stuff/init.d/lxdm:11
   9.371  msgid "LXDE login manager"
   9.372 @@ -715,11 +742,11 @@
   9.373  
   9.374  #: ../../../openvpn/stuff/etc/init.d/openvpn-client:38
   9.375  msgid "Missing OpenVPN client config."
   9.376 -msgstr "Configuration client OpenVPN manquante.
   9.377 +msgstr "Configuration client OpenVPN manquante."
   9.378  
   9.379  #: ../../../openvpn/stuff/etc/init.d/openvpn-server:38
   9.380  msgid "Missing OpenVPN server config."
   9.381 -msgstr "Configiguration serveur OpenVPN manquante.
   9.382 +msgstr "Configiguration serveur OpenVPN manquante."
   9.383  
   9.384  #: ../../../pcsc-lite/stuff/init.d/pcscd:10
   9.385  msgid "PC/SC smart card daemon"
   9.386 @@ -793,3 +820,4 @@
   9.387  #: ../../../wicd/stuff/wicd:12
   9.388  msgid "Network connection manager"
   9.389  msgstr "Gestionnaire des connexions réseau"
   9.390 +
    10.1 --- a/busybox/stuff/po/ru.po	Thu May 26 22:20:40 2016 +0200
    10.2 +++ b/busybox/stuff/po/ru.po	Fri May 27 01:40:23 2016 +0300
    10.3 @@ -7,8 +7,8 @@
    10.4  msgstr ""
    10.5  "Project-Id-Version: daemon\n"
    10.6  "Report-Msgid-Bugs-To: \n"
    10.7 -"POT-Creation-Date: 2016-05-26 18:37+0300\n"
    10.8 -"PO-Revision-Date: 2016-05-26 19:11+0300\n"
    10.9 +"POT-Creation-Date: 2016-05-27 01:37+0300\n"
   10.10 +"PO-Revision-Date: 2016-05-27 01:38+0300\n"
   10.11  "Last-Translator: Aleksej Bobylev <al.bobylev@gmail.com>\n"
   10.12  "Language-Team: \n"
   10.13  "Language: ru\n"
   10.14 @@ -34,6 +34,7 @@
   10.15  #: ../../../openvpn/stuff/etc/init.d/openvpn-client:12
   10.16  #: ../../../openvpn/stuff/etc/init.d/openvpn-server:12
   10.17  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:11
   10.18 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:10
   10.19  #: ../../../rsync/stuff/etc/init.d/rsyncd:12
   10.20  #: ../../../tinc/stuff/etc/init.d/tinc:12
   10.21  #: ../../../transmission-daemon/stuff/transmission-daemon:12
   10.22 @@ -71,25 +72,27 @@
   10.23  #: ../../../dovecot/stuff/init.d/dovecot:24
   10.24  #: ../../../dropbear/stuff/init.d/dropbear:35
   10.25  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:19
   10.26 -#: ../../../fcron/stuff/fcron:20 ../../../git/stuff/git-daemon:20
   10.27 -#: ../../../gpm/stuff/etc/init.d/gpm:20 ../../../hal/stuff/etc/init.d/hald:18
   10.28 -#: ../../../hostapd/stuff/hostapd:18 ../../../knock/stuff/etc/init.d/knock:22
   10.29 +#: ../../../fcron/stuff/fcron:20
   10.30 +#: ../../../get-softmodem-driver/stuff/martian.init:26
   10.31 +#: ../../../get-softmodem-driver/stuff/slmodem.init:20
   10.32 +#: ../../../git/stuff/git-daemon:20 ../../../gpm/stuff/etc/init.d/gpm:20
   10.33 +#: ../../../hal/stuff/etc/init.d/hald:18 ../../../hostapd/stuff/hostapd:18
   10.34 +#: ../../../knock/stuff/etc/init.d/knock:22
   10.35  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:18
   10.36  #: ../../../linux64-zram/stuff/compcache:16
   10.37  #: ../../../linux-zram/stuff/compcache:16 ../../../lxdm/stuff/init.d/lxdm:18
   10.38  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:19
   10.39  #: ../../../mariadb/stuff/etc/init.d/mysql:25
   10.40 -#: ../../../motion/stuff/init.d/motion:16
   10.41 -#: ../../../mpd/stuff/etc/init.d/mpd:19
   10.42 +#: ../../../motion/stuff/init.d/motion:16 ../../../mpd/stuff/etc/init.d/mpd:19
   10.43  #: ../../../mysql/stuff/etc/init.d/mysql:25 ../../../nagios/stuff/nagios:30
   10.44  #: ../../../nagios-nrpe/stuff/nrpe:25
   10.45  #: ../../../netatalk/stuff/etc/init.d/netatalk:45
   10.46  #: ../../../netatalk-pam/stuff/etc/init.d/netatalk:45
   10.47  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:25
   10.48  #: ../../../nginx/stuff/etc/init.d/nginx:18
   10.49 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:18
   10.50 -#: ../../../nscd/stuff/nscd:23 ../../../ntop/stuff/etc/init.d/ntop:26
   10.51 -#: ../../../ntp/stuff/ntp:21 ../../../ofono/stuff/etc/init.d/ofono:21
   10.52 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:18 ../../../nscd/stuff/nscd:23
   10.53 +#: ../../../ntop/stuff/etc/init.d/ntop:26 ../../../ntp/stuff/ntp:21
   10.54 +#: ../../../ofono/stuff/etc/init.d/ofono:21
   10.55  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:33
   10.56  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:22
   10.57  #: ../../../openldap/stuff/etc/init.d/openldap:20
   10.58 @@ -100,6 +103,7 @@
   10.59  #: ../../../pcsc-lite/stuff/init.d/pcscd:17
   10.60  #: ../../../perdition/stuff/etc/init.d/perdition:25
   10.61  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:20
   10.62 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:18
   10.63  #: ../../../portmap/stuff/init.d/portmap:23
   10.64  #: ../../../postfix/stuff/etc/init.d/postfix:20
   10.65  #: ../../../postgrey/stuff/etc/init.d/postgrey:21
   10.66 @@ -145,25 +149,27 @@
   10.67  #: ../../../dovecot/stuff/init.d/dovecot:27
   10.68  #: ../../../dropbear/stuff/init.d/dropbear:38
   10.69  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:22
   10.70 -#: ../../../fcron/stuff/fcron:23 ../../../git/stuff/git-daemon:23
   10.71 -#: ../../../gpm/stuff/etc/init.d/gpm:23 ../../../hal/stuff/etc/init.d/hald:21
   10.72 -#: ../../../hostapd/stuff/hostapd:21 ../../../knock/stuff/etc/init.d/knock:25
   10.73 +#: ../../../fcron/stuff/fcron:23
   10.74 +#: ../../../get-softmodem-driver/stuff/martian.init:29
   10.75 +#: ../../../get-softmodem-driver/stuff/slmodem.init:23
   10.76 +#: ../../../git/stuff/git-daemon:23 ../../../gpm/stuff/etc/init.d/gpm:23
   10.77 +#: ../../../hal/stuff/etc/init.d/hald:21 ../../../hostapd/stuff/hostapd:21
   10.78 +#: ../../../knock/stuff/etc/init.d/knock:25
   10.79  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:21
   10.80  #: ../../../linux64-zram/stuff/compcache:24
   10.81  #: ../../../linux-zram/stuff/compcache:24 ../../../lxdm/stuff/init.d/lxdm:21
   10.82  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:22
   10.83  #: ../../../mariadb/stuff/etc/init.d/mysql:34
   10.84 -#: ../../../motion/stuff/init.d/motion:19
   10.85 -#: ../../../mpd/stuff/etc/init.d/mpd:22
   10.86 +#: ../../../motion/stuff/init.d/motion:19 ../../../mpd/stuff/etc/init.d/mpd:22
   10.87  #: ../../../mysql/stuff/etc/init.d/mysql:34 ../../../nagios/stuff/nagios:33
   10.88  #: ../../../nagios-nrpe/stuff/nrpe:28
   10.89  #: ../../../netatalk/stuff/etc/init.d/netatalk:48
   10.90  #: ../../../netatalk-pam/stuff/etc/init.d/netatalk:48
   10.91  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:28
   10.92  #: ../../../nginx/stuff/etc/init.d/nginx:21
   10.93 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:21
   10.94 -#: ../../../nscd/stuff/nscd:26 ../../../ntop/stuff/etc/init.d/ntop:33
   10.95 -#: ../../../ntp/stuff/ntp:24 ../../../ofono/stuff/etc/init.d/ofono:24
   10.96 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:21 ../../../nscd/stuff/nscd:26
   10.97 +#: ../../../ntop/stuff/etc/init.d/ntop:33 ../../../ntp/stuff/ntp:24
   10.98 +#: ../../../ofono/stuff/etc/init.d/ofono:24
   10.99  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:36
  10.100  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:25
  10.101  #: ../../../openldap/stuff/etc/init.d/openldap:23
  10.102 @@ -174,6 +180,7 @@
  10.103  #: ../../../pcsc-lite/stuff/init.d/pcscd:20
  10.104  #: ../../../perdition/stuff/etc/init.d/perdition:28
  10.105  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:23
  10.106 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:20
  10.107  #: ../../../portmap/stuff/init.d/portmap:27
  10.108  #: ../../../postfix/stuff/etc/init.d/postfix:23
  10.109  #: ../../../postgresql/stuff/etc/init.d/postgresql:25
  10.110 @@ -217,9 +224,8 @@
  10.111  #: ../../../cherokee/stuff/cherokee:27 ../../../cherokee/stuff/cherokee:36
  10.112  #: ../../../chillispot/stuff/chilli:30 ../../../chillispot/stuff/chilli:39
  10.113  #: ../../../c_icap/stuff/c-icapd:30 ../../../c_icap/stuff/c-icapd:39
  10.114 -#: ../../../clamav/stuff/daemon-clamd:29
  10.115 -#: ../../../clamav/stuff/daemon-clamd:39 ../../../collectd/stuff/collectd:29
  10.116 -#: ../../../collectd/stuff/collectd:38
  10.117 +#: ../../../clamav/stuff/daemon-clamd:29 ../../../clamav/stuff/daemon-clamd:39
  10.118 +#: ../../../collectd/stuff/collectd:29 ../../../collectd/stuff/collectd:38
  10.119  #: ../../../connman/stuff/etc/init.d/connman:31
  10.120  #: ../../../connman/stuff/etc/init.d/connman:41
  10.121  #: ../../../connman/stuff/etc/init.d/connman:55
  10.122 @@ -242,11 +248,15 @@
  10.123  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:35
  10.124  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:44
  10.125  #: ../../../fcron/stuff/fcron:29 ../../../fcron/stuff/fcron:38
  10.126 +#: ../../../get-softmodem-driver/stuff/martian.init:35
  10.127 +#: ../../../get-softmodem-driver/stuff/martian.init:45
  10.128 +#: ../../../get-softmodem-driver/stuff/slmodem.init:29
  10.129 +#: ../../../get-softmodem-driver/stuff/slmodem.init:38
  10.130  #: ../../../git/stuff/git-daemon:29 ../../../git/stuff/git-daemon:38
  10.131  #: ../../../gpm/stuff/etc/init.d/gpm:29 ../../../gpm/stuff/etc/init.d/gpm:38
  10.132 -#: ../../../hal/stuff/etc/init.d/hald:27
  10.133 -#: ../../../hal/stuff/etc/init.d/hald:36 ../../../hostapd/stuff/hostapd:27
  10.134 -#: ../../../hostapd/stuff/hostapd:36 ../../../knock/stuff/etc/init.d/knock:31
  10.135 +#: ../../../hal/stuff/etc/init.d/hald:27 ../../../hal/stuff/etc/init.d/hald:36
  10.136 +#: ../../../hostapd/stuff/hostapd:27 ../../../hostapd/stuff/hostapd:36
  10.137 +#: ../../../knock/stuff/etc/init.d/knock:31
  10.138  #: ../../../knock/stuff/etc/init.d/knock:40
  10.139  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:27
  10.140  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:37
  10.141 @@ -257,8 +267,8 @@
  10.142  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:39
  10.143  #: ../../../mariadb/stuff/etc/init.d/mysql:47
  10.144  #: ../../../mariadb/stuff/etc/init.d/mysql:57
  10.145 -#: ../../../motion/stuff/init.d/motion:26
  10.146 -#: ../../../mpd/stuff/etc/init.d/mpd:29 ../../../mpd/stuff/etc/init.d/mpd:38
  10.147 +#: ../../../motion/stuff/init.d/motion:26 ../../../mpd/stuff/etc/init.d/mpd:29
  10.148 +#: ../../../mpd/stuff/etc/init.d/mpd:38
  10.149  #: ../../../mysql/stuff/etc/init.d/mysql:47
  10.150  #: ../../../mysql/stuff/etc/init.d/mysql:57 ../../../nagios/stuff/nagios:40
  10.151  #: ../../../nagios/stuff/nagios:49 ../../../nagios-nrpe/stuff/nrpe:34
  10.152 @@ -270,9 +280,8 @@
  10.153  #: ../../../nginx/stuff/etc/init.d/nginx:27
  10.154  #: ../../../nginx/stuff/etc/init.d/nginx:37
  10.155  #: ../../../nginx-extras/stuff/etc/init.d/nginx:27
  10.156 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:37
  10.157 -#: ../../../nscd/stuff/nscd:33 ../../../nscd/stuff/nscd:43
  10.158 -#: ../../../ntop/stuff/etc/init.d/ntop:39
  10.159 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:37 ../../../nscd/stuff/nscd:33
  10.160 +#: ../../../nscd/stuff/nscd:43 ../../../ntop/stuff/etc/init.d/ntop:39
  10.161  #: ../../../ntop/stuff/etc/init.d/ntop:48 ../../../ntp/stuff/ntp:31
  10.162  #: ../../../ntp/stuff/ntp:41 ../../../ofono/stuff/etc/init.d/ofono:31
  10.163  #: ../../../ofono/stuff/etc/init.d/ofono:41
  10.164 @@ -295,6 +304,7 @@
  10.165  #: ../../../perdition/stuff/etc/init.d/perdition:50
  10.166  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:31
  10.167  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:40
  10.168 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:28
  10.169  #: ../../../portmap/stuff/init.d/portmap:46
  10.170  #: ../../../postfix/stuff/etc/init.d/postfix:29
  10.171  #: ../../../postfix/stuff/etc/init.d/postfix:38
  10.172 @@ -303,8 +313,7 @@
  10.173  #: ../../../postgrey/stuff/etc/init.d/postgrey:51
  10.174  #: ../../../privoxy/stuff/daemon-privoxy:31
  10.175  #: ../../../privoxy/stuff/daemon-privoxy:41
  10.176 -#: ../../../pure-ftpd/stuff/pure-ftpd:36
  10.177 -#: ../../../pure-ftpd/stuff/pure-ftpd:45
  10.178 +#: ../../../pure-ftpd/stuff/pure-ftpd:36 ../../../pure-ftpd/stuff/pure-ftpd:45
  10.179  #: ../../../rsync/stuff/etc/init.d/rsyncd:29
  10.180  #: ../../../rsync/stuff/etc/init.d/rsyncd:39
  10.181  #: ../../../samba/stuff/etc/init.d/samba:39
  10.182 @@ -321,8 +330,7 @@
  10.183  #: ../../../thttpd/stuff/etc/init.d/thttpd:39
  10.184  #: ../../../tinc/stuff/etc/init.d/tinc:29
  10.185  #: ../../../tinc/stuff/etc/init.d/tinc:38
  10.186 -#: ../../../tinyproxy/stuff/tinyproxy:24
  10.187 -#: ../../../tinyproxy/stuff/tinyproxy:34
  10.188 +#: ../../../tinyproxy/stuff/tinyproxy:24 ../../../tinyproxy/stuff/tinyproxy:34
  10.189  #: ../../../transmission-daemon/stuff/transmission-daemon:29
  10.190  #: ../../../transmission-daemon/stuff/transmission-daemon:39
  10.191  #: ../../../unfs3/stuff/etc/init.d/unfsd:38
  10.192 @@ -359,25 +367,26 @@
  10.193  #: ../../../dropbear/stuff/init.d/dropbear:47
  10.194  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:28
  10.195  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:38
  10.196 -#: ../../../fcron/stuff/fcron:32 ../../../git/stuff/git-daemon:32
  10.197 -#: ../../../gpm/stuff/etc/init.d/gpm:32 ../../../hal/stuff/etc/init.d/hald:30
  10.198 -#: ../../../hostapd/stuff/hostapd:30 ../../../knock/stuff/etc/init.d/knock:34
  10.199 +#: ../../../fcron/stuff/fcron:32
  10.200 +#: ../../../get-softmodem-driver/stuff/martian.init:38
  10.201 +#: ../../../get-softmodem-driver/stuff/slmodem.init:32
  10.202 +#: ../../../git/stuff/git-daemon:32 ../../../gpm/stuff/etc/init.d/gpm:32
  10.203 +#: ../../../hal/stuff/etc/init.d/hald:30 ../../../hostapd/stuff/hostapd:30
  10.204 +#: ../../../knock/stuff/etc/init.d/knock:34
  10.205  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:30
  10.206  #: ../../../linux64-zram/stuff/compcache:33
  10.207  #: ../../../linux-zram/stuff/compcache:33 ../../../lxdm/stuff/init.d/lxdm:29
  10.208  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:32
  10.209  #: ../../../mariadb/stuff/etc/init.d/mysql:50
  10.210 -#: ../../../motion/stuff/init.d/motion:29
  10.211 -#: ../../../mpd/stuff/etc/init.d/mpd:32
  10.212 -#: ../../../mysql/stuff/etc/init.d/mysql:50
  10.213 -#: ../../../nagios-nrpe/stuff/nrpe:37
  10.214 +#: ../../../motion/stuff/init.d/motion:29 ../../../mpd/stuff/etc/init.d/mpd:32
  10.215 +#: ../../../mysql/stuff/etc/init.d/mysql:50 ../../../nagios-nrpe/stuff/nrpe:37
  10.216  #: ../../../netatalk/stuff/etc/init.d/netatalk:61
  10.217  #: ../../../netatalk-pam/stuff/etc/init.d/netatalk:61
  10.218  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:48
  10.219  #: ../../../nginx/stuff/etc/init.d/nginx:30
  10.220 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:30
  10.221 -#: ../../../nscd/stuff/nscd:36 ../../../ntop/stuff/etc/init.d/ntop:42
  10.222 -#: ../../../ntp/stuff/ntp:34 ../../../ofono/stuff/etc/init.d/ofono:34
  10.223 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:30 ../../../nscd/stuff/nscd:36
  10.224 +#: ../../../ntop/stuff/etc/init.d/ntop:42 ../../../ntp/stuff/ntp:34
  10.225 +#: ../../../ofono/stuff/etc/init.d/ofono:34
  10.226  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:50
  10.227  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:34
  10.228  #: ../../../openldap/stuff/etc/init.d/openldap:38
  10.229 @@ -388,6 +397,7 @@
  10.230  #: ../../../pcsc-lite/stuff/init.d/pcscd:29
  10.231  #: ../../../perdition/stuff/etc/init.d/perdition:41
  10.232  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:34
  10.233 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:25
  10.234  #: ../../../portmap/stuff/init.d/portmap:49
  10.235  #: ../../../postfix/stuff/etc/init.d/postfix:32
  10.236  #: ../../../postgresql/stuff/etc/init.d/postgresql:39
  10.237 @@ -433,22 +443,24 @@
  10.238  #: ../../../dovecot/stuff/init.d/dovecot:45
  10.239  #: ../../../dropbear/stuff/init.d/dropbear:56
  10.240  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:47
  10.241 -#: ../../../fcron/stuff/fcron:41 ../../../git/stuff/git-daemon:41
  10.242 -#: ../../../gpm/stuff/etc/init.d/gpm:41 ../../../hal/stuff/etc/init.d/hald:39
  10.243 -#: ../../../hostapd/stuff/hostapd:39 ../../../knock/stuff/etc/init.d/knock:43
  10.244 +#: ../../../fcron/stuff/fcron:41
  10.245 +#: ../../../get-softmodem-driver/stuff/martian.init:48
  10.246 +#: ../../../get-softmodem-driver/stuff/slmodem.init:41
  10.247 +#: ../../../git/stuff/git-daemon:41 ../../../gpm/stuff/etc/init.d/gpm:41
  10.248 +#: ../../../hal/stuff/etc/init.d/hald:39 ../../../hostapd/stuff/hostapd:39
  10.249 +#: ../../../knock/stuff/etc/init.d/knock:43
  10.250  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:40
  10.251  #: ../../../lxdm/stuff/init.d/lxdm:38
  10.252  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:42
  10.253  #: ../../../mariadb/stuff/etc/init.d/mysql:60
  10.254 -#: ../../../motion/stuff/init.d/motion:39
  10.255 -#: ../../../mpd/stuff/etc/init.d/mpd:41
  10.256 +#: ../../../motion/stuff/init.d/motion:39 ../../../mpd/stuff/etc/init.d/mpd:41
  10.257  #: ../../../mysql/stuff/etc/init.d/mysql:60 ../../../nagios/stuff/nagios:52
  10.258  #: ../../../nagios-nrpe/stuff/nrpe:46
  10.259  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:63
  10.260  #: ../../../nginx/stuff/etc/init.d/nginx:40
  10.261 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:40
  10.262 -#: ../../../nscd/stuff/nscd:46 ../../../ntop/stuff/etc/init.d/ntop:51
  10.263 -#: ../../../ntp/stuff/ntp:44 ../../../ofono/stuff/etc/init.d/ofono:44
  10.264 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:40 ../../../nscd/stuff/nscd:46
  10.265 +#: ../../../ntop/stuff/etc/init.d/ntop:51 ../../../ntp/stuff/ntp:44
  10.266 +#: ../../../ofono/stuff/etc/init.d/ofono:44
  10.267  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:60
  10.268  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:43
  10.269  #: ../../../openldap/stuff/etc/init.d/openldap:47
  10.270 @@ -499,25 +511,27 @@
  10.271  #: ../../../dovecot/stuff/init.d/dovecot:52
  10.272  #: ../../../dropbear/stuff/init.d/dropbear:63
  10.273  #: ../../../fail2ban/stuff/etc/init.d/fail2ban:53
  10.274 -#: ../../../fcron/stuff/fcron:48 ../../../git/stuff/git-daemon:48
  10.275 -#: ../../../gpm/stuff/etc/init.d/gpm:48 ../../../hal/stuff/etc/init.d/hald:46
  10.276 -#: ../../../hostapd/stuff/hostapd:46 ../../../knock/stuff/etc/init.d/knock:50
  10.277 +#: ../../../fcron/stuff/fcron:48
  10.278 +#: ../../../get-softmodem-driver/stuff/martian.init:55
  10.279 +#: ../../../get-softmodem-driver/stuff/slmodem.init:48
  10.280 +#: ../../../git/stuff/git-daemon:48 ../../../gpm/stuff/etc/init.d/gpm:48
  10.281 +#: ../../../hal/stuff/etc/init.d/hald:46 ../../../hostapd/stuff/hostapd:46
  10.282 +#: ../../../knock/stuff/etc/init.d/knock:50
  10.283  #: ../../../lighttpd/stuff/etc/init.d/lighttpd:48
  10.284  #: ../../../linux64-zram/stuff/compcache:41
  10.285  #: ../../../linux-zram/stuff/compcache:41 ../../../lxdm/stuff/init.d/lxdm:45
  10.286  #: ../../../lxnetdaemon/stuff/etc/init.d/lxnetdaemon:51
  10.287  #: ../../../mariadb/stuff/etc/init.d/mysql:68
  10.288 -#: ../../../motion/stuff/init.d/motion:47
  10.289 -#: ../../../mpd/stuff/etc/init.d/mpd:48
  10.290 +#: ../../../motion/stuff/init.d/motion:47 ../../../mpd/stuff/etc/init.d/mpd:48
  10.291  #: ../../../mysql/stuff/etc/init.d/mysql:68 ../../../nagios/stuff/nagios:62
  10.292  #: ../../../nagios-nrpe/stuff/nrpe:53
  10.293  #: ../../../netatalk/stuff/etc/init.d/netatalk:74
  10.294  #: ../../../netatalk-pam/stuff/etc/init.d/netatalk:74
  10.295  #: ../../../nfs-utils/stuff/etc/init.d/nfsd:77
  10.296  #: ../../../nginx/stuff/etc/init.d/nginx:48
  10.297 -#: ../../../nginx-extras/stuff/etc/init.d/nginx:48
  10.298 -#: ../../../nscd/stuff/nscd:54 ../../../ntop/stuff/etc/init.d/ntop:58
  10.299 -#: ../../../ntp/stuff/ntp:51 ../../../ofono/stuff/etc/init.d/ofono:52
  10.300 +#: ../../../nginx-extras/stuff/etc/init.d/nginx:48 ../../../nscd/stuff/nscd:54
  10.301 +#: ../../../ntop/stuff/etc/init.d/ntop:58 ../../../ntp/stuff/ntp:51
  10.302 +#: ../../../ofono/stuff/etc/init.d/ofono:52
  10.303  #: ../../../openerp-server/stuff/etc/init.d/openerp-server:68
  10.304  #: ../../../openerp-web/stuff/etc/init.d/openerp-web:50
  10.305  #: ../../../openldap/stuff/etc/init.d/openldap:54
  10.306 @@ -528,6 +542,7 @@
  10.307  #: ../../../pcsc-lite/stuff/init.d/pcscd:38
  10.308  #: ../../../perdition/stuff/etc/init.d/perdition:70
  10.309  #: ../../../phpvirtualbox/stuff/etc/init.d/vboxwebsrv:52
  10.310 +#: ../../../pi-blaster/stuff/init.d/pi-blaster:33
  10.311  #: ../../../portmap/stuff/init.d/portmap:65
  10.312  #: ../../../postfix/stuff/etc/init.d/postfix:58
  10.313  #: ../../../postgresql/stuff/etc/init.d/postgresql:54
  10.314 @@ -552,7 +567,7 @@
  10.315  msgstr "Использование:"
  10.316  
  10.317  #: ../../../acpid/stuff/init.d/acpid:12
  10.318 -msgid "ACPI event deamon"
  10.319 +msgid "ACPI event daemon"
  10.320  msgstr "служба событий ACPI"
  10.321  
  10.322  #: ../../../ajaxterm/stuff/etc/init.d/ajaxterm:12
  10.323 @@ -585,7 +600,7 @@
  10.324  msgstr "веб-сервер Apache"
  10.325  
  10.326  #: ../../../boxbackup-server/stuff/bbstored:12
  10.327 -msgid "BoxBackup server deamon"
  10.328 +msgid "BoxBackup server daemon"
  10.329  msgstr "служба сервера BoxBackup"
  10.330  
  10.331  #: ../../../cherokee/stuff/cherokee:10
  10.332 @@ -625,6 +640,18 @@
  10.333  msgid "Generating Dropbear %s key..."
  10.334  msgstr "Создание %s-ключа Dropbear…"
  10.335  
  10.336 +#: ../../../get-softmodem-driver/stuff/martian.init:12
  10.337 +msgid "Agere Systems PCI Modem daemon"
  10.338 +msgstr "служба PCI-модема Agere Systems"
  10.339 +
  10.340 +#: ../../../get-softmodem-driver/stuff/martian.init:19
  10.341 +msgid "kernel module is not loaded!"
  10.342 +msgstr "модуль ядра не загружен!"
  10.343 +
  10.344 +#: ../../../get-softmodem-driver/stuff/slmodem.init:12
  10.345 +msgid "Smart Link Modem daemon"
  10.346 +msgstr "служба модема Smart Link"
  10.347 +
  10.348  #: ../../../hal/stuff/etc/init.d/hald:10
  10.349  msgid "Hardware Abstraction Layer"
  10.350  msgstr "слой аппаратных абстракций (HAL)"
  10.351 @@ -793,3 +820,4 @@
  10.352  #: ../../../wicd/stuff/wicd:12
  10.353  msgid "Network connection manager"
  10.354  msgstr "диспетчер сетевых подключений"
  10.355 +
    11.1 --- a/cookutils/receipt	Thu May 26 22:20:40 2016 +0200
    11.2 +++ b/cookutils/receipt	Fri May 27 01:40:23 2016 +0300
    11.3 @@ -29,7 +29,7 @@
    11.4  	#Symlink cooker to busybox httpd server root
    11.5  	cd $fs/var/www
    11.6  	ln -s cgi-bin/cooker
    11.7 -	# Daemon goes in cookutils-deamon
    11.8 +	# Daemon goes in cookutils-daemon
    11.9  	rm -rf $fs/etc/init.d
   11.10  }
   11.11  
    12.1 --- a/cups/stuff/etc/init.d/cupsd	Thu May 26 22:20:40 2016 +0200
    12.2 +++ b/cups/stuff/etc/init.d/cupsd	Fri May 27 01:40:23 2016 +0300
    12.3 @@ -1,5 +1,5 @@
    12.4  #!/bin/sh
    12.5 -# /etc/init.d/cups: Start, stop and restart CUPS deamon on SliTaz, at boot
    12.6 +# /etc/init.d/cups: Start, stop and restart CUPS daemon on SliTaz, at boot
    12.7  # time or with the command line.
    12.8  #
    12.9  # To start daemon at boot time, add 'cupsd' to the $RUN_DAEMONS variable
    13.1 --- a/ddclient/stuff/ddclient	Thu May 26 22:20:40 2016 +0200
    13.2 +++ b/ddclient/stuff/ddclient	Fri May 27 01:40:23 2016 +0300
    13.3 @@ -1,5 +1,5 @@
    13.4  #!/bin/sh
    13.5 -# /etc/init.d/ddclient: Start, stop and restart Slim deamon on SliTaz, at boot
    13.6 +# /etc/init.d/ddclient: Start, stop and restart Slim daemon on SliTaz, at boot
    13.7  # time or with the command line.
    13.8  #
    13.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    14.1 --- a/dhcp/stuff/dhcpd	Thu May 26 22:20:40 2016 +0200
    14.2 +++ b/dhcp/stuff/dhcpd	Fri May 27 01:40:23 2016 +0300
    14.3 @@ -1,5 +1,5 @@
    14.4  #!/bin/sh
    14.5 -# /etc/init.d/dhcpd: Start, stop and restart Dhcp deamon on SliTaz, at boot
    14.6 +# /etc/init.d/dhcpd: Start, stop and restart Dhcp daemon on SliTaz, at boot
    14.7  # time or with the command line.
    14.8  #
    14.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    15.1 --- a/dnsmasq/stuff/etc/init.d/dnsmasq	Thu May 26 22:20:40 2016 +0200
    15.2 +++ b/dnsmasq/stuff/etc/init.d/dnsmasq	Fri May 27 01:40:23 2016 +0300
    15.3 @@ -1,5 +1,5 @@
    15.4  #!/bin/sh
    15.5 -# /etc/init.d/dnsmasq: Start, stop and restart Rsync deamon on SliTaz, at boot
    15.6 +# /etc/init.d/dnsmasq: Start, stop and restart DNSmasq daemon on SliTaz, at boot
    15.7  # time or with the command line.
    15.8  #
    15.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    16.1 --- a/get-softmodem-driver/stuff/martian.init	Thu May 26 22:20:40 2016 +0200
    16.2 +++ b/get-softmodem-driver/stuff/martian.init	Fri May 27 01:40:23 2016 +0300
    16.3 @@ -1,5 +1,5 @@
    16.4  #!/bin/sh
    16.5 -# /etc/init.d/martian: Start, stop and restart martian deamon on SliTaz, at boot
    16.6 +# /etc/init.d/martian: Start, stop and restart martian daemon on SliTaz, at boot
    16.7  # time or with the command line.
    16.8  #
    16.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
   16.10 @@ -9,52 +9,51 @@
   16.11  . /etc/daemons.conf
   16.12  
   16.13  NAME="Martian modem"
   16.14 -DESC="Agere Systems PCI Modem deamon"
   16.15 +DESC="$(_ 'Agere Systems PCI Modem daemon')"
   16.16  DAEMON=/usr/sbin/martian_modem
   16.17  OPTIONS="--daemon $MARTIAN_OPTIONS"
   16.18  PIDFILE=/var/run/martian.pid
   16.19  MODULE="martian_dev"
   16.20  
   16.21 -if [ `/sbin/lsmod | grep -c ${MODULE}` -lt "1" ]; then
   16.22 -	echo "kernel module is not loaded!"
   16.23 +if [ $(/sbin/lsmod | grep -c ${MODULE}) -lt 1 ]; then
   16.24 +	_ 'kernel module is not loaded!'
   16.25  	exit 1
   16.26  fi
   16.27  
   16.28  case "$1" in
   16.29    start)
   16.30      if active_pidfile $PIDFILE martian_modem ; then
   16.31 -      echo "$NAME already running."
   16.32 +      _ '%s is already running.' "$NAME"
   16.33        exit 1
   16.34      fi
   16.35 -    echo -n "Starting $DESC: $NAME... "
   16.36 -    $DAEMON $OPTIONS &&  echo `/bin/pidof $DAEMON` > $PIDFILE
   16.37 +    action 'Starting %s: %s...' "$DESC" "$NAME"
   16.38 +    $DAEMON $OPTIONS && echo $(/bin/pidof $DAEMON) > $PIDFILE
   16.39      status
   16.40      ;;
   16.41    stop)
   16.42      if ! active_pidfile $PIDFILE martian_modem ; then
   16.43 -      echo "$NAME is not running."
   16.44 +      _ '%s is not running.' "$NAME"
   16.45        exit 1
   16.46      fi
   16.47 -    echo -n "Stopping $DESC: $NAME... "
   16.48 +    action 'Stopping %s: %s...' "$DESC" "$NAME"
   16.49      killall martian_modem
   16.50 -	rm $PIDFILE
   16.51 +    rm $PIDFILE
   16.52      status
   16.53      ;;
   16.54    restart)
   16.55      if ! active_pidfile $PIDFILE martian_modem ; then
   16.56 -      echo "$NAME is not running."
   16.57 +      _ '%s is not running.' "$NAME"
   16.58        exit 1
   16.59      fi
   16.60 -    echo -n "Restarting $DESC: $NAME... "
   16.61 +    action 'Restarting %s: %s...' "$DESC" "$NAME"
   16.62      killall martian_modem
   16.63      sleep 2
   16.64 -    $DAEMON $OPTIONS &&  echo `/bin/pidof $DAEMON` > $PIDFILE
   16.65 +    $DAEMON $OPTIONS && echo $(/bin/pidof $DAEMON) > $PIDFILE
   16.66      status
   16.67      ;;
   16.68    *)
   16.69 -    echo ""
   16.70 -    echo -e "\033[1mUsage:\033[0m /etc/init.d/`basename $0` [start|stop|restart]"
   16.71 -    echo ""
   16.72 +    emsg "<n><b>$(_ 'Usage:')</b> $0 [start|stop|restart]"
   16.73 +    newline
   16.74      exit 1
   16.75      ;;
   16.76  esac
    17.1 --- a/get-softmodem-driver/stuff/slmodem.init	Thu May 26 22:20:40 2016 +0200
    17.2 +++ b/get-softmodem-driver/stuff/slmodem.init	Fri May 27 01:40:23 2016 +0300
    17.3 @@ -1,5 +1,5 @@
    17.4  #!/bin/sh
    17.5 -# /etc/init.d/slmodem: Start, stop and restart slmodemd deamon on SliTaz, at boot
    17.6 +# /etc/init.d/slmodem: Start, stop and restart slmodemd daemon on SliTaz, at boot
    17.7  # time or with the command line.
    17.8  #
    17.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
   17.10 @@ -9,7 +9,7 @@
   17.11  . /etc/daemons.conf
   17.12  
   17.13  NAME="Smartlink modem"
   17.14 -DESC="Smart Link Modem deamon"
   17.15 +DESC="$(_ 'Smart Link Modem daemon')"
   17.16  DAEMON=/usr/sbin/slmodemd
   17.17  OPTIONS=$SLMODEM_OPTIONS
   17.18  PIDFILE=/var/run/slmodemd.pid
   17.19 @@ -17,37 +17,36 @@
   17.20  case "$1" in
   17.21    start)
   17.22      if active_pidfile $PIDFILE slmodemd ; then
   17.23 -      echo "$NAME already running."
   17.24 +      _ '%s is already running.' "$NAME"
   17.25        exit 1
   17.26      fi
   17.27 -    echo -n "Starting $DESC: $NAME... "
   17.28 -    $DAEMON $OPTIONS &&  echo `/bin/pidof $DAEMON` > $PIDFILE
   17.29 +    action 'Starting %s: %s...' "$DESC" "$NAME"
   17.30 +    $DAEMON $OPTIONS && echo $(/bin/pidof $DAEMON) > $PIDFILE
   17.31      status
   17.32      ;;
   17.33    stop)
   17.34      if ! active_pidfile $PIDFILE slmodemd ; then
   17.35 -      echo "$NAME is not running."
   17.36 +      _ '%s is not running.' "$NAME"
   17.37        exit 1
   17.38      fi
   17.39 -    echo -n "Stopping $DESC: $NAME... "
   17.40 -    kill `cat $PIDFILE`
   17.41 +    action 'Stopping %s: %s...' "$DESC" "$NAME"
   17.42 +    kill $(cat $PIDFILE)
   17.43      status
   17.44      ;;
   17.45    restart)
   17.46      if ! active_pidfile $PIDFILE slmodemd ; then
   17.47 -      echo "$NAME is not running."
   17.48 +      _ '%s is not running.' "$NAME"
   17.49        exit 1
   17.50      fi
   17.51 -    echo -n "Restarting $DESC: $NAME... "
   17.52 -    kill `cat $PIDFILE`
   17.53 +    action 'Restarting %s: %s...' "$DESC" "$NAME"
   17.54 +    kill $(cat $PIDFILE)
   17.55      sleep 2
   17.56 -    $DAEMON $OPTIONS &&  echo `/bin/pidof $DAEMON` > $PIDFILE
   17.57 +    $DAEMON $OPTIONS && echo $(/bin/pidof $DAEMON) > $PIDFILE
   17.58      status
   17.59      ;;
   17.60    *)
   17.61 -    echo ""
   17.62 -    echo -e "\033[1mUsage:\033[0m /etc/init.d/`basename $0` [start|stop|restart]"
   17.63 -    echo ""
   17.64 +    emsg "<n><b>$(_ 'Usage:')</b> $0 [start|stop|restart]"
   17.65 +    newline
   17.66      exit 1
   17.67      ;;
   17.68  esac
    18.1 --- a/hal/receipt	Thu May 26 22:20:40 2016 +0200
    18.2 +++ b/hal/receipt	Fri May 27 01:40:23 2016 +0300
    18.3 @@ -96,7 +96,7 @@
    18.4  
    18.5  pre_install()
    18.6  {
    18.7 -	# Go for echoing on configuration files if any haldeamon user
    18.8 +	# Go for echoing on configuration files if any haldaemon user
    18.9  	# was found.
   18.10  	if ! grep -q 'haldaemon' "$1/etc/passwd"; then
   18.11  		echo -n "Adding user: messagebus..."
    19.1 --- a/lxdm/stuff/init.d/lxdm	Thu May 26 22:20:40 2016 +0200
    19.2 +++ b/lxdm/stuff/init.d/lxdm	Fri May 27 01:40:23 2016 +0300
    19.3 @@ -1,5 +1,5 @@
    19.4  #!/bin/sh
    19.5 -# /etc/init.d/lxdm: Start, stop and restart LXDM deamon on SliTaz, at boot
    19.6 +# /etc/init.d/lxdm: Start, stop and restart LXDM daemon on SliTaz, at boot
    19.7  # time or with the command line.
    19.8  #
    19.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    20.1 --- a/lxnetdaemon/stuff/etc/init.d/lxnetdaemon	Thu May 26 22:20:40 2016 +0200
    20.2 +++ b/lxnetdaemon/stuff/etc/init.d/lxnetdaemon	Fri May 27 01:40:23 2016 +0300
    20.3 @@ -1,5 +1,5 @@
    20.4  #!/bin/sh
    20.5 -# /etc/init.d/lxnetdaemon: Start, stop and restart LXnetdaemon deamon on
    20.6 +# /etc/init.d/lxnetdaemon: Start, stop and restart LXnetdaemon daemon on
    20.7  # SliTaz, at boot time or with the command line.
    20.8  #
    20.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    21.1 --- a/mpd/stuff/etc/init.d/mpd	Thu May 26 22:20:40 2016 +0200
    21.2 +++ b/mpd/stuff/etc/init.d/mpd	Fri May 27 01:40:23 2016 +0300
    21.3 @@ -1,5 +1,5 @@
    21.4  #!/bin/sh
    21.5 -# /etc/init.d/mpd: Start, stop and restart mpd deamon on SliTaz, at boot
    21.6 +# /etc/init.d/mpd: Start, stop and restart mpd daemon on SliTaz, at boot
    21.7  # time or with the command line.
    21.8  #
    21.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    22.1 --- a/netatalk-pam/stuff/etc/init.d/netatalk	Thu May 26 22:20:40 2016 +0200
    22.2 +++ b/netatalk-pam/stuff/etc/init.d/netatalk	Fri May 27 01:40:23 2016 +0300
    22.3 @@ -1,5 +1,5 @@
    22.4  #!/bin/sh
    22.5 -# Start, stop and restart the netatalk deamons on SliTaz, at boot time or
    22.6 +# Start, stop and restart the netatalk daemons on SliTaz, at boot time or
    22.7  # with the command line.
    22.8  #
    22.9  # To start netatalk at boot time, just put the right name in the $RUN_DAEMONS
    23.1 --- a/netatalk/stuff/etc/init.d/netatalk	Thu May 26 22:20:40 2016 +0200
    23.2 +++ b/netatalk/stuff/etc/init.d/netatalk	Fri May 27 01:40:23 2016 +0300
    23.3 @@ -1,5 +1,5 @@
    23.4  #!/bin/sh
    23.5 -# Start, stop and restart the netatalk deamons on SliTaz, at boot time or
    23.6 +# Start, stop and restart the netatalk daemons on SliTaz, at boot time or
    23.7  # with the command line.
    23.8  #
    23.9  # To start netatalk at boot time, just put the right name in the $RUN_DAEMONS
    24.1 --- a/nfs-utils/stuff/etc/init.d/nfsd	Thu May 26 22:20:40 2016 +0200
    24.2 +++ b/nfs-utils/stuff/etc/init.d/nfsd	Fri May 27 01:40:23 2016 +0300
    24.3 @@ -1,5 +1,5 @@
    24.4  #!/bin/sh
    24.5 -# /etc/init.d/nfsd: Start, stop and restart NFS deamon on SliTaz, at boot
    24.6 +# /etc/init.d/nfsd: Start, stop and restart NFS daemon on SliTaz, at boot
    24.7  # time or with the command line.
    24.8  #
    24.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    25.1 --- a/openvpn/stuff/etc/init.d/openvpn-client	Thu May 26 22:20:40 2016 +0200
    25.2 +++ b/openvpn/stuff/etc/init.d/openvpn-client	Fri May 27 01:40:23 2016 +0300
    25.3 @@ -1,5 +1,5 @@
    25.4  #!/bin/sh
    25.5 -# /etc/init.d/openvpn-client: Start, stop and restart openvpn deamon on SliTaz, at boot
    25.6 +# /etc/init.d/openvpn-client: Start, stop and restart openvpn daemon on SliTaz, at boot
    25.7  # time or with the command line.
    25.8  #
    25.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    26.1 --- a/openvpn/stuff/etc/init.d/openvpn-server	Thu May 26 22:20:40 2016 +0200
    26.2 +++ b/openvpn/stuff/etc/init.d/openvpn-server	Fri May 27 01:40:23 2016 +0300
    26.3 @@ -1,5 +1,5 @@
    26.4  #!/bin/sh
    26.5 -# /etc/init.d/openvpn-server: Start, stop and restart openvpn deamon on SliTaz, at boot
    26.6 +# /etc/init.d/openvpn-server: Start, stop and restart openvpn daemon on SliTaz, at boot
    26.7  # time or with the command line.
    26.8  #
    26.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    27.1 --- a/pekwm/stuff/etc/pekwm/start	Thu May 26 22:20:40 2016 +0200
    27.2 +++ b/pekwm/stuff/etc/pekwm/start	Fri May 27 01:40:23 2016 +0300
    27.3 @@ -23,7 +23,7 @@
    27.4  #ivman
    27.5  ivman &
    27.6  
    27.7 -# Start PCmanFM as deamon for Wallpaper and desktop icons.
    27.8 +# Start PCmanFM as daemon for Wallpaper and desktop icons.
    27.9  pcmanfm -d &
   27.10  
   27.11  # Start the panel.
    28.1 --- a/phpvirtualbox/stuff/etc/init.d/vboxwebsrv	Thu May 26 22:20:40 2016 +0200
    28.2 +++ b/phpvirtualbox/stuff/etc/init.d/vboxwebsrv	Fri May 27 01:40:23 2016 +0300
    28.3 @@ -1,5 +1,5 @@
    28.4  #!/bin/sh
    28.5 -# Start, stop and restart vboxwebsrv deamon on SliTaz, at boot time or
    28.6 +# Start, stop and restart vboxwebsrv daemon on SliTaz, at boot time or
    28.7  # with the command line.
    28.8  #
    28.9  # To start daemon at boot time, just put vboxwebsrv in the $RUN_DAEMONS
    29.1 --- a/pi-blaster/stuff/init.d/pi-blaster	Thu May 26 22:20:40 2016 +0200
    29.2 +++ b/pi-blaster/stuff/init.d/pi-blaster	Fri May 27 01:40:23 2016 +0300
    29.3 @@ -4,9 +4,10 @@
    29.4  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    29.5  # variable of /etc/rcS.conf and configure options with /etc/daemons.conf.
    29.6  #
    29.7 +. /etc/init.d/rc.functions
    29.8  
    29.9  NAME=$(basename $0)
   29.10 -DESC="$NAME deamon"
   29.11 +DESC="$(_ '%s daemon' $NAME)"
   29.12  DAEMON=$(which $NAME)
   29.13  OPTIONS=""
   29.14  PID=$(pidof $NAME)
   29.15 @@ -14,21 +15,22 @@
   29.16  case "$1" in
   29.17  	start)
   29.18  		if [ "$PID" ]; then
   29.19 -			echo "$NAME is already running..."
   29.20 +			_ '%s is already running.' $NAME
   29.21  		else
   29.22 -			echo -n "Starting $DESC: $NAME..."
   29.23 +			action 'Starting %s: %s...' "$DESC" $NAME
   29.24  			${DAEMON} ${OPTIONS}; status
   29.25  		fi ;;
   29.26  	stop)
   29.27  		if [ "$PID" ]; then
   29.28 -			echo -n "Stopping $DESC: $NAME..."
   29.29 -			killall ${NAME} 2>/dev/bull; status
   29.30 +			action 'Stopping %s: %s...' "$DESC" $NAME
   29.31 +			killall ${NAME} 2>/dev/null; status
   29.32  		else
   29.33 -			echo "$NAME is not running..."
   29.34 +			_ '%s is not running.' $NAME
   29.35  		fi ;;
   29.36 -	restart) 
   29.37 +	restart)
   29.38  		$0 stop && sleep 1 && $0 start ;;
   29.39 -	*) 
   29.40 -		echo "Usage: $0 [start|stop|restart]" ;;
   29.41 +	*)
   29.42 +		emsg "<n><b>$(_ 'Usage:')</b> $0 [start|stop|restart]"
   29.43 +		newline ;;
   29.44  esac
   29.45  exit 0
    30.1 --- a/rsync/stuff/etc/init.d/rsyncd	Thu May 26 22:20:40 2016 +0200
    30.2 +++ b/rsync/stuff/etc/init.d/rsyncd	Fri May 27 01:40:23 2016 +0300
    30.3 @@ -1,5 +1,5 @@
    30.4  #!/bin/sh
    30.5 -# /etc/init.d/rsyncd: Start, stop and restart Rsync deamon on SliTaz, at boot
    30.6 +# /etc/init.d/rsyncd: Start, stop and restart Rsync daemon on SliTaz, at boot
    30.7  # time or with the command line.
    30.8  #
    30.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    31.1 --- a/rsync/stuff/etc/rsyncd.conf	Thu May 26 22:20:40 2016 +0200
    31.2 +++ b/rsync/stuff/etc/rsyncd.conf	Fri May 27 01:40:23 2016 +0300
    31.3 @@ -1,4 +1,4 @@
    31.4 -# /etc/rsyncd.conf: Rsync deamon configuration file.
    31.5 +# /etc/rsyncd.conf: Rsync daemon configuration file.
    31.6  #
    31.7  
    31.8  max connections = 2
    32.1 --- a/slim/stuff/etc/init.d/slim	Thu May 26 22:20:40 2016 +0200
    32.2 +++ b/slim/stuff/etc/init.d/slim	Fri May 27 01:40:23 2016 +0300
    32.3 @@ -1,5 +1,5 @@
    32.4  #!/bin/sh
    32.5 -# /etc/init.d/slim: Start, stop and restart Slim deamon on SliTaz, at boot
    32.6 +# /etc/init.d/slim: Start, stop and restart Slim daemon on SliTaz, at boot
    32.7  # time or with the command line.
    32.8  #
    32.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    33.1 --- a/tinc/stuff/etc/init.d/tinc	Thu May 26 22:20:40 2016 +0200
    33.2 +++ b/tinc/stuff/etc/init.d/tinc	Fri May 27 01:40:23 2016 +0300
    33.3 @@ -1,5 +1,5 @@
    33.4  #!/bin/sh
    33.5 -# /etc/init.d/tinc: Start, stop and restart tinc deamon on SliTaz, at boot
    33.6 +# /etc/init.d/tinc: Start, stop and restart tinc daemon on SliTaz, at boot
    33.7  # time or with the command line.
    33.8  #
    33.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    34.1 --- a/tinyproxy/stuff/tinyproxy	Thu May 26 22:20:40 2016 +0200
    34.2 +++ b/tinyproxy/stuff/tinyproxy	Fri May 27 01:40:23 2016 +0300
    34.3 @@ -1,5 +1,5 @@
    34.4  #!/bin/sh
    34.5 -# /etc/init.d/tinyproxy: Start, stop and restart tinyproxy deamon on SliTaz
    34.6 +# /etc/init.d/tinyproxy: Start, stop and restart tinyproxy daemon on SliTaz
    34.7  
    34.8  . /etc/init.d/rc.functions
    34.9  
    35.1 --- a/wicd/stuff/wicd	Thu May 26 22:20:40 2016 +0200
    35.2 +++ b/wicd/stuff/wicd	Fri May 27 01:40:23 2016 +0300
    35.3 @@ -1,5 +1,5 @@
    35.4  #!/bin/sh
    35.5 -# /etc/init.d/wicd: Start, stop and restart deamon on SliTaz, at boot
    35.6 +# /etc/init.d/wicd: Start, stop and restart daemon on SliTaz, at boot
    35.7  # time or with the command line.
    35.8  #
    35.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS
    36.1 --- a/wpa_supplicant/stuff/etc/init.d/wpa_supplicant	Thu May 26 22:20:40 2016 +0200
    36.2 +++ b/wpa_supplicant/stuff/etc/init.d/wpa_supplicant	Fri May 27 01:40:23 2016 +0300
    36.3 @@ -1,5 +1,5 @@
    36.4  #!/bin/sh
    36.5 -# /etc/init.d/wpa_supplicant: Start, stop and restart wpa_supplicant deamon
    36.6 +# /etc/init.d/wpa_supplicant: Start, stop and restart wpa_supplicant daemon
    36.7  # on SliTaz, at boot time or with the command line.
    36.8  #
    36.9  # To start daemon at boot time, just put the right name in the $RUN_DAEMONS