Skip to content

Commit

Permalink
STABLE14-macos-use-platform-copy-of-afssettings-20060802
Browse files Browse the repository at this point in the history
we moved this to be made for real; use it


(cherry picked from commit 4ea8536)
  • Loading branch information
Derrick Brashear committed Aug 2, 2006
1 parent 73576f1 commit c57cf98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/packaging/MacOS/buildpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ if [ $firstpass = yes ]; then
echo openafs.org > $PKGROOT/private/var/db/openafs/etc/ThisCell.sample
if [ $majorvers -ge 7 ]; then
echo /afs:/var/db/openafs/cache:30000 > $PKGROOT/private/var/db/openafs/etc/cacheinfo.sample
(cd $CURDIR && \
cp afssettings $PKGROOT/private/var/db/openafs/etc/config )
cp -RP $PKGROOT/Library/OpenAFS/Tools/etc/afssettings $PKGROOT/private/var/db/openafs/etc/config
cp settings.plist $PKGROOT/private/var/db/openafs/etc/config/settings.plist.orig
else
echo /Network/afs:/var/db/openafs/cache:30000 > $PKGROOT/private/var/db/openafs/etc/cacheinfo.sample
Expand Down

0 comments on commit c57cf98

Please sign in to comment.