summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-04-23 22:07:52 +0000
committerreed <reed@pkgsrc.org>2004-04-23 22:07:52 +0000
commit9c790735dbc3013a298acc48a2ea5bff9a0901cf (patch)
tree99ee0ae766efaa16bbe63c3e83f5df60ff8f8454 /www
parent537ed23d44fdb1cd86f9fde14078a8507a4f47ce (diff)
downloadpkgsrc-9c790735dbc3013a298acc48a2ea5bff9a0901cf.tar.gz
mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
Diffstat (limited to 'www')
-rw-r--r--www/apache/PLIST3
-rw-r--r--www/apache2/PLIST3
-rw-r--r--www/apache6/PLIST3
-rw-r--r--www/hiawatha/PLIST3
-rw-r--r--www/iasp/PLIST4
-rw-r--r--www/jakarta-tomcat/PLIST3
-rw-r--r--www/privoxy/PLIST3
-rw-r--r--www/screws/PLIST3
-rw-r--r--www/squid/PLIST3
-rw-r--r--www/thttpd/PLIST3
-rw-r--r--www/thy/PLIST3
-rw-r--r--www/tinyproxy/PLIST3
-rw-r--r--www/wwwoffle/PLIST3
13 files changed, 13 insertions, 27 deletions
diff --git a/www/apache/PLIST b/www/apache/PLIST
index da96b3731e3..c7108f8e3c0 100644
--- a/www/apache/PLIST
+++ b/www/apache/PLIST
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.9 2003/11/02 05:36:56 grant Exp $
+@comment $NetBSD: PLIST,v 1.10 2004/04/23 22:07:59 reed Exp $
bin/checkgid
bin/dbmmanage
bin/htdigest
bin/htpasswd
-etc/rc.d/apache
include/httpd/ap.h
include/httpd/ap_alloc.h
include/httpd/ap_compat.h
diff --git a/www/apache2/PLIST b/www/apache2/PLIST
index 53ca4d7e86d..885ef5f3a08 100644
--- a/www/apache2/PLIST
+++ b/www/apache2/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2004/03/22 19:50:16 reed Exp $
-etc/rc.d/apache
+@comment $NetBSD: PLIST,v 1.20 2004/04/23 22:07:59 reed Exp $
include/httpd/ap_compat.h
include/httpd/ap_config.h
include/httpd/ap_config_auto.h
diff --git a/www/apache6/PLIST b/www/apache6/PLIST
index 981d5f35031..a32e041db3c 100644
--- a/www/apache6/PLIST
+++ b/www/apache6/PLIST
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2003/11/02 09:42:30 cube Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/04/23 22:07:59 reed Exp $
bin/checkgid
bin/dbmmanage
bin/htdigest
bin/htpasswd
-etc/rc.d/apache
include/httpd/ap.h
include/httpd/ap_alloc.h
include/httpd/ap_compat.h
diff --git a/www/hiawatha/PLIST b/www/hiawatha/PLIST
index 6faea20b196..9e91c3bd3d8 100644
--- a/www/hiawatha/PLIST
+++ b/www/hiawatha/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:16:50 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:59 reed Exp $
lib/java/hiawatha/hiawatha.jar
lib/java/hiawatha/xsls.jar
-etc/rc.d/hiawatha
share/examples/hiawatha/simple.cfg
share/examples/hiawatha/pault_com.cfg
share/examples/hiawatha/hiawatha.cfg
diff --git a/www/iasp/PLIST b/www/iasp/PLIST
index b57427c8fdd..892ece5ebef 100644
--- a/www/iasp/PLIST
+++ b/www/iasp/PLIST
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/01/02 06:40:33 jlam Exp $
-etc/rc.d/iasp
-etc/rc.d/iasp_admin
+@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:59 reed Exp $
${IASP}/README_EN
${IASP}/WEB-INF/web.xml
${IASP}/admin/JSManager.jar
diff --git a/www/jakarta-tomcat/PLIST b/www/jakarta-tomcat/PLIST
index ca793db9aa3..6cded6143c9 100644
--- a/www/jakarta-tomcat/PLIST
+++ b/www/jakarta-tomcat/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2002/12/28 21:35:04 jlam Exp $
-etc/rc.d/tomcat
+@comment $NetBSD: PLIST,v 1.6 2004/04/23 22:07:59 reed Exp $
tomcat/KEYS
tomcat/LICENSE
tomcat/RELEASE-NOTES
diff --git a/www/privoxy/PLIST b/www/privoxy/PLIST
index 0cff626e699..5b4cdfcf72f 100644
--- a/www/privoxy/PLIST
+++ b/www/privoxy/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/16 03:02:04 kim Exp $
-etc/rc.d/privoxy
+@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:59 reed Exp $
man/man1/privoxy.1
sbin/privoxy
share/doc/privoxy/AUTHORS
diff --git a/www/screws/PLIST b/www/screws/PLIST
index e21aa5bc307..e06be54a0ec 100644
--- a/www/screws/PLIST
+++ b/www/screws/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/23 16:09:21 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:08:00 reed Exp $
bin/hsml
-etc/rc.d/screws
lib/screws/BasicExec.so
lib/screws/Hello.so
lib/screws/HsmlExec.so
diff --git a/www/squid/PLIST b/www/squid/PLIST
index 2fffee8538b..728b32e1511 100644
--- a/www/squid/PLIST
+++ b/www/squid/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.14 2003/05/24 12:31:34 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2004/04/23 22:08:00 reed Exp $
bin/squidclient
-etc/rc.d/squid
libexec/cachemgr.cgi
man/man8/squid.8
share/doc/squid/ChangeLog
diff --git a/www/thttpd/PLIST b/www/thttpd/PLIST
index d3814219d5c..74611f412e2 100644
--- a/www/thttpd/PLIST
+++ b/www/thttpd/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/10/27 20:29:52 cube Exp $
-etc/rc.d/thttpd
+@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:08:00 reed Exp $
libexec/cgi-bin/phf
libexec/cgi-bin/redirect
libexec/cgi-bin/ssi
diff --git a/www/thy/PLIST b/www/thy/PLIST
index fc25de1e196..8fb920f1ffb 100644
--- a/www/thy/PLIST
+++ b/www/thy/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/01 05:19:03 xtraeme Exp $
-etc/rc.d/thy
+@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:08:00 reed Exp $
man/man7/thy-auth.7
man/man8/thy.8
sbin/thy
diff --git a/www/tinyproxy/PLIST b/www/tinyproxy/PLIST
index 398afb02eee..a22da7f993e 100644
--- a/www/tinyproxy/PLIST
+++ b/www/tinyproxy/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/07 23:46:01 salo Exp $
-etc/rc.d/tinyproxy
+@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:08:00 reed Exp $
man/man8/tinyproxy.8
sbin/tinyproxy
share/doc/tinyproxy/filter-howto.txt
diff --git a/www/wwwoffle/PLIST b/www/wwwoffle/PLIST
index 513473c0f54..bf501109723 100644
--- a/www/wwwoffle/PLIST
+++ b/www/wwwoffle/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2003/08/29 09:23:25 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/04/23 22:08:00 reed Exp $
bin/wwwoffle
bin/wwwoffle-hash
bin/wwwoffle-ls
@@ -7,7 +7,6 @@ bin/wwwoffle-read
bin/wwwoffle-rm
bin/wwwoffle-tools
bin/wwwoffle-write
-etc/rc.d/wwwoffled
libdata/wwwoffle-spool.tar.gz
man/man1/wwwoffle.1
man/man5/wwwoffle.conf.5