Skip to content

Commit

Permalink
Suppress warnings if fsaclctl is missing. Also add Komodo Edit project.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.n8gray.org/svnroot/n8gray/public/backup-bouncer@166 c73bc784-a200-0410-bfa9-bab0993648b8
  • Loading branch information
n8gray committed Sep 16, 2009
1 parent 5ae59c4 commit e14f685
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions BackupBouncer.kpf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Komodo Project File - DO NOT EDIT -->
<project id="dd5d10e2-f500-744e-90cd-00d28e1ff99d" kpf_version="4" name="BackupBouncer.kpf">
<livefolder id="dad6800d-be5d-c24e-b7c0-ce859f2fca64" idref="dd5d10e2-f500-744e-90cd-00d28e1ff99d" name="backup-bouncer" url="file:///Users/n8gray/src/backup-bouncer">
</livefolder>
<preference-set idref="dd5d10e2-f500-744e-90cd-00d28e1ff99d">
<boolean id="import_live">0</boolean>
</preference-set>
</project>
2 changes: 1 addition & 1 deletion bbouncer
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ create-vol () {
hdiutil create -size 40m -fs 'Journaled HFS+' \
-volname $1 -type SPARSE ./$1
hdiutil attach -owners on ./$1.sparseimage
sudo fsaclctl -p /Volumes/$1 -e
/usr/bin/which -s fsaclctl && sudo fsaclctl -p /Volumes/$1 -e
touch /Volumes/$1/bbouncer-vol
}

Expand Down

0 comments on commit e14f685

Please sign in to comment.