aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-06-16 09:15:26 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-06-16 09:15:26 +0000
commit988359e8108b977655c00c4ef1a4d8038ae1276b (patch)
tree13621b3ee764cadcd6438db8d8d12b7bfe2fdcbc /UPDATING
parentc2e08fb4bad840ff500b080c5f5bb47ff74d5644 (diff)
downloadports-988359e8108b977655c00c4ef1a4d8038ae1276b.tar.gz
ports-988359e8108b977655c00c4ef1a4d8038ae1276b.zip
Alter lighttpd startup script subcommands to behave like the apache script:
"reload" now sends a SIGHUP and cycles logfiles "graceful" now performs a graceful restart "gracefulstop" now performs a graceful stp "configtest" now checks the configuration file for correct syntax Removed subcommand: "check" (replaced by "configtest")
Notes
Notes: svn path=/head/; revision=299390
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 47bd86508800..fbcced1effb6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20120616:
+ AFFECTS: users of www/lighttpd
+ AUTHOR: mm@FreeBSD.org
+
+ The lighttpd startup script has been changed and is now compatible to the
+ apache startup script. The "reload" subcommand now sends a SIGHUP to the
+ process and triggers cycling of log files. The new command "graceful"
+ performs a graceful restart (similiar to former "reload") and "gracefulstop"
+ performs a graceful stop. The "check" command has been replaced with
+ the "configtest" command.
+
20120615:
AFFECTS: users of databases/akonadi
AUTHOR: kde@FreeBSD.org