[pkg-lighttpd] r311 - lighttpd/trunk/debian

madcoder at alioth.debian.org madcoder at alioth.debian.org
Sun Mar 16 11:46:17 UTC 2008


Author: madcoder
Date: 2008-03-16 11:46:16 +0000 (Sun, 16 Mar 2008)
New Revision: 311

Modified:
   lighttpd/trunk/debian/lighttpd.preinst
Log:
Fix typo


Modified: lighttpd/trunk/debian/lighttpd.preinst
===================================================================
--- lighttpd/trunk/debian/lighttpd.preinst	2008-03-16 11:33:45 UTC (rev 310)
+++ lighttpd/trunk/debian/lighttpd.preinst	2008-03-16 11:46:16 UTC (rev 311)
@@ -10,7 +10,7 @@
         echo 1>&2 "Please read /usr/share/doc/lighttpd/NEWS.Debian"
     else
         echo "Renaming conf-available/10-auth.conf into conf-available/05-auth.conf"
-        mv "$CA/10-auth.conf" "$CA/05-auto.conf"
+        mv "$CA/10-auth.conf" "$CA/05-auth.conf"
     fi
 fi
 




More information about the pkg-lighttpd-maintainers mailing list