pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/lighttpd/files



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Nov 13 11:53:29 UTC 2019

Modified Files:
        pkgsrc/www/lighttpd/files: lighttpd.sh

Log Message:
Fix reload of lighttpd config files

lighttpd uses the USR1 signal to reload config files as pointed out in
PR pkg/54295. Tested and it works.
Closes PR pkg/54295 .


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/lighttpd/files/lighttpd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/lighttpd/files/lighttpd.sh
diff -u pkgsrc/www/lighttpd/files/lighttpd.sh:1.2 pkgsrc/www/lighttpd/files/lighttpd.sh:1.3
--- pkgsrc/www/lighttpd/files/lighttpd.sh:1.2   Fri Mar 18 11:37:22 2016
+++ pkgsrc/www/lighttpd/files/lighttpd.sh       Wed Nov 13 11:53:29 2019
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: lighttpd.sh,v 1.2 2016/03/18 11:37:22 bsiegert Exp $
+# $NetBSD: lighttpd.sh,v 1.3 2019/11/13 11:53:29 nros Exp $
 #
 # PROVIDE: lighttpd
 # KEYWORD: chrootdir
@@ -14,6 +14,7 @@ command="@PREFIX@/sbin/${name}"
 conf_file="@PKG_SYSCONFDIR@/${name}.conf"
 required_files="${conf_file}"
 extra_commands="reload"
+sig_reload="USR1"
 command_args="-f ${conf_file}"
 
 load_rc_config $name



Home | Main Index | Thread Index | Old Index