aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-06-16 17:15:26 +0800
committermm <mm@FreeBSD.org>2012-06-16 17:15:26 +0800
commit771311ed485c38c4187183af6577289257150d7c (patch)
treeaef64731db2ea05e3d1892368feaa2433ab6e5c1 /UPDATING
parent687931b0736456c2c080b6d8c2bab7cb5770b5b2 (diff)
downloadfreebsd-ports-graphics-771311ed485c38c4187183af6577289257150d7c.tar.gz
freebsd-ports-graphics-771311ed485c38c4187183af6577289257150d7c.tar.zst
freebsd-ports-graphics-771311ed485c38c4187183af6577289257150d7c.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")
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 47bd8650880..fbcced1effb 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