From: Marc Fiuczynski Date: Thu, 7 Feb 2008 17:04:56 +0000 (+0000) Subject: Added noop mount|umount|mountstatus command for backwards compatibilty with various... X-Git-Tag: myplc-4.2-3~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bd0fa254b07a2b4346713bb5eae1b7c17593f1ae;p=myplc.git Added noop mount|umount|mountstatus command for backwards compatibilty with various scripts that have not been ported to check whether they are running within the native myplc environment --- diff --git a/guest.init b/guest.init index 6f5da6a..e95c34e 100755 --- a/guest.init +++ b/guest.init @@ -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 ;;