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:   triaxx
Date:           Sun Jan 21 09:33:35 UTC 2024

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

Log Message:
lighttpd: Fix lighttpd.sh to work in unprivileged


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/www/lighttpd/files/lighttpd.sh:1.4
--- pkgsrc/www/lighttpd/files/lighttpd.sh:1.3   Wed Nov 13 11:53:29 2019
+++ pkgsrc/www/lighttpd/files/lighttpd.sh       Sun Jan 21 09:33:35 2024
@@ -1,12 +1,18 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: lighttpd.sh,v 1.3 2019/11/13 11:53:29 nros Exp $
+# $NetBSD: lighttpd.sh,v 1.4 2024/01/21 09:33:35 triaxx Exp $
 #
 # PROVIDE: lighttpd
 # KEYWORD: chrootdir
 # REQUIRE: DAEMON
+#
+# Consider installing pkgtools/rc.subr in unprivileged.
+#
+# You will need to set some variables in @SYSCONFBASE@/rc.conf to start lighttpd:
+#
+# lighttpd=YES
 
-. /etc/rc.subr
+$_rc_subr_loaded . @SYSCONFBASE@/rc.subr
 
 name="lighttpd"
 rcvar=$name



Home | Main Index | Thread Index | Old Index