Convert to @sample

This commit is contained in:
Baptiste Daroussin 2014-09-02 22:04:19 +00:00
parent 880479b2e0
commit 2ad06d7144
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367095

View File

@ -1,3 +1 @@
@unexec if cmp -s %D/etc/es.conf.sample %D/etc/es.conf; then rm -f %D/etc/es.conf; fi
etc/es.conf.sample
@exec if [ ! -f %D/etc/es.conf ]; then cp -p %D/%F %B/es.conf; fi
@sample etc/es.conf.sample