6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
@comment $FreeBSD$
|
|
bin/wy60
|
|
@unexec if cmp %D/etc/wy60.rc.sample %D/etc/wy60.rc 2>/dev/null; then rm -f %D/etc/wy60.rc; fi
|
|
etc/wy60.rc.sample
|
|
@exec if test ! -f %D/etc/wy60.rc; then cp -p %D/etc/wy60.rc.sample %D/etc/wy60.rc; fi
|