Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv13778/scripts
Modified Files:
thttpd
Log Message:
Oops. :-)
Index: thttpd
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/thttpd,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- thttpd 24 Oct 2003 17:27:34 -0000 1.14
+++ thttpd 25 Oct 2003 16:44:53 -0000 1.15
@@ -39,8 +39,8 @@
install )
if [ "$CONFIG_THTTPD" = "y" ]; then
-# groupadd -g 103 www || exit 1
-# useradd -u 30 -g www -s /bin/false www || exit 1
+ groupadd -g 103 www || exit 1
+ useradd -u 30 -g www -s /bin/false www || exit 1
rm -rf $WORKDIR/tmp || exit 1
mkdir -p $WORKDIR/tmp/usr/{sbin,man,www} || exit 1
|