pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/fcgiwrap



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Aug 28 04:27:31 UTC 2025

Modified Files:
        pkgsrc/www/fcgiwrap: Makefile
        pkgsrc/www/fcgiwrap/files: fcgiwrap.sh

Log Message:
fcgiwrap: message when the service is starting

Tested on NetBSD/amd64.

Bumps PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/fcgiwrap/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/fcgiwrap/files/fcgiwrap.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/fcgiwrap/Makefile
diff -u pkgsrc/www/fcgiwrap/Makefile:1.4 pkgsrc/www/fcgiwrap/Makefile:1.5
--- pkgsrc/www/fcgiwrap/Makefile:1.4    Wed Dec 11 15:25:04 2024
+++ pkgsrc/www/fcgiwrap/Makefile        Thu Aug 28 04:27:31 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2024/12/11 15:25:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2025/08/28 04:27:31 khorben Exp $
 
 DISTNAME=      fcgiwrap-1.1.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www
 
 COMMENT=       FastCGI wrapper for plain CGI scripts

Index: pkgsrc/www/fcgiwrap/files/fcgiwrap.sh
diff -u pkgsrc/www/fcgiwrap/files/fcgiwrap.sh:1.2 pkgsrc/www/fcgiwrap/files/fcgiwrap.sh:1.3
--- pkgsrc/www/fcgiwrap/files/fcgiwrap.sh:1.2   Wed Dec 11 15:25:04 2024
+++ pkgsrc/www/fcgiwrap/files/fcgiwrap.sh       Thu Aug 28 04:27:31 2025
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: fcgiwrap.sh,v 1.2 2024/12/11 15:25:04 ryoon Exp $
+# $NetBSD: fcgiwrap.sh,v 1.3 2025/08/28 04:27:31 khorben Exp $
 #
 # PROVIDE: fcgiwrap
 # REQUIRE: DAEMON
@@ -36,6 +36,7 @@ fcgiwrap_precmd()
 
 fcgiwrap_start()
 {
+       echo "Starting ${name}."
        @SU@ -m ${fcgiwrap_user} -c "${command} -f -s unix:${fcgiwrap_socket}" &
 }
 



Home | Main Index | Thread Index | Old Index