diff options
author | salo <salo@pkgsrc.org> | 2004-07-10 22:35:32 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-10 22:35:32 +0000 |
commit | 80cb76bb0f8cb5aa1536bc6bc22603dcfbd84082 (patch) | |
tree | 43690e8c21be9ab8ab9ef15b3a3d14ad2c16b644 /comms/conserver/PLIST | |
parent | e28ece6d4c5d18be2446927363e1c436e9b1f1e4 (diff) | |
download | pkgsrc-80cb76bb0f8cb5aa1536bc6bc22603dcfbd84082.tar.gz |
PKGREVISION++
- use CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST from
bsd.pkg.defaults.mk, instead of using obscure local variables
- obey VARBASE
- whitespace and delint
- example configuration files were never installed to PKG_SYSCONFDIR, make it
happen now (hi jlam!)
- replace test -e with -f in rc script, addresses part of PR pkg/26235
Diffstat (limited to 'comms/conserver/PLIST')
-rw-r--r-- | comms/conserver/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/conserver/PLIST b/comms/conserver/PLIST index 77d81ac52c5..2eb79e53b01 100644 --- a/comms/conserver/PLIST +++ b/comms/conserver/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2004/04/23 22:07:53 reed Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/07/10 22:35:32 salo Exp $ bin/console man/man1/console.1 man/man5/conserver.cf.5 man/man5/conserver.passwd.5 man/man8/conserver.8 sbin/conserver -share/examples/conserver/conserver.cf -share/examples/conserver/conserver.passwd +share/examples/conserver/conserver.cf.example +share/examples/conserver/conserver.passwd.example @dirrm share/examples/conserver |