mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Convert to @sample
This commit is contained in:
parent
880479b2e0
commit
2ad06d7144
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367095
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue