mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0e3f2c3a81
Submitted by: maintainer
12 lines
476 B
Plaintext
12 lines
476 B
Plaintext
etc/rc.d/ssltunnel.sh.sample
|
|
@unexec if cmp -s %D/etc/ssltunnel/tunnel.conf %D/etc/ssltunnel/tunnel.conf.default; then rm -f %D/etc/ssltunnel/tunnel.conf; fi
|
|
@unexec if cmp -s %D/etc/ssltunnel/users %D/etc/ssltunnel/users.sample; then rm -f %D/etc/ssltunnel/users; fi
|
|
etc/ssltunnel/tunnel.conf.default
|
|
etc/ssltunnel/users.sample
|
|
libexec/pppserver
|
|
sbin/pppwho
|
|
%%PORTDOCS%%%%DOCSDIR%%/LISEZ-MOI
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm etc/ssltunnel
|