pkgsrc/net/radiusd-cistron/PLIST
reed 9c790735db 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.
2004-04-23 22:07:52 +00:00

57 lines
1.8 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2004/04/23 22:07:57 reed Exp $
bin/radclient
bin/radlast
bin/radtest
bin/radwho
bin/radzap
man/man1/radclient.1
man/man1/radlast.1
man/man1/radtest.1
man/man1/radwho.1
man/man1/radzap.1
man/man5/clients.5rad
man/man5/naslist.5rad
man/man8/radiusd.8
man/man8/radrelay.8
man/man8/radwatch.8
sbin/checkrad
sbin/radiusd
sbin/radrelay
share/doc/radiusd-cistron/COPYRIGHT
share/doc/radiusd-cistron/ChangeLog
share/doc/radiusd-cistron/README
share/doc/radiusd-cistron/README.CVX
share/doc/radiusd-cistron/README.Y2K
share/doc/radiusd-cistron/README.cisco
share/doc/radiusd-cistron/README.pam
share/doc/radiusd-cistron/README.proxy
share/doc/radiusd-cistron/README.radrelay
share/doc/radiusd-cistron/README.simul
share/doc/radiusd-cistron/README.tunnel
share/doc/radiusd-cistron/README.usersfile
share/examples/raddb/clients.sample
share/examples/raddb/dictionary
share/examples/raddb/dictionary.ascend
share/examples/raddb/dictionary.bay
share/examples/raddb/dictionary.cisco
share/examples/raddb/dictionary.cistron
share/examples/raddb/dictionary.compat
share/examples/raddb/dictionary.erx
share/examples/raddb/dictionary.livingston
share/examples/raddb/dictionary.redback
share/examples/raddb/dictionary.shiva
share/examples/raddb/dictionary.standard
share/examples/raddb/dictionary.tunnel
share/examples/raddb/dictionary.usr
share/examples/raddb/dictionary.versanet
share/examples/raddb/hints.sample
share/examples/raddb/huntgroups.sample
share/examples/raddb/naslist.sample
share/examples/raddb/naspasswd.sample
share/examples/raddb/realms.sample
share/examples/raddb/users.sample
@dirrm share/examples/raddb
@dirrm share/doc/radiusd-cistron
@unexec ${RM} -f /var/log/radius.log
@unexec ${RM} -f /var/run/radiusd.pid
@unexec echo "Leaving /var/run/radutmp, /var/log/radwtmp and /var/log/radacct alone."