Your message dated Sat, 23 May 2009 16:02:05 +0000
with message-id <[email protected]>
and subject line Bug#447580: fixed in dhttpd 1.02a-18
has caused the Debian Bug report #447580,
regarding dhttpd: Man page and usage message are not complete
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
447580: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447580
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dhttpd
Version: 1.02a-16
Severity: normal
Tags: patch


-added documentation for the -r and -d options in the man page
-added documentation for the -r option in the usage message


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-2-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dhttpd depends on:
ii  libc6                         2.6.1-5    GNU C Library: Shared libraries
ii  libgcc1                       1:4.2.2-3  GCC support library
ii  libstdc++6                    4.2.2-3    The GNU Standard C++ Library v3

dhttpd recommends no packages.

-- no debconf information
diff -ruN dhttpd-1.02a/dhttpd.1 dhttpd-1.02a_new/dhttpd.1
--- dhttpd-1.02a/dhttpd.1       2007-10-22 13:15:42.000000000 +0300
+++ dhttpd-1.02a_new/dhttpd.1   2007-10-22 12:55:11.000000000 +0300
@@ -15,15 +15,21 @@
 an HTTP daemon: to transmit files.
 .SH OPTIONS
 .TP
-.B \-h
-Show summary of options.
-.TP
 .B \-p portnum
 Set the port the web server runs on
 .B http://servername/
-The default location to serve files from it /var/www/. You will need an
-index.html if you want to be able to use exactly that location. If not you
-have to enter the file name too.
+.TP
+.B \-r webdir
+Serve requests under this directory. The default location to serve files from 
is 
+.B /var/www/. 
+You will need an index.html if you want to be able to use exactly that 
location. If not, you have to enter the file name too.
+.TP
+.B \-d         
+Do not fork into background on startup.
+.TP
+.B \-h
+Show summary of options.
+
 .SH AUTHOR
 This manual page was written by Christoph Lameter <[email protected]>,
 for the Debian GNU/Linux system.
diff -ruN dhttpd-1.02a/src/main.cc dhttpd-1.02a_new/src/main.cc
--- dhttpd-1.02a/src/main.cc    2007-10-22 13:15:42.000000000 +0300
+++ dhttpd-1.02a_new/src/main.cc        2007-10-22 12:49:08.000000000 +0300
@@ -120,8 +120,9 @@
                                printf( "usage: %s [options]\n", argv[ 0 ] );
                                printf( "  -p (port)  Use a different port than 
the default of %i\n", DEFAULTPORT );
                                printf( "  -b         Bind to this address 
instead of %s\n", DEFAULTBINDADDR);
-                               printf( "  -h         Help\n" );
+                               printf( "  -r         Serve requests under this 
directory instead of %s\n", ROOT_DIR);
                                printf( "  -d         Do not fork into 
Background on startup\n" );
+                               printf( "  -h         Help\n" );
                                return 0;
 
                        case 'p':

--- End Message ---
--- Begin Message ---
Source: dhttpd
Source-Version: 1.02a-18

We believe that the bug you reported is fixed in the latest version of
dhttpd, which is due to be installed in the Debian FTP archive:

dhttpd_1.02a-18.diff.gz
  to pool/main/d/dhttpd/dhttpd_1.02a-18.diff.gz
dhttpd_1.02a-18.dsc
  to pool/main/d/dhttpd/dhttpd_1.02a-18.dsc
dhttpd_1.02a-18_amd64.deb
  to pool/main/d/dhttpd/dhttpd_1.02a-18_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Niebur <[email protected]> (supplier of updated dhttpd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 23 May 2009 08:30:20 -0700
Source: dhttpd
Binary: dhttpd
Architecture: source amd64
Version: 1.02a-18
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur <[email protected]>
Changed-By: Ryan Niebur <[email protected]>
Description: 
 dhttpd     - minimal secure webserver without cgi-bin support
Closes: 333553 447580 455410 468845 468872 516055 525948
Changes: 
 dhttpd (1.02a-18) unstable; urgency=low
 .
   * convert direct changes to quilt patches, add README.source
     (Closes: #468845)
   * adopt package (Closes: #525948)
   * standards version 3.8.1
   * debhelper 7, mess with the build system a lot
   * mention in copyright that upstream homepage is gone (Closes:
     #468872)
   * add all options to help message and man page, thanks to Evgeni
     Dobrev and David L. Anselmi for the patches (Closes: #447580)
   * stop #defining _GNU_SOURCE (Closes: #455410)
   * clean up the code a bit, thanks to Adam Majer for the patch (Closes:
     #516055)
   * add the beginnings of a test suite
   * fix handling of directories when the uri doesn't end with a /, patch
     based on patch from Pigeon (Closes: #333553)
   * include other minor fixes from Pigeon
   * add Vcs-* fields
   * add a features list to the man page
   * add DM-Upload-Allowed field
Checksums-Sha1: 
 034a752f5a65c03de1f2eef35d3da6ec43151dd1 1071 dhttpd_1.02a-18.dsc
 edf18372ff244ddc5ae65251cb7348844210cb6e 15514 dhttpd_1.02a-18.diff.gz
 404d44479395d2ed8f655f4e544716475bf43cdf 28688 dhttpd_1.02a-18_amd64.deb
Checksums-Sha256: 
 c61e7bf75cc58a51a1f1eddd6280396bf538055b8fe9a078279ad2a4bbd7f5f9 1071 
dhttpd_1.02a-18.dsc
 99cdd25019e1869217888cbb3c27a29b87648024e0ea39005705b35a22b5e9e4 15514 
dhttpd_1.02a-18.diff.gz
 80f9277280a133ac70a51cf04caabbdffb10a619ddc0071db455fd2c1d51b6f8 28688 
dhttpd_1.02a-18_amd64.deb
Files: 
 0b1da8db905e5a033408f848c71212e4 1071 web optional dhttpd_1.02a-18.dsc
 c48bb0dd26bb8bf8485c706c0f24738e 15514 web optional dhttpd_1.02a-18.diff.gz
 034d38d2f80a318d3e50ff5d6aed364f 28688 web optional dhttpd_1.02a-18_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoYG+UACgkQ5TUK4GCH0vi5dACfVWIR9RtLWh5XVBsby0Fowomp
8woAnRGunx6kP3KYZVdxd8V9It+x+4xR
=SkeJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to