blob: 35eacea9b94057a3347c1649b1d44566026b23d7 (
plain) (
blame)
1
2
3
4
|
@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
|