Debian bug report logs - #15958
apache: /etc/init.d/apache console output non-complaint with Policy v 2.3.0.1
Package: apache;
Reported by: apharris@onShore.com; dated Mon, 15 Dec 1997 06:03:01 GMT;
Maintainer for apache is
Johnie Ingram <johnie@debian.org>.
Message received at submit@bugs.debian.org:
Received: (at submit) by bugs.debian.org; 15 Dec 1997 05:58:38 +0000
Received: (qmail 5073 invoked from network); 15 Dec 1997 05:58:37 -0000
Received: from ts2port47.port.net (HELO burrito.onshore.com) (mail@ts2port47.port.net@207.38.248.175)
by 205.229.104.5 with SMTP; 15 Dec 1997 05:58:37 -0000
Received: from apharris by burrito.onshore.com with local (Exim 1.80 #1)
id 0xhTem-0001xO-00 (Debian); Mon, 15 Dec 1997 01:05:32 -0500
From: <apharris@burrito.onshore.com>
Subject: apache: /etc/init.d/apache console output non-complaint with Policy v 2.3.0.1
To: submit@bugs.debian.org
X-Mailer: bug 3.1.0
Reply-To: apharris@onShore.com
Message-Id: <E0xhTem-0001xO-00@burrito.onshore.com>
Date: Mon, 15 Dec 1997 01:05:32 -0500
Package: apache
Version: 1.3b3-6
The included diff makes /etc/init.d/apache console output comply
with Debian Policy v.2.3.0.1.
Actually I'm not so sure about what I did to the 'reload-modules'
case but hey, here's to consistency.
--- apache.orig Mon Dec 15 00:54:51 1997
+++ apache Mon Dec 15 00:59:00 1997
@@ -16,42 +16,42 @@
case "$1" in
start)
- echo -n "Starting Apache webserver..."
+ echo -n "Starting web server: apache"
test -u /usr/lib/apache/suexec && echo
if start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec $DAEMON
then
- test -u /usr/lib/apache/suexec || echo "done."
+ test -u /usr/lib/apache/suexec || echo "."
else
- test -u /usr/lib/apache/suexec || echo "failed."
+ test -u /usr/lib/apache/suexec || echo " failed to start."
fi
;;
stop)
- echo -n "Stopping Apache webserver..."
+ echo -n "Stopping web server: apache"
start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE
- echo "done."
+ echo "."
;;
reload)
- echo -n "Reloading Apache configuration files..."
+ echo -n "Reloading web server configuration files: apache"
start-stop-daemon --stop --signal 1 --quiet --pidfile $PIDFILE
- echo "done."
+ echo "."
;;
reload-modules)
- echo -n "Stopping Apache webserver..."
+ echo -n "Stopping web server: apache"
start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE
- echo -n "sleeping..."
+ echo "."
sleep 4
- echo -n "starting again..."
+ echo -n "Starting web server: apache"
test -u /usr/lib/apache/suexec && echo
if start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec $DAEMON
then
- test -u /usr/lib/apache/suexec || echo "done."
+ test -u /usr/lib/apache/suexec || echo "."
else
- echo "failed."
+ echo " failed to start."
fi
;;
-- System Information
Debian Release: 1.3 (hammified)
Kernel Version: Linux burrito 2.0.32 #1 Thu Nov 27 11:35:28 EST 1997 i586 unknown
Versions of the packages apache depends on:
libc6 Version: 2.0.5c-0.1
mime-support Version: 2.12-1
perl Version: 5.004.04-3
Acknowledgement sent to apharris@onShore.com:
New bug report received and forwarded. Copy sent to Johnie Ingram <johnie@debian.org>.
Full text available.
Report forwarded to debian-bugs-dist@lists.debian.org, Johnie Ingram <johnie@debian.org>:
Bug#15958; Package apache.
Full text available.
Ian Jackson /
owner@bugs.debian.org,
through the Debian bug tracking mechanism
Last modified:
13:39:02 GMT Wed 31 Dec
(timestamp page available).