diff options
author | Stefan Fritsch <sf@debian.org> | 2008-01-17 20:31:53 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:36:50 +0100 |
commit | 21680ecfa4f4a51f4dd97a4abcdf90cdebd8d90a (patch) | |
tree | 17d6b2a42eb72b2bb3772a10b3591dbf00629719 | |
parent | b04a5448e736cea237712697a5c3ecb2201b8750 (diff) | |
download | apache2-21680ecfa4f4a51f4dd97a4abcdf90cdebd8d90a.tar.gz |
slightly reword NEWS
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@551 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r-- | debian/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS index 948136df..e8ea77a2 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -3,8 +3,8 @@ apache2 (2.2.8-1) unstable; urgency=low * The Apache User and Group and the PidFile path are now configured in /etc/apache2/envvars, to make it easier to use them in scripts (like the init and logrotate scripts, and apache2ctl). - If you changed these settings from their default values, you need to adjust - /etc/apache2/envvars. + If you have changed these settings from their default values, you need to + adjust /etc/apache2/envvars. This also means that starting apache2 with "apache2 -k start" is no longer possible, you have to use /etc/init.d/apache2 or apache2ctl. |