|
Bugzilla – Full Text Bug Listing |
| Summary: | cosmetic patch to /etc/init.d/apache2 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Seth Chaiklin <seth> |
| Component: | Other | Assignee: | Peter Poeml <poeml> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | suse-beta |
| Version: | Beta 6 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Seth Chaiklin
2006-02-06 22:21:49 UTC
... 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 :-) |