pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/spawn-fcgi Fix the name of the RC script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f31550d10dcc
branches:  trunk
changeset: 571151:f31550d10dcc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 08 18:07:54 2010 +0000

description:
Fix the name of the RC script.

diffstat:

 www/spawn-fcgi/Makefile |  4 ++--
 www/spawn-fcgi/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r b4b784f9dec6 -r f31550d10dcc www/spawn-fcgi/Makefile
--- a/www/spawn-fcgi/Makefile   Mon Feb 08 16:11:54 2010 +0000
+++ b/www/spawn-fcgi/Makefile   Mon Feb 08 18:07:54 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/02/08 14:37:54 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/08 18:07:54 joerg Exp $
 
 DISTNAME=      spawn-fcgi-1.6.3
 CATEGORIES=    www
@@ -14,6 +14,6 @@
 
 GNU_CONFIGURE=         yes
 
-RCD_SCRIPTS=           spawn-fcgi
+RCD_SCRIPTS=           spawnfcgi
 
 .include "../../mk/bsd.pkg.mk"
diff -r b4b784f9dec6 -r f31550d10dcc www/spawn-fcgi/PLIST
--- a/www/spawn-fcgi/PLIST      Mon Feb 08 16:11:54 2010 +0000
+++ b/www/spawn-fcgi/PLIST      Mon Feb 08 18:07:54 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/08 14:37:54 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/02/08 18:07:54 joerg Exp $
 bin/spawn-fcgi
 man/man1/spawn-fcgi.1
-share/examples/rc.d/spawn-fcgi
+share/examples/rc.d/spawnfcgi



Home | Main Index | Thread Index | Old Index