Package: dhttpd Version: 1.02a-12 Followup-For: Bug #293234
Apply this message's patch after my previous patch. See attachment. cd src patch -p1 < *.diff 2005-02-03 Jari Aalto <[EMAIL PROTECTED]> * main.cc (main): Documented new '-r' option. Options '-h' now displays options '-r' too. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.9-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US) Versions of packages dhttpd depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libgcc1 1:3.4.3-7 GCC support library ii libstdc++5 1:3.3.5-8 The GNU Standard C++ Library v3 -- no debconf information
Binary files src1/dhttpd and src2/dhttpd differ diff -u src1/main.cc src2/main.cc --- src1/main.cc 2005-02-02 16:42:48.000000000 +0200 +++ src2/main.cc 2005-02-03 08:13:10.000000000 +0200 @@ -117,8 +117,9 @@ case 'h': printf( "usage: %s [options]\n", argv[ 0 ] ); - printf( " -p (port) Use a different port than the default of %i\n", DEFAULTPORT ); - printf( " -h Help\n" ); + printf( " -p PORT Use a different port. Now %i\n", DEFAULTPORT ); + printf( " -r ROOT Use a different WWW root directory, without trailing slash. Now %s\n", ROOT_DIR ); + printf( " -h Help\n" ); return 0; case 'p': Only in src2: main.cc~ Binary files src1/main.o and src2/main.o differ