[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r322 - in /trunk/apache2: apache2.2-common.postinst changelog



Author: sf
Date: Mon Jun  4 21:30:03 2007
New Revision: 322

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=322
Log:
Change 000-default to default in postinst to reflect changed filename

Modified:
    trunk/apache2/apache2.2-common.postinst
    trunk/apache2/changelog

Modified: trunk/apache2/apache2.2-common.postinst
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/apache2.2-common.postinst?rev=322&op=diff
==============================================================================
--- trunk/apache2/apache2.2-common.postinst (original)
+++ trunk/apache2/apache2.2-common.postinst Mon Jun  4 21:30:03 2007
@@ -52,9 +52,9 @@
 
 #set up default site and dummy error and access logs
 if [ $UPGRADE = new_install ]; then
-        if [ ! -L /etc/apache2/sites-enabled/000-default -a \
-             ! -f /etc/apache2/sites-enabled/000-default ]; then
-                ln -s /etc/apache2/sites-available/default /etc/apache2/sites-enabled/000-default
+        if [ ! -L /etc/apache2/sites-enabled/default -a \
+             ! -f /etc/apache2/sites-enabled/default ]; then
+                ln -s /etc/apache2/sites-available/default /etc/apache2/sites-enabled/default
         fi
         touch /var/log/apache2/error.log /var/log/apache2/access.log
         chown root:adm /var/log/apache2/error.log /var/log/apache2/access.log

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=322&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Mon Jun  4 21:30:03 2007
@@ -32,6 +32,7 @@
   [ Stefan Fritsch ]
   * Add Build-Depends: libssl-dev, zlib1g-dev (Closes: #399043)
   * Add XS-Vcs-* to debian/control
+  * Change 000-default to default in postinst
 
  -- Thom May <thom@debian.org>  Sat, 28 Apr 2007 11:32:14 +0200
 



Reply to: