Convert to @sample

This commit is contained in:
Baptiste Daroussin 2015-09-24 22:52:00 +00:00
parent a3b8b76a8e
commit ac104443bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397784

View File

@ -1,4 +1,2 @@
bin/pouetChess
@unexec if cmp -s %D/etc/pouetChess.conf %D/etc/pouetChess.conf.sample; then rm -f %D/etc/pouetChess.conf; fi
etc/pouetChess.conf.sample
@exec if [ ! -f %D/etc/pouetChess.conf ]; then cp -p %D/etc/pouetChess.conf.sample %D/etc/pouetChess.conf; fi
@sample etc/pouetChess.conf.sample