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:   ryoon
Date:           Wed Dec 11 15:25:04 UTC 2024

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

Log Message:
www/fcgiwrap: Display error message to web browser for easier debugging

* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/fcgiwrap/Makefile
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/www/fcgiwrap/Makefile:1.4
--- pkgsrc/www/fcgiwrap/Makefile:1.3    Tue Oct  1 03:21:03 2024
+++ pkgsrc/www/fcgiwrap/Makefile        Wed Dec 11 15:25:04 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2024/10/01 03:21:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2024/12/11 15:25:04 ryoon Exp $
 
 DISTNAME=      fcgiwrap-1.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 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.1 pkgsrc/www/fcgiwrap/files/fcgiwrap.sh:1.2
--- pkgsrc/www/fcgiwrap/files/fcgiwrap.sh:1.1   Tue Oct  1 03:21:03 2024
+++ pkgsrc/www/fcgiwrap/files/fcgiwrap.sh       Wed Dec 11 15:25:04 2024
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: fcgiwrap.sh,v 1.1 2024/10/01 03:21:03 ryoon Exp $
+# $NetBSD: fcgiwrap.sh,v 1.2 2024/12/11 15:25:04 ryoon Exp $
 #
 # PROVIDE: fcgiwrap
 # REQUIRE: DAEMON
@@ -36,7 +36,7 @@ fcgiwrap_precmd()
 
 fcgiwrap_start()
 {
-       @SU@ -m ${fcgiwrap_user} -c "${command} -s unix:${fcgiwrap_socket}" &
+       @SU@ -m ${fcgiwrap_user} -c "${command} -f -s unix:${fcgiwrap_socket}" &
 }
 
 fcgiwrap_poststart() {



Home | Main Index | Thread Index | Old Index