diff options
author | Stefan Fritsch <sf@debian.org> | 2007-06-04 21:30:03 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:36:40 +0100 |
commit | f935ccdb1b9a5a51dea011628fb61d621888b43c (patch) | |
tree | 0aff9505bc983fc7b3a615a933a7900aa11a78ed | |
parent | 38cd684c35036ffb266f72dc75a3eaf467cc0c84 (diff) | |
download | apache2-f935ccdb1b9a5a51dea011628fb61d621888b43c.tar.gz |
Change 000-default to default in postinst to reflect changed filename
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@322 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r-- | debian/apache2.2-common.postinst | 6 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/apache2.2-common.postinst b/debian/apache2.2-common.postinst index 1f5b3f43..c82b7f8a 100644 --- a/debian/apache2.2-common.postinst +++ b/debian/apache2.2-common.postinst @@ -52,9 +52,9 @@ fi #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 diff --git a/debian/changelog b/debian/changelog index 900713ce..a3a5fd68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ apache2 (2.2.3-5) UNRELEASED; urgency=low [ 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 |