summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-05-02 20:33:57 +0000
committerreed <reed@pkgsrc.org>2005-05-02 20:33:57 +0000
commitee8be9d0c1d7f38e3c1d468f07fe877f045dbe8f (patch)
treecfc830d7101f7980061435085607a6e7cdce8fd3 /net
parent1d67064db3ea37b8bebfa5bfb8e4c9efaa6d7cea (diff)
downloadpkgsrc-ee8be9d0c1d7f38e3c1d468f07fe877f045dbe8f.tar.gz
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
Diffstat (limited to 'net')
-rw-r--r--net/argus/PLIST3
-rw-r--r--net/arla/PLIST3
-rw-r--r--net/bind8/PLIST.common3
-rw-r--r--net/bind9/PLIST4
-rw-r--r--net/bpalogin/PLIST3
-rw-r--r--net/chrony/PLIST3
-rw-r--r--net/ddclient/PLIST3
-rw-r--r--net/delegate/PLIST3
-rw-r--r--net/dhid/PLIST3
-rw-r--r--net/djbdns-run/PLIST7
-rw-r--r--net/dtcp/PLIST4
-rw-r--r--net/dtcpclient/PLIST3
-rw-r--r--net/dynipclient/PLIST3
-rw-r--r--net/freeradius/PLIST3
-rw-r--r--net/gated/PLIST3
-rw-r--r--net/gnugk/PLIST3
-rw-r--r--net/howl/PLIST3
-rw-r--r--net/ipa/PLIST3
-rw-r--r--net/iplog/PLIST3
-rw-r--r--net/ja-samba/PLIST5
-rw-r--r--net/jftpgw/PLIST3
-rw-r--r--net/mldonkey/PLIST3
-rw-r--r--net/net-snmp/PLIST4
-rw-r--r--net/netatalk/PLIST6
-rw-r--r--net/netatalk1/PLIST6
-rw-r--r--net/ntp4/PLIST4
-rw-r--r--net/oidentd/PLIST3
-rw-r--r--net/openntpd/PLIST3
-rw-r--r--net/openslp/PLIST3
-rw-r--r--net/openvpn-current/PLIST3
-rw-r--r--net/poptop/PLIST3
-rw-r--r--net/proftpd/PLIST3
-rw-r--r--net/pure-ftpd/PLIST3
-rw-r--r--net/pxe/PLIST3
-rw-r--r--net/pygopherd/PLIST3
-rw-r--r--net/quagga/PLIST8
-rw-r--r--net/radiusd-cistron/PLIST3
-rw-r--r--net/rinetd/PLIST3
-rw-r--r--net/rp-pppoe/PLIST3
-rw-r--r--net/samba/PLIST6
-rw-r--r--net/samba2/PLIST5
-rw-r--r--net/smokeping/PLIST3
-rw-r--r--net/snort/PLIST3
-rw-r--r--net/socks5/PLIST3
-rw-r--r--net/speedtouch/PLIST3
-rw-r--r--net/spread/PLIST3
-rw-r--r--net/tor/PLIST3
-rw-r--r--net/trickle/PLIST3
-rw-r--r--net/upclient/PLIST3
-rw-r--r--net/vsftpd/PLIST3
-rw-r--r--net/whoson/PLIST3
51 files changed, 128 insertions, 51 deletions
diff --git a/net/argus/PLIST b/net/argus/PLIST
index 20672699152..cd3485ec10a 100644
--- a/net/argus/PLIST
+++ b/net/argus/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/07 17:22:30 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:34:01 reed Exp $
bin/argus-config
lib/argus/Alias.pm
lib/argus/ArgusCtl.pm
@@ -52,4 +52,5 @@ lib/argus/web_misc.pl
sbin/arguscgi
sbin/argusctl
sbin/argusd
+share/examples/rc.d/argusd
@dirrm lib/argus
diff --git a/net/arla/PLIST b/net/arla/PLIST
index 2cb827f1ab9..917213ae2e9 100644
--- a/net/arla/PLIST
+++ b/net/arla/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2005/05/02 19:02:40 reed Exp $
+@comment $NetBSD: PLIST,v 1.18 2005/05/02 20:34:01 reed Exp $
bin/ydr
bin/rxdebug
bin/rxperf
@@ -119,6 +119,7 @@ share/examples/arla/ThisCell
share/examples/arla/fstab
share/examples/arla/SuidCells
share/examples/arla/arla.conf
+share/examples/rc.d/arlad
@dirrm share/examples/arla
share/gnats/stacken
lkm/nnpfs_mod.o
diff --git a/net/bind8/PLIST.common b/net/bind8/PLIST.common
index d1763a7e6de..be76b3c78a4 100644
--- a/net/bind8/PLIST.common
+++ b/net/bind8/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.2 2004/04/23 22:07:55 reed Exp $
+@comment $NetBSD: PLIST.common,v 1.3 2005/05/02 20:34:01 reed Exp $
bin/addr
bin/dig
bin/dnsquery
@@ -73,3 +73,4 @@ share/doc/html/bind8/options.html
share/doc/html/bind8/server.html
share/doc/html/bind8/trusted-keys.html
share/doc/html/bind8/zone.html
+share/examples/rc.d/named
diff --git a/net/bind9/PLIST b/net/bind9/PLIST
index bb9f779dae8..0ab29fc1837 100644
--- a/net/bind9/PLIST
+++ b/net/bind9/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2005/03/15 16:07:01 tron Exp $
+@comment $NetBSD: PLIST,v 1.15 2005/05/02 20:34:01 reed Exp $
bin/dig
bin/host
bin/isc-config.sh
@@ -315,6 +315,8 @@ sbin/named-checkconf
sbin/named-checkzone
sbin/rndc
sbin/rndc-confgen
+share/examples/rc.d/named9
+share/examples/rc.d/lwresd
@dirrm include/lwres
@dirrm include/isccfg
@dirrm include/isccc
diff --git a/net/bpalogin/PLIST b/net/bpalogin/PLIST
index f6a229faea3..621e30cb894 100644
--- a/net/bpalogin/PLIST
+++ b/net/bpalogin/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:55 reed Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:01 reed Exp $
sbin/bpalogin
share/examples/bpalogin/bpalogin.conf
+share/examples/rc.d/bpalogin
@dirrm share/examples/bpalogin
diff --git a/net/chrony/PLIST b/net/chrony/PLIST
index 423c50c2cbb..3c4550dd9ad 100644
--- a/net/chrony/PLIST
+++ b/net/chrony/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:55 reed Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:01 reed Exp $
bin/chronyc
share/doc/chrony/COPYING
share/doc/chrony/README
@@ -10,5 +10,6 @@ man/man1/chronyc.1
man/man5/chrony.conf.5
man/man8/chronyd.8
sbin/chronyd
+share/examples/rc.d/chronyd
@dirrm share/doc/chrony
@dirrm share/examples/chrony
diff --git a/net/ddclient/PLIST b/net/ddclient/PLIST
index edf0ef4388f..f4a79acd7d7 100644
--- a/net/ddclient/PLIST
+++ b/net/ddclient/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:55 reed Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:01 reed Exp $
sbin/ddclient
share/doc/ddclient/COPYING
share/doc/ddclient/COPYRIGHT
@@ -11,5 +11,6 @@ share/examples/ddclient/sample-etc_dhcpc_dhcpcd-eth0.exe
share/examples/ddclient/sample-etc_ppp_ip-up.local
share/examples/ddclient/sample-etc_rc.d_init.d_ddclient
share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.redhat
+share/examples/rc.d/ddclient
@dirrm share/examples/ddclient
@dirrm share/doc/ddclient
diff --git a/net/delegate/PLIST b/net/delegate/PLIST
index 979fcf62ed6..ece5fc92963 100644
--- a/net/delegate/PLIST
+++ b/net/delegate/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:55 reed Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:01 reed Exp $
sbin/delegated
share/doc/delegate/manual.html
share/doc/delegate/tutorial-en.html
share/doc/delegate/tutorial-jp.html
+share/examples/rc.d/delegated
@dirrm share/doc/delegate
diff --git a/net/dhid/PLIST b/net/dhid/PLIST
index 44fb0fa632c..afbb3a04831 100644
--- a/net/dhid/PLIST
+++ b/net/dhid/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:55 reed Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:02 reed Exp $
sbin/dhid
sbin/dhid-genkeys
share/doc/dhid/COPYRIGHT
@@ -6,4 +6,5 @@ share/doc/dhid/README
share/doc/dhid/AUTHORS
share/doc/dhid/WHATSNEW
share/doc/dhid/INSTALL
+share/examples/rc.d/dhid
@dirrm share/doc/dhid
diff --git a/net/djbdns-run/PLIST b/net/djbdns-run/PLIST
index 26da03815b3..09c645c84c7 100644
--- a/net/djbdns-run/PLIST
+++ b/net/djbdns-run/PLIST
@@ -1,3 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/29 16:35:41 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:02 reed Exp $
share/doc/djbdns-run/README.pkgsrc
+share/examples/rc.d/tinydns
+share/examples/rc.d/rbldns
+share/examples/rc.d/dnscache
+share/examples/rc.d/djbdns
+share/examples/rc.d/axfrdns
@dirrm share/doc/djbdns-run
diff --git a/net/dtcp/PLIST b/net/dtcp/PLIST
index db7a143ca73..4850ff3b69e 100644
--- a/net/dtcp/PLIST
+++ b/net/dtcp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/03/06 17:11:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:02 reed Exp $
man/cat8/dtcpauth.0
man/cat8/dtcpc.0
man/cat8/dtcps.0
@@ -8,3 +8,5 @@ man/man8/dtcps.8
sbin/dtcpauth
sbin/dtcpc
sbin/dtcps
+share/examples/rc.d/dtcps
+share/examples/rc.d/dtcpc
diff --git a/net/dtcpclient/PLIST b/net/dtcpclient/PLIST
index 01e4cb8e6a9..cdca61230ac 100644
--- a/net/dtcpclient/PLIST
+++ b/net/dtcpclient/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/23 05:07:43 hamajima Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:34:02 reed Exp $
sbin/dtcpclient
sbin/dtcpclient-script
man/cat8/dtcpclient.0
man/man8/dtcpclient.8
share/examples/dtcpclient/dtcpclient-script
+share/examples/rc.d/dtcpclient
@dirrm share/examples/dtcpclient
diff --git a/net/dynipclient/PLIST b/net/dynipclient/PLIST
index c16b048cc48..253aa5c6a1b 100644
--- a/net/dynipclient/PLIST
+++ b/net/dynipclient/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2004/04/23 22:07:56 reed Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:02 reed Exp $
bin/dynipadmin
bin/dynipclient
man/man1/dynipadmin.1
man/man1/dynipclient.1
share/examples/dynipclient/dynip.cfg
+share/examples/rc.d/dynipclient
@dirrm share/examples/dynipclient
diff --git a/net/freeradius/PLIST b/net/freeradius/PLIST
index 5ee8c41a776..8c71dde3cf2 100644
--- a/net/freeradius/PLIST
+++ b/net/freeradius/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2005/02/18 16:59:57 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.8 2005/05/02 20:34:02 reed Exp $
bin/radclient
bin/radeapclient
bin/radlast
@@ -341,6 +341,7 @@ share/examples/freeradius/sql.conf
share/examples/freeradius/users
share/examples/freeradius/x99.conf
share/examples/freeradius/x99passwd.sample
+share/examples/rc.d/radiusd
share/freeradius/dictionary
share/freeradius/dictionary.3com
share/freeradius/dictionary.3gpp
diff --git a/net/gated/PLIST b/net/gated/PLIST
index 064e230ef39..29f64207b2c 100644
--- a/net/gated/PLIST
+++ b/net/gated/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/07/10 21:00:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:02 reed Exp $
bin/gdc
bin/ospf_monitor
bin/ripquery
@@ -93,6 +93,7 @@ share/doc/gated/operation_guide/operation.html
share/doc/gated/operation_guide/ospf_monitor.html
share/doc/gated/operation_guide/ripquery.html
share/doc/gated/warning.gif
+share/examples/rc.d/gated
@dirrm share/doc/gated/config_guide
@dirrm share/doc/gated/installation_guide
@dirrm share/doc/gated/member_info/licenses
diff --git a/net/gnugk/PLIST b/net/gnugk/PLIST
index 24bbf5b6fcd..b077251cbc8 100644
--- a/net/gnugk/PLIST
+++ b/net/gnugk/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/02 12:27:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:02 reed Exp $
bin/gnugk
share/doc/gnugk/GkStatusMsgFmt.html
share/doc/gnugk/changing_ip.txt
@@ -30,5 +30,6 @@ share/examples/gnugk/sql.ini
share/examples/gnugk/status.ini
share/examples/gnugk/unregister_ip.pl
share/examples/gnugk/vqueue.ini
+share/examples/rc.d/gnugk
@dirrm share/examples/gnugk
@dirrm share/doc/gnugk
diff --git a/net/howl/PLIST b/net/howl/PLIST
index 3b88b564a52..47deae3e4d0 100644
--- a/net/howl/PLIST
+++ b/net/howl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/01/08 06:24:41 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:02 reed Exp $
bin/mDNSBrowse
bin/mDNSPublish
bin/mDNSQuery
@@ -28,6 +28,7 @@ lib/libhowl.la
lib/libmDNSResponder.la
lib/pkgconfig/howl.pc
man/man8/mDNSResponder.8
+share/examples/rc.d/howl
share/howl/help/address-summary.html
share/howl/help/address.html
share/howl/help/discovery-summary.html
diff --git a/net/ipa/PLIST b/net/ipa/PLIST
index 03ab05643f1..32b7c7f969d 100644
--- a/net/ipa/PLIST
+++ b/net/ipa/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/04/23 22:07:56 reed Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:02 reed Exp $
bin/ipa
bin/ipastat
man/man5/ipa.5
@@ -9,4 +9,5 @@ share/examples/ipa/README
share/examples/ipa/example-1
share/examples/ipa/example-2
share/examples/ipa/ipa.conf.default
+share/examples/rc.d/ipa
@dirrm share/examples/ipa
diff --git a/net/iplog/PLIST b/net/iplog/PLIST
index 5f78621f9e7..f9233e701d8 100644
--- a/net/iplog/PLIST
+++ b/net/iplog/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:56 reed Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:02 reed Exp $
man/man5/iplog.conf.5
man/man8/iplog.8
sbin/iplog
share/examples/iplog/iplog.conf
+share/examples/rc.d/iplog
@dirrm share/examples/iplog
diff --git a/net/ja-samba/PLIST b/net/ja-samba/PLIST
index ed19ba55225..e76a56def5a 100644
--- a/net/ja-samba/PLIST
+++ b/net/ja-samba/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2004/06/05 13:16:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/05/02 20:34:02 reed Exp $
bin/findsmb
bin/make_printerdef
bin/make_smbcodepage
@@ -122,6 +122,9 @@ share/doc/samba/WindowsTerminalServer.reg
share/doc/samba/announce
share/doc/samba/cifsntdomain.txt
share/doc/samba/security_level.txt
+share/examples/rc.d/smbd
+share/examples/rc.d/nmbd
+share/examples/rc.d/samba
share/examples/samba/LDAP/README
share/examples/samba/LDAP/export_smbpasswd.pl
share/examples/samba/LDAP/import_smbpasswd.pl
diff --git a/net/jftpgw/PLIST b/net/jftpgw/PLIST
index da95ee37128..8c6f0c7fa8f 100644
--- a/net/jftpgw/PLIST
+++ b/net/jftpgw/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:56 reed Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:02 reed Exp $
man/man1/jftpgw.1
sbin/jftpgw
share/examples/jftpgw/jftpgw.conf
+share/examples/rc.d/jftpgw
@dirrm share/examples/jftpgw
diff --git a/net/mldonkey/PLIST b/net/mldonkey/PLIST
index 1c1d0aa05bb..4d297872971 100644
--- a/net/mldonkey/PLIST
+++ b/net/mldonkey/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/12/25 19:13:34 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:02 reed Exp $
libexec/mldonkey/mlnet
+share/examples/rc.d/mldonkey
@unexec ${RMDIR} %D/libexec/mldonkey >/dev/null 2>&1 || ${TRUE}
diff --git a/net/net-snmp/PLIST b/net/net-snmp/PLIST
index 4a997c52931..f32065af5bd 100644
--- a/net/net-snmp/PLIST
+++ b/net/net-snmp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/03/30 12:10:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/05/02 20:34:02 reed Exp $
bin/encode_keychange
bin/fixproc
bin/ipf-mod.pl
@@ -323,6 +323,8 @@ man/man8/snmptrapd.8
sbin/snmpd
sbin/snmptrapd
share/examples/net-snmp/EXAMPLE.conf
+share/examples/rc.d/snmptrapd
+share/examples/rc.d/snmpd
share/snmp/mib2c-data/default-mfd-top.m2c
share/snmp/mib2c-data/details-enums.m2i
share/snmp/mib2c-data/details-node.m2i
diff --git a/net/netatalk/PLIST b/net/netatalk/PLIST
index 81ddb6125e3..832726101fd 100644
--- a/net/netatalk/PLIST
+++ b/net/netatalk/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/01/31 09:53:11 markd Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/05/02 20:34:02 reed Exp $
bin/achfile
bin/acleandir.rc
bin/adv1tov2
@@ -161,6 +161,10 @@ share/examples/netatalk/afpd.conf
share/examples/netatalk/atalkd.conf
share/examples/netatalk/netatalk.conf
share/examples/netatalk/papd.conf
+share/examples/rc.d/timelord
+share/examples/rc.d/papd
+share/examples/rc.d/afpd
+share/examples/rc.d/atalkd
share/netatalk/pagecount.ps
@dirrm share/netatalk
@dirrm share/examples/netatalk
diff --git a/net/netatalk1/PLIST b/net/netatalk1/PLIST
index 521387fb5f7..768a3321212 100644
--- a/net/netatalk1/PLIST
+++ b/net/netatalk1/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/02 11:20:10 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:34:02 reed Exp $
bin/achfile
bin/acleandir.rc
bin/add_netatalk_printer
@@ -149,6 +149,10 @@ share/examples/netatalk/afpd.conf
share/examples/netatalk/atalkd.conf
share/examples/netatalk/netatalk.conf
share/examples/netatalk/papd.conf
+share/examples/rc.d/timelord
+share/examples/rc.d/papd
+share/examples/rc.d/afpd
+share/examples/rc.d/atalkd
share/netatalk/nls/maccode.437
share/netatalk/nls/maccode.850
share/netatalk/nls/maccode.iso8859-1
diff --git a/net/ntp4/PLIST b/net/ntp4/PLIST
index 4d98ebef73d..27d3efac3f8 100644
--- a/net/ntp4/PLIST
+++ b/net/ntp4/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/06/10 20:03:11 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:34:02 reed Exp $
bin/ntp-keygen
bin/ntp-wait
bin/ntpd
@@ -187,6 +187,8 @@ share/examples/ntp4/grundoon.conf
share/examples/ntp4/malarky.conf
share/examples/ntp4/pogo.conf
share/examples/ntp4/rackety.conf
+share/examples/rc.d/ntpdate
+share/examples/rc.d/ntpd
@dirrm share/examples/ntp4
@dirrm share/doc/html/ntp4/scripts
@dirrm share/doc/html/ntp4/pic
diff --git a/net/oidentd/PLIST b/net/oidentd/PLIST
index 5d96b409aa3..75989a3aef4 100644
--- a/net/oidentd/PLIST
+++ b/net/oidentd/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:56 reed Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:03 reed Exp $
man/man5/oidentd.conf.5
man/man5/oidentd_masq.conf.5
man/man8/oidentd.8
sbin/oidentd
+share/examples/rc.d/oidentd
diff --git a/net/openntpd/PLIST b/net/openntpd/PLIST
index 5727155ecb7..348df904f9c 100644
--- a/net/openntpd/PLIST
+++ b/net/openntpd/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/19 19:17:25 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:34:03 reed Exp $
man/man5/ntpd.conf.5
man/man8/ntpd.8
sbin/ntpd
share/examples/openntpd/ntpd.conf
+share/examples/rc.d/openntpd
@dirrm share/examples/openntpd
diff --git a/net/openslp/PLIST b/net/openslp/PLIST
index 9b50b51bc0f..9a74d509d5b 100644
--- a/net/openslp/PLIST
+++ b/net/openslp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/11/27 04:41:12 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:34:03 reed Exp $
bin/slptool
include/slp.h
lib/libslp.la
@@ -63,6 +63,7 @@ share/doc/openslp/rfc/threat_analysis_min_security.html
share/examples/openslp/slp.conf
share/examples/openslp/slp.reg
share/examples/openslp/slp.spi
+share/examples/rc.d/slpd
@dirrm share/examples/openslp
@dirrm share/doc/openslp/rfc
@dirrm share/doc/openslp/html/UsersGuide
diff --git a/net/openvpn-current/PLIST b/net/openvpn-current/PLIST
index efbcb7749b7..e3502d7f368 100644
--- a/net/openvpn-current/PLIST
+++ b/net/openvpn-current/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/31 15:15:31 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:03 reed Exp $
man/man8/openvpn.8
sbin/openvpn
share/examples/openvpn/config/README
@@ -32,6 +32,7 @@ share/examples/openvpn/scripts/bridge-start
share/examples/openvpn/scripts/bridge-stop
share/examples/openvpn/scripts/openvpn.init
share/examples/openvpn/scripts/verify-cn
+share/examples/rc.d/openvpn
@dirrm share/examples/openvpn/scripts
@dirrm share/examples/openvpn/keys
@dirrm share/examples/openvpn/config
diff --git a/net/poptop/PLIST b/net/poptop/PLIST
index 1aed066a288..a327668973a 100644
--- a/net/poptop/PLIST
+++ b/net/poptop/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2005/01/02 19:30:56 cube Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:03 reed Exp $
lib/pptpd/pptpd-logwtmp.so
man/man5/pptpd.conf.5
man/man8/pptpctrl.8
man/man8/pptpd.8
sbin/pptpctrl
sbin/pptpd
+share/examples/rc.d/pptpd
@dirrm lib/pptpd
diff --git a/net/proftpd/PLIST b/net/proftpd/PLIST
index 86e46436471..1b1d8844ea2 100644
--- a/net/proftpd/PLIST
+++ b/net/proftpd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/09/21 13:10:18 cube Exp $
+@comment $NetBSD: PLIST,v 1.8 2005/05/02 20:34:03 reed Exp $
bin/ftpcount
bin/ftpwho
bin/ftpdctl
@@ -27,5 +27,6 @@ share/examples/proftpd/basic.conf
share/examples/proftpd/complex-virtual.conf
share/examples/proftpd/mod_sql.conf
share/examples/proftpd/virtual.conf
+share/examples/rc.d/proftpd
@dirrm share/doc/proftpd
@dirrm share/examples/proftpd
diff --git a/net/pure-ftpd/PLIST b/net/pure-ftpd/PLIST
index 6b2b1725bbd..26aad79f35d 100644
--- a/net/pure-ftpd/PLIST
+++ b/net/pure-ftpd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/07/20 22:04:15 recht Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:03 reed Exp $
bin/pure-pw
bin/pure-pwconvert
bin/pure-statsdecode
@@ -23,4 +23,5 @@ share/doc/pure-ftpd/README.Configuration-File
share/doc/pure-ftpd/README.Contrib
share/doc/pure-ftpd/README.TLS
share/doc/pure-ftpd/README.Virtual-Users
+share/examples/rc.d/pure_ftpd
@dirrm share/doc/pure-ftpd
diff --git a/net/pxe/PLIST b/net/pxe/PLIST
index 1a8b39dc48e..1946d79f70e 100644
--- a/net/pxe/PLIST
+++ b/net/pxe/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:57 reed Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:03 reed Exp $
sbin/pxe
share/examples/pxe/pxe.conf
+share/examples/rc.d/pxe
@dirrm share/examples/pxe
diff --git a/net/pygopherd/PLIST b/net/pygopherd/PLIST
index 9c863d38305..913e11c7d6a 100644
--- a/net/pygopherd/PLIST
+++ b/net/pygopherd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:57 reed Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:03 reed Exp $
bin/pygopherd
${PYSITELIB}/pygopherd/GopherExceptions.py
${PYSITELIB}/pygopherd/GopherExceptions.pyc
@@ -133,6 +133,7 @@ man/man8/pygopherd.8
share/examples/pygopherd/gophermap
share/examples/pygopherd/mime.types
share/examples/pygopherd/pygopherd.conf
+share/examples/rc.d/pygopherd
@dirrm share/examples/pygopherd
@dirrm ${PYSITELIB}/pygopherd/protocols
@dirrm ${PYSITELIB}/pygopherd/handlers
diff --git a/net/quagga/PLIST b/net/quagga/PLIST
index cfaff854ff7..48ba7da1856 100644
--- a/net/quagga/PLIST
+++ b/net/quagga/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/03/02 19:15:07 reed Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:03 reed Exp $
include/quagga/buffer.h
include/quagga/command.h
include/quagga/distribute.h
@@ -63,6 +63,12 @@ share/examples/quagga/log_syslog.conf
share/examples/quagga/ospfd.conf.sample
share/examples/quagga/ripd.conf.sample
share/examples/quagga/zebra.conf.sample
+share/examples/rc.d/ripngd
+share/examples/rc.d/ospf6d
+share/examples/rc.d/ripd
+share/examples/rc.d/ospfd
+share/examples/rc.d/bgpd
+share/examples/rc.d/zebra
@dirrm share/examples/quagga
@dirrm include/quagga/ospfd
@dirrm include/quagga
diff --git a/net/radiusd-cistron/PLIST b/net/radiusd-cistron/PLIST
index edcd3ff6ee6..a986476500b 100644
--- a/net/radiusd-cistron/PLIST
+++ b/net/radiusd-cistron/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/04/23 22:07:57 reed Exp $
+@comment $NetBSD: PLIST,v 1.9 2005/05/02 20:34:03 reed Exp $
bin/radclient
bin/radlast
bin/radtest
@@ -50,6 +50,7 @@ share/examples/raddb/naslist.sample
share/examples/raddb/naspasswd.sample
share/examples/raddb/realms.sample
share/examples/raddb/users.sample
+share/examples/rc.d/radiusd
@dirrm share/examples/raddb
@dirrm share/doc/radiusd-cistron
@unexec ${RM} -f /var/log/radius.log
diff --git a/net/rinetd/PLIST b/net/rinetd/PLIST
index 2dd8ed8a9d6..1b8dcd9865e 100644
--- a/net/rinetd/PLIST
+++ b/net/rinetd/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/01 01:15:44 grant Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:34:03 reed Exp $
sbin/rinetd
man/man8/rinetd.8
+share/examples/rc.d/rinetd
diff --git a/net/rp-pppoe/PLIST b/net/rp-pppoe/PLIST
index a1120c6d652..eb6e9972dea 100644
--- a/net/rp-pppoe/PLIST
+++ b/net/rp-pppoe/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:57 reed Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:03 reed Exp $
man/man5/pppoe.conf.5
man/man8/adsl-connect.8
man/man8/adsl-setup.8
@@ -20,6 +20,7 @@ share/doc/rp-pppoe/LICENSE
share/doc/rp-pppoe/README
share/doc/rp-pppoe/SERVPOET
share/doc/rp-pppoe/pap-secrets
+share/examples/rc.d/pppoe
share/examples/rp-pppoe/pppoe.conf
share/examples/rp-pppoe/pppoe-server-options
@dirrm share/examples/rp-pppoe
diff --git a/net/samba/PLIST b/net/samba/PLIST
index 4d2d51c6acf..a9de106df6c 100644
--- a/net/samba/PLIST
+++ b/net/samba/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2004/12/17 18:55:47 tron Exp $
+@comment $NetBSD: PLIST,v 1.29 2005/05/02 20:34:03 reed Exp $
bin/findsmb
bin/net
bin/nmblookup
@@ -115,6 +115,10 @@ share/doc/samba/WinME_PlainPassword.reg
share/doc/samba/WinXP_PlainPassword.reg
share/doc/samba/WinXP_SignOrSeal.reg
share/doc/samba/WindowsTerminalServer.reg
+share/examples/rc.d/winbindd
+share/examples/rc.d/smbd
+share/examples/rc.d/nmbd
+share/examples/rc.d/samba
share/examples/samba/adduser.sh
share/examples/samba/deluser.sh
share/examples/samba/mknissmbpasswd.sh
diff --git a/net/samba2/PLIST b/net/samba2/PLIST
index 8aa043d7060..cc257f2837d 100644
--- a/net/samba2/PLIST
+++ b/net/samba2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/08/07 08:18:38 jdolecek Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:03 reed Exp $
bin/findsmb
bin/make_printerdef
bin/make_smbcodepage
@@ -94,6 +94,9 @@ share/doc/samba/WindowsTerminalServer.reg
share/doc/samba/announce
share/doc/samba/cifsntdomain.txt
share/doc/samba/security_level.txt
+share/examples/rc.d/smbd
+share/examples/rc.d/nmbd
+share/examples/rc.d/samba
share/examples/samba/LDAP/README
share/examples/samba/LDAP/export_smbpasswd.pl
share/examples/samba/LDAP/import_smbpasswd.pl
diff --git a/net/smokeping/PLIST b/net/smokeping/PLIST
index 7ac39db417b..47cf4cc0e64 100644
--- a/net/smokeping/PLIST
+++ b/net/smokeping/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/01/22 21:50:54 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:04 reed Exp $
bin/smokeping
lib/smokeping/BER.pm
lib/smokeping/ISG/ParseConfig.pm
@@ -77,6 +77,7 @@ share/doc/smokeping/probes/basefork.pm.txt
share/doc/smokeping/probes/basevars.pm.txt
share/doc/smokeping/probes/passwordchecker.pm.txt
share/doc/smokeping/probes/telnetIOSPing.pm.txt
+share/examples/rc.d/smokeping
share/examples/smokeping/basepage.html.dist
share/examples/smokeping/config-echoping.dist
share/examples/smokeping/config.dist
diff --git a/net/snort/PLIST b/net/snort/PLIST
index 7741718dd9b..082f82e9407 100644
--- a/net/snort/PLIST
+++ b/net/snort/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2005/04/27 18:36:25 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.21 2005/05/02 20:34:04 reed Exp $
bin/snort
man/man8/snort.8
share/doc/snort/AUTHORS
@@ -2911,6 +2911,7 @@ share/doc/snort/signatures/snort-sid-template.txt
share/doc/snort/snort_manual.pdf
share/doc/snort/snort_manual.tex
share/doc/snort/snort_schema_v106.pdf
+share/examples/rc.d/snort
share/examples/snort/classification.config
share/examples/snort/gen-msg.map
share/examples/snort/generators
diff --git a/net/socks5/PLIST b/net/socks5/PLIST
index 4cecfc3191e..466c2d57915 100644
--- a/net/socks5/PLIST
+++ b/net/socks5/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:57 reed Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:04 reed Exp $
bin/socks5
bin/runsocks
bin/stopsocks
@@ -21,3 +21,4 @@ lib/libsocks5.a
lib/libsocks5_sh.so
lib/libsocks5_sh.so.0
lib/libsocks5_sh.so.0.0
+share/examples/rc.d/socks5
diff --git a/net/speedtouch/PLIST b/net/speedtouch/PLIST
index 5847448aaab..28f4eac7555 100644
--- a/net/speedtouch/PLIST
+++ b/net/speedtouch/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2005/02/04 19:32:45 tron Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:34:04 reed Exp $
+share/examples/rc.d/adsl
@exec ${MKDIR} ${PKG_SYSCONFDIR}/speedtouch
bin/speedtouch-setup
bin/speedtouch-start
diff --git a/net/spread/PLIST b/net/spread/PLIST
index fc163e4c34e..9f9e62065f9 100644
--- a/net/spread/PLIST
+++ b/net/spread/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/04/23 22:07:57 reed Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:34:04 reed Exp $
bin/spflooder
bin/spmonitor
bin/sptuser
@@ -35,6 +35,7 @@ sbin/spread
share/doc/spread/LICENSE
share/doc/spread/Readme.txt
share/doc/spread/Short_Buffer_Handling.txt
+share/examples/rc.d/spread
share/examples/spread/spread.access_ip.sample
share/examples/spread/spread.conf.sample
@dirrm share/examples/spread
diff --git a/net/tor/PLIST b/net/tor/PLIST
index 8e322cee39c..695b642a354 100644
--- a/net/tor/PLIST
+++ b/net/tor/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2005/02/13 20:27:53 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:04 reed Exp $
bin/tor
bin/tor-resolve
bin/torify
man/man1/tor.1
man/man1/tor-resolve.1
man/man1/torify.1
+share/examples/rc.d/tor
share/examples/tor/tor-tsocks.conf
share/examples/tor/torrc.sample
@dirrm share/examples/tor
diff --git a/net/trickle/PLIST b/net/trickle/PLIST
index 7753a5d7cb9..547aca267ae 100644
--- a/net/trickle/PLIST
+++ b/net/trickle/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/25 14:19:41 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:34:04 reed Exp $
bin/trickle
bin/tricklectl
bin/trickled
@@ -6,6 +6,7 @@ lib/trickle/trickle-overload.so
man/man1/trickle.1
man/man5/trickled.conf.5
man/man8/trickled.8
+share/examples/rc.d/trickled
share/examples/trickle/trickled.conf
@dirrm share/examples/trickle
@dirrm lib/trickle
diff --git a/net/upclient/PLIST b/net/upclient/PLIST
index 6eba2e1ff0e..13b10796770 100644
--- a/net/upclient/PLIST
+++ b/net/upclient/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/04/23 22:07:57 reed Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:04 reed Exp $
bin/upclient
share/doc/upclient/AUTHORS
share/doc/upclient/COPYING
@@ -6,6 +6,7 @@ share/doc/upclient/HISTORY
share/doc/upclient/README
share/doc/upclient/FAQ
share/doc/upclient/INSTALL
+share/examples/rc.d/upclient
share/examples/upclient/upclient.conf
@dirrm share/examples/upclient
@dirrm share/doc/upclient
diff --git a/net/vsftpd/PLIST b/net/vsftpd/PLIST
index f99f0be7094..d9d33eaf34a 100644
--- a/net/vsftpd/PLIST
+++ b/net/vsftpd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/04/23 22:07:57 reed Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:04 reed Exp $
libexec/vsftpd
man/man5/vsftpd.conf.5
man/man8/vsftpd.8
@@ -6,6 +6,7 @@ share/doc/vsftpd/FAQ
share/doc/vsftpd/INSTALL
share/doc/vsftpd/README
share/doc/vsftpd/TUNING
+share/examples/rc.d/vsftpd
share/examples/vsftpd/vsftpd.conf.default
@dirrm share/examples/vsftpd
@dirrm share/doc/vsftpd
diff --git a/net/whoson/PLIST b/net/whoson/PLIST
index 1000a2d56c4..28ef6653275 100644
--- a/net/whoson/PLIST
+++ b/net/whoson/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/11 16:51:54 abs Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:34:04 reed Exp $
include/whoson.h
lib/libwhoson.la
man/man3/whoson.3
@@ -11,3 +11,4 @@ man/man8/whoson.8
man/man8/whosond.8
sbin/whoson
sbin/whosond
+share/examples/rc.d/whosond