mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
dc4b5b6d1a
- better config file handling
15 lines
439 B
Plaintext
15 lines
439 B
Plaintext
sbin/l4ip
|
|
@unexec if cmp -s %D/etc/l4ip.conf %D/etc/l4ip.conf.sample; then rm -f %D/etc/l4ip.conf; fi
|
|
etc/l4ip.conf.sample
|
|
@exec [ -f %B/l4ip.conf ] || cp %B/%f %B/l4ip.conf
|
|
%%EXAMPLESDIR%%/apache1.conf
|
|
%%EXAMPLESDIR%%/apache2.conf
|
|
%%EXAMPLESDIR%%/dns1.conf
|
|
%%EXAMPLESDIR%%/dns2.conf
|
|
%%EXAMPLESDIR%%/ftp1.conf
|
|
%%EXAMPLESDIR%%/ftp2.conf
|
|
%%EXAMPLESDIR%%/ldap.conf
|
|
%%EXAMPLESDIR%%/ldap1.conf
|
|
%%EXAMPLESDIR%%/ldap2.conf
|
|
@dirrm %%EXAMPLESDIR%%
|