0905e4911e
- 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
11 lines
466 B
Text
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%%
|