Author: dj
Date: Sun Aug 16 23:20:21 2020
New Revision: 23546

Log:
Remove unnecessary $syslog entries, and move most to Should-Start.

Modified:
   trunk/bootscripts/blfs/init.d/avahi
   trunk/bootscripts/blfs/init.d/bluetooth
   trunk/bootscripts/blfs/init.d/dovecot
   trunk/bootscripts/blfs/init.d/exim
   trunk/bootscripts/blfs/init.d/fcron
   trunk/bootscripts/blfs/init.d/firewalld
   trunk/bootscripts/blfs/init.d/iptables
   trunk/bootscripts/blfs/init.d/krb5
   trunk/bootscripts/blfs/init.d/mysql
   trunk/bootscripts/blfs/init.d/networkmanager
   trunk/bootscripts/blfs/init.d/nfs-client
   trunk/bootscripts/blfs/init.d/nfs-server
   trunk/bootscripts/blfs/init.d/nftables
   trunk/bootscripts/blfs/init.d/ntpd
   trunk/bootscripts/blfs/init.d/php-fpm
   trunk/bootscripts/blfs/init.d/postfix
   trunk/bootscripts/blfs/init.d/rsyncd
   trunk/bootscripts/blfs/init.d/sendmail
   trunk/bootscripts/blfs/init.d/slapd
   trunk/bootscripts/blfs/init.d/smartd
   trunk/bootscripts/blfs/init.d/soprano
   trunk/bootscripts/blfs/init.d/sshd
   trunk/bootscripts/blfs/init.d/virtuoso
   trunk/bootscripts/blfs/init.d/xinetd

Modified: trunk/bootscripts/blfs/init.d/avahi
==============================================================================
--- trunk/bootscripts/blfs/init.d/avahi Sun Aug 16 23:07:50 2020        (r23545)
+++ trunk/bootscripts/blfs/init.d/avahi Sun Aug 16 23:20:21 2020        (r23546)
@@ -13,9 +13,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            avahi
-# Required-Start:      $syslog $local_fs $network
+# Required-Start:      $local_fs $network
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/bluetooth
==============================================================================
--- trunk/bootscripts/blfs/init.d/bluetooth     Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/bluetooth     Sun Aug 16 23:20:21 2020        
(r23546)
@@ -16,9 +16,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            bluetooth
-# Required-Start:      $local_fs $syslog dbus
+# Required-Start:      $local_fs dbus
 # Should-Start:
-# Required-Stop:       $local_fs $syslog
+# Required-Stop:       $local_fs
 # Should-Stop:
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/dovecot
==============================================================================
--- trunk/bootscripts/blfs/init.d/dovecot       Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/dovecot       Sun Aug 16 23:20:21 2020        
(r23546)
@@ -13,9 +13,9 @@
 
 ### BEGIN INIT INFO
 # Provides:          dovecot
-# Required-Start:    $network $syslog
+# Required-Start:    $network
 # Should-Start:      mysql openldap networkmanager postgresql samba saslauthd 
wicd
-# Required-Stop:     $network $syslog
+# Required-Stop:     $network
 # Should-Stop:       mysql openldap networkmanager postgresql samba saslauthd 
wicd
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/exim
==============================================================================
--- trunk/bootscripts/blfs/init.d/exim  Sun Aug 16 23:07:50 2020        (r23545)
+++ trunk/bootscripts/blfs/init.d/exim  Sun Aug 16 23:20:21 2020        (r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            exim
-# Required-Start:      $network $syslog
+# Required-Start:      $network
 # Should-Start:        networkmanager openldap mysql postgresql saslauthd wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager openldap mysql postgresql saslauthd wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/fcron
==============================================================================
--- trunk/bootscripts/blfs/init.d/fcron Sun Aug 16 23:07:50 2020        (r23545)
+++ trunk/bootscripts/blfs/init.d/fcron Sun Aug 16 23:20:21 2020        (r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            fcron
-# Required-Start:      $local_fs $network $syslog
+# Required-Start:      $local_fs $network
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $local_fs $network $syslog
+# Required-Stop:       $local_fs $network
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/firewalld
==============================================================================
--- trunk/bootscripts/blfs/init.d/firewalld     Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/firewalld     Sun Aug 16 23:20:21 2020        
(r23546)
@@ -14,10 +14,10 @@
 
 ### BEGIN INIT INFO
 # Provides:            firewalld
-# Required-Start:      $syslog $local_fs messagebus
-# Should-Start:
-# Required-Stop:       $syslog $local_fs messagebus
-# Should-Stop: 
+# Required-Start:      $local_fs messagebus
+# Should-Start:        $syslog
+# Required-Stop:       $local_fs messagebus
+# Should-Stop:         $syslog
 # Default-Start:       3 4 5 
 # Default-Stop:        0 1 2 6
 # Short-Description:   The Firewalld firewall daemon

Modified: trunk/bootscripts/blfs/init.d/iptables
==============================================================================
--- trunk/bootscripts/blfs/init.d/iptables      Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/iptables      Sun Aug 16 23:20:21 2020        
(r23546)
@@ -13,8 +13,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          iptables
-# Required-Start:    $syslog
-# Should-Start:
+# Required-Start:
+# Should-Start:      $syslog
 # Required-Stop:
 # Should-Stop:
 # Default-Start:     3 4 5

Modified: trunk/bootscripts/blfs/init.d/krb5
==============================================================================
--- trunk/bootscripts/blfs/init.d/krb5  Sun Aug 16 23:07:50 2020        (r23545)
+++ trunk/bootscripts/blfs/init.d/krb5  Sun Aug 16 23:20:21 2020        (r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:          krb5
-# Required-Start:    $local_fs $network $syslog
+# Required-Start:    $local_fs $network
 # Should-Start:      networkmanager wicd
-# Required-Stop:     $local_fs $network $syslog
+# Required-Stop:     $local_fs $network
 # Should-Stop:       networkmanager wicd
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/mysql
==============================================================================
--- trunk/bootscripts/blfs/init.d/mysql Sun Aug 16 23:07:50 2020        (r23545)
+++ trunk/bootscripts/blfs/init.d/mysql Sun Aug 16 23:20:21 2020        (r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            mysql
-# Required-Start:      $network $syslog
+# Required-Start:      $network
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/networkmanager
==============================================================================
--- trunk/bootscripts/blfs/init.d/networkmanager        Sun Aug 16 23:07:50 
2020        (r23545)
+++ trunk/bootscripts/blfs/init.d/networkmanager        Sun Aug 16 23:20:21 
2020        (r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:          networkmanager
-# Required-Start:    $network $syslog udev dbus
+# Required-Start:    $network udev dbus
 # Should-Start:      firewalld iptables nftables
-# Required-Stop:     $network $syslog dbus
+# Required-Stop:     $network dbus
 # Should-Stop:       firewalld nftables
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/nfs-client
==============================================================================
--- trunk/bootscripts/blfs/init.d/nfs-client    Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/nfs-client    Sun Aug 16 23:20:21 2020        
(r23546)
@@ -14,9 +14,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            nfs-client
-# Required-Start:      $network $syslog $portmap
+# Required-Start:      $network $portmap
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog $portmap
+# Required-Stop:       $network $portmap
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/nfs-server
==============================================================================
--- trunk/bootscripts/blfs/init.d/nfs-server    Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/nfs-server    Sun Aug 16 23:20:21 2020        
(r23546)
@@ -14,9 +14,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            nfs-server
-# Required-Start:      $network $syslog $portmap
+# Required-Start:      $network $portmap
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog $portmap
+# Required-Stop:       $network $portmap
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/nftables
==============================================================================
--- trunk/bootscripts/blfs/init.d/nftables      Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/nftables      Sun Aug 16 23:20:21 2020        
(r23546)
@@ -12,10 +12,10 @@
 
 ### BEGIN INIT INFO
 # Provides:            nftables
-# Required-Start:      $syslog localnet
-# Should-Start:
-# Required-Stop:       $syslog localnet
-# Should-Stop:
+# Required-Start:      localnet
+# Should-Start:        $syslog
+# Required-Stop:       localnet
+# Should-Stop:         $syslog
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6
 # Short-Description:   Enables/disables kernel nf_tables netfilter

Modified: trunk/bootscripts/blfs/init.d/ntpd
==============================================================================
--- trunk/bootscripts/blfs/init.d/ntpd  Sun Aug 16 23:07:50 2020        (r23545)
+++ trunk/bootscripts/blfs/init.d/ntpd  Sun Aug 16 23:20:21 2020        (r23546)
@@ -13,9 +13,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            ntpd
-# Required-Start:      $time $network $syslog
+# Required-Start:      $time $network
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/php-fpm
==============================================================================
--- trunk/bootscripts/blfs/init.d/php-fpm       Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/php-fpm       Sun Aug 16 23:20:21 2020        
(r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:          php-fpm
-# Required-Start:    $local_fs $network $syslog
+# Required-Start:    $local_fs $network
 # Should-Start:      netwrokmanager wicd
-# Required-Stop:     $network $syslog
+# Required-Stop:     $network
 # Should-Stop:       networkmanager wicd
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/postfix
==============================================================================
--- trunk/bootscripts/blfs/init.d/postfix       Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/postfix       Sun Aug 16 23:20:21 2020        
(r23546)
@@ -13,9 +13,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            postfix
-# Required-Start:      $network $syslog
+# Required-Start:      $network
 # Should-Start:        dovecot krb5 mysql networkmanager openldap postgresql 
samba saslauthd wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         dovecot krb5 mysql networkmanager openldap postgresql 
samba saslauthd wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/rsyncd
==============================================================================
--- trunk/bootscripts/blfs/init.d/rsyncd        Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/rsyncd        Sun Aug 16 23:20:21 2020        
(r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            rsyncd
-# Required-Start:      $syslog $local_fs $network
+# Required-Start:      $local_fs $network
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/sendmail
==============================================================================
--- trunk/bootscripts/blfs/init.d/sendmail      Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/sendmail      Sun Aug 16 23:20:21 2020        
(r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            sendmail
-# Required-Start:      $local_fs $network $syslog
+# Required-Start:      $local_fs $network
 # Should-Start:        mysql networkmanager openldap postgresql saslauthd wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         mysql networkmanager openldap postgresql saslauthd wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/slapd
==============================================================================
--- trunk/bootscripts/blfs/init.d/slapd Sun Aug 16 23:07:50 2020        (r23545)
+++ trunk/bootscripts/blfs/init.d/slapd Sun Aug 16 23:20:21 2020        (r23546)
@@ -14,9 +14,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            slapd
-# Required-Start:      $network $syslog
+# Required-Start:      $network
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/smartd
==============================================================================
--- trunk/bootscripts/blfs/init.d/smartd        Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/smartd        Sun Aug 16 23:20:21 2020        
(r23546)
@@ -14,10 +14,10 @@
 
 ### BEGIN INIT INFO
 # Provides:            smartd
-# Required-Start:      $syslog udev
-# Should-Start:        sendmail postfix exim
-# Required-Stop:       $syslog
-# Should-Stop:         sendmail postix exim
+# Required-Start:      udev
+# Should-Start:        $syslog sendmail postfix exim
+# Required-Stop:
+# Should-Stop:         $syslog sendmail postix exim
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6
 # Short-Description:   Monitors disk and tape health via S.M.A.R.T.

Modified: trunk/bootscripts/blfs/init.d/soprano
==============================================================================
--- trunk/bootscripts/blfs/init.d/soprano       Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/soprano       Sun Aug 16 23:20:21 2020        
(r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            soprano
-# Required-Start:      $syslog $local_fs $network
+# Required-Start:      $local_fs $network
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/sshd
==============================================================================
--- trunk/bootscripts/blfs/init.d/sshd  Sun Aug 16 23:07:50 2020        (r23545)
+++ trunk/bootscripts/blfs/init.d/sshd  Sun Aug 16 23:20:21 2020        (r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            sshd
-# Required-Start:      $network $syslog
+# Required-Start:      $network
 # Should-Start:        networkmanager wicd krb5 openldap samba
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager wicd krb5 openldap samba
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/virtuoso
==============================================================================
--- trunk/bootscripts/blfs/init.d/virtuoso      Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/virtuoso      Sun Aug 16 23:20:21 2020        
(r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            virtuoso
-# Required-Start:      $syslog $local_fs $network
+# Required-Start:      $local_fs $network
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6

Modified: trunk/bootscripts/blfs/init.d/xinetd
==============================================================================
--- trunk/bootscripts/blfs/init.d/xinetd        Sun Aug 16 23:07:50 2020        
(r23545)
+++ trunk/bootscripts/blfs/init.d/xinetd        Sun Aug 16 23:20:21 2020        
(r23546)
@@ -12,9 +12,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            xinetd
-# Required-Start:      $network $syslog
+# Required-Start:      $network
 # Should-Start:        networkmanager wicd
-# Required-Stop:       $network $syslog
+# Required-Stop:       $network
 # Should-Stop:         networkmanager wicd
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to