Author: dj
Date: 2012-03-11 01:26:19 -0700 (Sun, 11 Mar 2012)
New Revision: 9668

Modified:
   trunk/bootscripts/ChangeLog
   trunk/bootscripts/blfs/init.d/postfix
Log:
fix postfix dependencies

Modified: trunk/bootscripts/ChangeLog
===================================================================
--- trunk/bootscripts/ChangeLog 2012-03-10 20:38:39 UTC (rev 9667)
+++ trunk/bootscripts/ChangeLog 2012-03-11 08:26:19 UTC (rev 9668)
@@ -1,3 +1,6 @@
+2012-03-10 DJ Lucas <[email protected]>
+   * Fix dependency information for postfix script.
+
 2012-02-09 Wayne Blaszczyk <[email protected]>
    * Added avahi script and modified the Makefile accordingly
 

Modified: trunk/bootscripts/blfs/init.d/postfix
===================================================================
--- trunk/bootscripts/blfs/init.d/postfix       2012-03-10 20:38:39 UTC (rev 
9667)
+++ trunk/bootscripts/blfs/init.d/postfix       2012-03-11 08:26:19 UTC (rev 
9668)
@@ -14,9 +14,9 @@
 ### BEGIN INIT INFO
 # Provides:            postfix
 # Required-Start:      $syslog $local_fs $network
-# Should-Start:        $remote_fs
+# Should-Start:        $remote_fs openldap mysql postgresql cyrus-sasl
 # Required-Stop:       $network
-# Should-Stop:         $remote_fs
+# Should-Stop:         $remote_fs openldap mysql postgresql cyrus-sasl
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6
 # Short-Description:   Postfix MTA

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to