Added noop mount|umount|mountstatus command for backwards compatibilty with various...
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 7 Feb 2008 17:04:56 +0000 (17:04 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 7 Feb 2008 17:04:56 +0000 (17:04 +0000)
guest.init

index 6f5da6a..e95c34e 100755 (executable)
@@ -222,6 +222,11 @@ case "$command" in
        echo "${steps[@]}" >&4
        ;;
 
+    # for backwards compatibility
+    mount|umount|mountstatus)
+       echo "${command} not used within native myplc environment"
+       ;;
+
     *)
        usage >&3
        ;;