summaryrefslogtreecommitdiff
path: root/chat
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 /chat
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 'chat')
-rw-r--r--chat/dircproxy/PLIST3
-rw-r--r--chat/ircd-hybrid/PLIST3
-rw-r--r--chat/ircu/PLIST3
-rw-r--r--chat/jabberd/PLIST3
-rw-r--r--chat/jabberd2/PLIST8
-rw-r--r--chat/silc-server/PLIST3
-rw-r--r--chat/zephyr/PLIST3
7 files changed, 7 insertions, 19 deletions
diff --git a/chat/dircproxy/PLIST b/chat/dircproxy/PLIST
index 52913194366..5b1115976f4 100644
--- a/chat/dircproxy/PLIST
+++ b/chat/dircproxy/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2003/06/02 15:20:06 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:52 reed Exp $
bin/dircproxy
bin/dircproxy-crypt
-etc/rc.d/dircproxy
man/man1/dircproxy-crypt.1
man/man1/dircproxy.1
share/dircproxy/cronchk.sh
diff --git a/chat/ircd-hybrid/PLIST b/chat/ircd-hybrid/PLIST
index 9c0dc3a7697..0d8a33b6ba4 100644
--- a/chat/ircd-hybrid/PLIST
+++ b/chat/ircd-hybrid/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:06:32 zuntum Exp $
-etc/rc.d/ircd-hybrid
+@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:52 reed Exp $
man/man8/ircd-hybrid.8
sbin/ircd-hybrid
sbin/ircd-hybrid-fixklines
diff --git a/chat/ircu/PLIST b/chat/ircu/PLIST
index 7a323084ca3..6d86320e7ba 100644
--- a/chat/ircu/PLIST
+++ b/chat/ircu/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/03/01 05:22:22 grant Exp $
-etc/rc.d/ircd
+@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:52 reed Exp $
man/man8/ircd.8
sbin/ircd
sbin/ircd-chkconf
diff --git a/chat/jabberd/PLIST b/chat/jabberd/PLIST
index 81a38733db7..71f72f3919b 100644
--- a/chat/jabberd/PLIST
+++ b/chat/jabberd/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/02/21 05:38:29 xtraeme Exp $
-etc/rc.d/jabberd
+@comment $NetBSD: PLIST,v 1.4 2004/04/23 22:07:52 reed Exp $
include/jabberd/jabberd.h
include/jabberd/lib/lib.h
include/jabberd/lib/xmlparse.h
diff --git a/chat/jabberd2/PLIST b/chat/jabberd2/PLIST
index d0a8baa5247..fdede445728 100644
--- a/chat/jabberd2/PLIST
+++ b/chat/jabberd2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 19:44:07 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:52 reed Exp $
bin/c2s
bin/jabberd
bin/pipe-auth.pl
@@ -6,12 +6,6 @@ bin/resolver
bin/router
bin/s2s
bin/sm
-etc/rc.d/jabberd
-etc/rc.d/c2s
-etc/rc.d/resolver
-etc/rc.d/router
-etc/rc.d/s2s
-etc/rc.d/sm
man/man8/c2s.8
man/man8/jabberd.8
man/man8/resolver.8
diff --git a/chat/silc-server/PLIST b/chat/silc-server/PLIST
index c8ddb67e407..2b1a193b054 100644
--- a/chat/silc-server/PLIST
+++ b/chat/silc-server/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2004/02/05 20:14:05 skrll Exp $
-etc/rc.d/silcd
+@comment $NetBSD: PLIST,v 1.14 2004/04/23 22:07:52 reed Exp $
lib/silcd/libsilc-1.0.so.3
lib/silcd/libsilc-1.0.so.3.0
lib/silcd/libsilc.la
diff --git a/chat/zephyr/PLIST b/chat/zephyr/PLIST
index dfe1253ce15..4bdfe6715e3 100644
--- a/chat/zephyr/PLIST
+++ b/chat/zephyr/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/16 19:41:50 seb Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:53 reed Exp $
bin/xzwrite
bin/zaway
bin/zctl
@@ -9,7 +9,6 @@ bin/znol
bin/zstat
bin/zwgc
bin/zwrite
-etc/rc.d/zhm
include/zephyr/mit-copyright.h
include/zephyr/zephyr.h
include/zephyr/zephyr_err.h