Bug 148559 - cosmetic patch to /etc/init.d/apache2
Summary: cosmetic patch to /etc/init.d/apache2
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 6
Hardware: Other Other
: P5 - None : Minor (vote)
Target Milestone: ---
Assignee: Peter Poeml
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-06 22:21 UTC by Seth Chaiklin
Modified: 2006-03-29 09:56 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seth Chaiklin 2006-02-06 22:21:49 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
Comment 1 Christian Boltz 2006-02-06 23:34:29 UTC
... or simply change to "Apache 2" to avoid having a wrong version in the initscript ;-)
Comment 2 Peter Poeml 2006-02-20 12:49:58 UTC
Fixed. Thanks!
Comment 3 Seth Chaiklin 2006-03-16 09:21:45 UTC
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
Comment 4 Peter Poeml 2006-03-29 09:56:06 UTC
Fixed again :-)