blob: f89090681b287cbc447f47b38cb63001409e12e5 (
plain) (
blame)
1
2
3
4
5
|
bin/cntlm
@unexec if cmp -s %D/etc/cntlm.conf.sample %D/etc/cntlm.conf; then rm -f %D/etc/cntlm.conf; fi
etc/cntlm.conf.sample
@exec if [ ! -f %D/etc/cntlm.conf ]; then cp -p %D/%F %B/cntlm.conf; fi
man/man1/cntlm.1.gz
|