diff options
author | mm <mm@FreeBSD.org> | 2012-06-16 17:15:26 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-06-16 17:15:26 +0800 |
commit | 771311ed485c38c4187183af6577289257150d7c (patch) | |
tree | aef64731db2ea05e3d1892368feaa2433ab6e5c1 /UPDATING | |
parent | 687931b0736456c2c080b6d8c2bab7cb5770b5b2 (diff) | |
download | freebsd-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-- | 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 |