summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-22 01:28:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-22 01:28:19 +0000
commita96ff3698210fd43ea1a81e6142d74d260669540 (patch)
tree7ba5655354ce87fad37eb967c7872433580f28d5 /net/netatalk
parent(1) Deal with new world order with regards to RSAREF. (diff)
Fix botched attempt to remove unchanged config files on deinstall
Notes
Notes: svn path=/head/; revision=32956
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk/pkg-plist b/net/netatalk/pkg-plist
index bed502f97b02..57c2672ea890 100644
--- a/net/netatalk/pkg-plist
+++ b/net/netatalk/pkg-plist
@@ -13,7 +13,9 @@ bin/single2bin
bin/unbin
bin/unhex
bin/unsingle
+@unexec if cmp -s %D/etc/AppleVolumes.default %D/etc/AppleVolumes.default.dist; then rm -f %D/etc/AppleVolumes.default; fi
etc/AppleVolumes.default.dist
+@unexec if cmp -s %D/etc/AppleVolumes.system %D/etc/AppleVolumes.system.dist; then rm -f %D/etc/AppleVolumes.system; fi
etc/AppleVolumes.system.dist
etc/rc.d/netatalk.sh
include/atalk/adouble.h
@@ -70,6 +72,4 @@ share/pagecount.ps
@dirrm include/netatalk
@dirrm libexec/filters
@dirrm share/examples/netatalk
-@unexec if cmp -s %D/etc/AppleVolumes.default %D/etc/AppleVolumes.default.dist; then rm -f %D/etc/AppleVolumes.default.dist; fi
-@unexec if cmp -s %D/etc/AppleVolumes.system %D/etc/AppleVolumes.system.dist; then rm -f %D/etc/AppleVolumes.system.dist; fi