Author: dj Date: 2010-06-10 02:01:40 -0600 (Thu, 10 Jun 2010) New Revision: 8442
Modified: trunk/bootscripts/contrib/lsb-v3/blfs/init.d/httpd Log: httpd cannot start in runlevel 2 Modified: trunk/bootscripts/contrib/lsb-v3/blfs/init.d/httpd =================================================================== --- trunk/bootscripts/contrib/lsb-v3/blfs/init.d/httpd 2010-06-09 09:57:47 UTC (rev 8441) +++ trunk/bootscripts/contrib/lsb-v3/blfs/init.d/httpd 2010-06-10 08:01:40 UTC (rev 8442) @@ -7,8 +7,8 @@ # Should-Start: $remote_fs # Required-Stop: $network # Should-Stop: $remote_fs -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 # Short-Description: Apache HTTP Daemon # Description: Controls the Apache HTTP Daemon # X-LFS-Provided-By: BLFS -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
