mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
0a3fde80af
PR: ports/90603 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
@unexec if cmp -s %D/etc/sshit.conf %D/etc/sshit.conf-dist; then rm -f %D/etc/sshit.conf; fi
|
|
etc/sshit.conf-dist
|
|
@exec if [ ! -f %D/etc/sshit.conf ] ; then cp -p %D/%F %B/sshit.conf; fi
|
|
sbin/sshit
|