From bd0fa254b07a2b4346713bb5eae1b7c17593f1ae Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 7 Feb 2008 17:04:56 +0000 Subject: [PATCH] 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 --- guest.init | 5 +++++ 1 file changed, 5 insertions(+) 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 ;; -- 2.47.0