[Lunar-commits] r19695 - moonbase/trunk/web/lighttpd

Florin Braescu florin at lunar-linux.org
Mon Apr 17 04:20:10 UTC 2006


Author: florin
Date: 2006-04-17 04:20:10 +0000 (Mon, 17 Apr 2006)
New Revision: 19695

Modified:
   moonbase/trunk/web/lighttpd/BUILD
Log:
preserve the config file in /etc/lighttpd.

Modified: moonbase/trunk/web/lighttpd/BUILD
===================================================================
--- moonbase/trunk/web/lighttpd/BUILD	2006-04-17 04:20:02 UTC (rev 19694)
+++ moonbase/trunk/web/lighttpd/BUILD	2006-04-17 04:20:10 UTC (rev 19695)
@@ -5,14 +5,6 @@
   ./configure  --prefix=/usr               \
    	       --libdir=/usr/lib/lighttpd  \
                $OPTS                      &&
-  default_make  &&
+  default_make
 
-  if [ ! -d /etc/lighttpd ]; then
-    mkdir /etc/lighttpd
-  fi
-
-  if [ ! -f /etc/lighttpd/lighttpd.conf ];  then
-    install -m 644 doc/lighttpd.conf /etc/lighttpd
-  fi
-
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list