mirror of
https://github.com/opnsense/core.git
synced 2026-02-18 18:18:13 -05:00
Keywords: zap copy+past comment that is not true
This commit is contained in:
parent
8f15ca00a9
commit
3e527d8f94
1 changed files with 0 additions and 5 deletions
|
|
@ -10,11 +10,6 @@
|
|||
#
|
||||
# This will install the somefile.conf.sample and automatically copy to
|
||||
# somefile.conf if it doesn't exist. On deinstall it will be removed.
|
||||
#
|
||||
# This replaces the old pattern:
|
||||
# @unexec if cmp -s %D/etc/pkgtools.conf %D/etc/pkgtools.conf.sample; then rm -f %D/etc/pkgtools.conf; fi
|
||||
# etc/pkgtools.conf.sample
|
||||
# @exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf
|
||||
|
||||
actions: [file(1)]
|
||||
arguments: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue