freebsd-ports/net/ssltunnel-server/pkg-plist
Sunpoet Po-Chuan Hsieh 0905e4911e - Avoid CONFLICTS between ssltunnel-client and ssltunnel-server
- Add OPTIONS: TCPWRAPPERS
- Use ETCDIR
- Use bsd.port.options.mk
- Cosmetic changes

PR:		ports/154537
Submitted by:	sunpoet (myself)
Approved by:	Chris Rees <utisoft@gmail.com> (maintainer)
Feature safe:	yes
2011-02-05 22:54:02 +00:00

11 lines
466 B
Text

etc/rc.d/ssltunnel.sh.sample
@unexec if cmp -s %D/%%ETCDIR%%/tunnel.conf %D/%%ETCDIR%%/tunnel.conf.default; then rm -f %D/%%ETCDIR%%/tunnel.conf; fi
@unexec if cmp -s %D/%%ETCDIR%%/users %D/%%ETCDIR%%/users.sample; then rm -f %D/%%ETCDIR%%/users; fi
%%ETCDIR%%/tunnel.conf.default
%%ETCDIR%%/users.sample
libexec/pppserver
sbin/pppwho
%%PORTDOCS%%%%DOCSDIR%%/server.LISEZ-MOI
%%PORTDOCS%%%%DOCSDIR%%/server.README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry %%ETCDIR%%