# HG changeset patch # User Pascal Bellard # Date 1302555462 -7200 # Node ID 9443090ed44d9d5136e4b6d1209b49ab77372819 # Parent a3a1e544875be587912e610a0548a8f440285088 par2: fix CATEGORY diff -r a3a1e544875b -r 9443090ed44d busybox/stuff/busybox-1.18-httpd.u --- a/busybox/stuff/busybox-1.18-httpd.u Mon Apr 11 13:33:54 2011 +0000 +++ b/busybox/stuff/busybox-1.18-httpd.u Mon Apr 11 22:57:42 2011 +0200 @@ -1,26 +1,20 @@ -Httpd already support directory listing: - -Install /etc/httpd.conf, /var/www/cgi-bin/index.cgi and try ! +Httpd already support directory listing. Install both files and try ! ===>8=== /etc/httpd.conf ===>8=== H:/var/www ===>8=== /var/www/cgi-bin/index.cgi ===>8=== #!/bin/sh -path=$QUERY_STRING - -cat < - - Index of $path - + Index of $QUERY_STRING -

Index of $path

+

Index of $QUERY_STRING

diff -r a3a1e544875b -r 9443090ed44d par2/receipt --- a/par2/receipt Mon Apr 11 13:33:54 2011 +0000 +++ b/par2/receipt Mon Apr 11 22:57:42 2011 +0200 @@ -3,7 +3,7 @@ PACKAGE="par2" SOURCE="par2cmdline" VERSION="0.4" -CATEGORY="system" +CATEGORY="system-tools" SHORT_DESC="Utility for posting and recovery of multi-part archives." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$SOURCE-$VERSION.tar.gz"