wok diff clamav/stuff/daemon-clamd @ rev 24910

Update some web_site (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 09 14:32:04 2022 +0000 (2022-04-09)
parents 7f188676b59c
children
line diff
     1.1 --- a/clamav/stuff/daemon-clamd	Thu May 26 20:16:45 2016 +0300
     1.2 +++ b/clamav/stuff/daemon-clamd	Sat Apr 09 14:32:04 2022 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  #!/bin/sh
     1.5 -# /etc/init.d/daemon-name: Start, stop and restart daemon
     1.6 +# /etc/init.d/clamd: Start, stop and restart clamd
     1.7  # on SliTaz, at boot 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 +# To start clamd at boot time, just put clamd in the $RUN_DAEMONS
    1.11  # variable of /etc/rcS.conf and configure options with /etc/daemons.conf.
    1.12  #
    1.13  . /etc/init.d/rc.functions