diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-09-08 00:36:47 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-09-08 00:36:47 +0000 |
commit | 63c8d22076e560d1bc23ae667b909f576c9a26fc (patch) | |
tree | 24e2d088c0551186c74f7193feb8995e82d2647b /comms/wy60/pkg-plist | |
parent | 21a38c944ac33cee9970e039e0eee9e2bd27ef6a (diff) | |
download | ports-63c8d22076e560d1bc23ae667b909f576c9a26fc.tar.gz ports-63c8d22076e560d1bc23ae667b909f576c9a26fc.zip |
Notes
Diffstat (limited to 'comms/wy60/pkg-plist')
-rw-r--r-- | comms/wy60/pkg-plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/wy60/pkg-plist b/comms/wy60/pkg-plist index 554e68b874e0..df47727dd938 100644 --- a/comms/wy60/pkg-plist +++ b/comms/wy60/pkg-plist @@ -1,3 +1,5 @@ @comment $FreeBSD$ bin/wy60 -share/examples/wy60/wy60.rc +@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 |