Bugzilla – Bug 148559
cosmetic patch to /etc/init.d/apache2
Last modified: 2006-03-29 09:56:06 UTC
-- /etc/init.d/apache2 2006-01-31 02:48:13.000000000 +0100 +++ apache2.new 2006-02-06 23:17:23.000000000 +0100 @@ -18,8 +18,8 @@ # X-UnitedLinux-Should-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 6 -# Short-Description: Apache 2.1 httpd -# Description: Start the httpd daemon Apache 2.1 +# Short-Description: Apache 2.2 httpd +# Description: Start the httpd daemon Apache 2.2 ### END INIT INFO pname=apache2
... or simply change to "Apache 2" to avoid having a wrong version in the initscript ;-)
Fixed. Thanks!
Sorry to bother you with this again, but the change does not seem to have come though. Sometimes there were problems with packages coming into beta CDs, but not the /factory directory (where I got my copy). Maybe that is the explanation? rpm -qf /etc/init.d/apache2 apache2-2.2.0-11 head -25 /etc/init.d/apache2 #!/bin/sh # # Copyright (c) 1996, 1997, 1998 S.u.S.E. GmbH # Copyright (c) 1998, 1999, 2000, 2001 SuSE GmbH # Copyright (c) 2002, 2003 SuSE Linux AG # # Authors: Rolf Haberrecker <rolf@suse.de>, 2001 # Peter Poeml <poeml@suse.de>, 2002, 2003, 2004, 2005 # # # /etc/init.d/apache2 # ### BEGIN INIT INFO # Provides: apache2 httpd2 # Required-Start: $local_fs $remote_fs $network # X-UnitedLinux-Should-Start: $named $time postgresql sendmail mysql ypclient dhcp radiusd # Required-Stop: $local_fs $remote_fs $network # X-UnitedLinux-Should-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Apache 2.1 httpd # Description: Start the httpd daemon Apache ### END INIT INFO
Fixed again :-)