From 988359e8108b977655c00c4ef1a4d8038ae1276b Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sat, 16 Jun 2012 09:15:26 +0000 Subject: 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") --- UPDATING | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'UPDATING') 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 -- cgit v1.2.3