Package: thttpd
Version: 2.23beta1-7
Severity: minor
Tags: patch


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages thttpd depends on:
ii  libc6                         2.5-9+b1   GNU C Library: Shared libraries
ii  logrotate                     3.7.1-3    Log rotation utility

thttpd recommends no packages.

-- debconf-show failed


NAME ("web server") and DESC ("thttpd") got switched up in the thttpd
init script.  The attached patch fixes this.
--- thttpd~	2007-06-16 21:51:00.000000000 +0200
+++ thttpd	2007-06-16 21:51:09.000000000 +0200
@@ -14,8 +14,8 @@
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/thttpd
-NAME="web server"
-DESC=thttpd
+NAME=thttpd
+DESC="web server"
 
 CONFFILE=/etc/thttpd/thttpd.conf
 PIDFILE=/var/run/thttpd.pid

Reply via email to