[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#229728: Nicer output upon apache start



Package: apache
Version: 1.3.29.0.1-3
Severity: wishlist
Tags: patch

When apache starts, it prints a message telling that it parses its
config directory. This message is directly appended to the startup
message, thus making the latter difficult to read. 

The patch simply seperates them a little, you could also use a single
space (or even better) a newline and some indentation (the latter
would avoid line wrapping on 80x25 terminals).

--- apache.orig 2003-12-24 04:40:24.000000000 +0100
+++ apache      2004-01-25 18:29:12.000000000 +0100
@@ -55,7 +55,7 @@
   start)
     should_start
     test_config
-    echo -n "Starting web server: $NAME"
+    echo -n "Starting web server: $NAME; "
     start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON > /dev/null
     ;;


Similarly apache-ssl should be patched.

-- System Information:
Debian Release: testing/unstable
Architecture: alpha
Kernel: Linux sixtyfor 2.4.21-pre1 #1 Don Okt 2 18:27:25 CEST 2003 alpha
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages apache depends on:
ii  apache-common               1.3.29.0.1-3 Support files for all Apache webse
ii  debconf                     1.3.22       Debian configuration management sy
ii  dpkg                        1.10.18      Package maintenance system for Deb
ii  libc6.1                     2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libdb4.1                    4.1.25-10    Berkeley v4.1 Database Libraries [
ii  libexpat1                   1.95.6-6     XML parsing C library - runtime li
ii  libmagic1                   4.06-2       File type determination library us
ii  libpam0g                    0.76-14.1    Pluggable Authentication Modules l
ii  logrotate                   3.6.5-2      Log rotation utility
ii  mime-support                3.24-1       MIME files 'mime.types' & 'mailcap
ii  perl [perl5]                5.8.2-2      Larry Wall's Practical Extraction 

-- debconf information:
* apache/enable-suexec: false
  apache/server-name: localhost
  apache/document-root: /var/www
  apache/server-port: 80
  apache/init: true
  apache/server-admin: webmaster@sixtyfor
-- 
Helge Kreutzmann, Dipl.-Phys.               Helge.Kreutzmann@itp.uni-hannover.de
  gpg signed mail preferred    gpg-key: finger kreutzm@rigel.itp.uni-hannover.de
    64bit GNU powered                  http://www.itp.uni-hannover.de/~kreutzm
       Help keep free software "libre": http://www.freepatents.org/

Attachment: pgp2AnKQ6VY7f.pgp
Description: PGP signature


Reply to: