[Commits] (markie) Disable disktool invocation
commits at osafoundation.org
commits at osafoundation.org
Thu Apr 15 10:32:02 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/makediskimage.sh 1.1 1.2
Log message:
Disable disktool invocation
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/makediskimage.sh.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: osaf/hardhat/makediskimage.sh
diff -u osaf/hardhat/makediskimage.sh:1.1 osaf/hardhat/makediskimage.sh:1.2
--- osaf/hardhat/makediskimage.sh:1.1 Tue May 13 12:40:52 2003
+++ osaf/hardhat/makediskimage.sh Thu Apr 15 10:31:31 2004
@@ -7,7 +7,8 @@
# will create a disk image file.
# This line is required if you aren't logged in on the actual Mac console:
-disktool -c 0
+# this does not seem to be required in Panther (generates an error)
+# disktool -c 0
FOLDER="$1"
if [ -z "$FOLDER" ]; then
More information about the Commits
mailing list