diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-06-16 09:15:26 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-06-16 09:15:26 +0000 |
commit | 988359e8108b977655c00c4ef1a4d8038ae1276b (patch) | |
tree | 13621b3ee764cadcd6438db8d8d12b7bfe2fdcbc /UPDATING | |
parent | Mark removal of x11-themes/gtk-qt-engine. (diff) |
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-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |