mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
efb351f724
- Bump PORTREVISION Feature safe: yes
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
sbin/swapd
|
|
sbin/swapd_swapon
|
|
sbin/swapd_swapoff
|
|
@unexec if cmp -s %D/etc/swapd.conf %D/etc/swapd.conf.sample; then rm -f %D/etc/swapd.conf; fi
|
|
etc/swapd.conf.sample
|
|
@exec [ ! -f %B/swapd.conf ] && cp %B/%f %B/swapd.conf
|