Add scan and config parameters without function (for installer)

This commit is contained in:
Arne Fitzenreiter
2009-04-13 21:04:34 +02:00
parent 6d263ef950
commit 1f97e648e5

View File

@@ -52,6 +52,16 @@ case "${1}" in
exit 0;
;;
config)
boot_mesg "mISDNv2 - config not needed!"
exit 0;
;;
scan)
boot_mesg "mISDNv2 - scan not supported!"
exit 0;
;;
*)
echo "Usage: ${0} {start}{stop}"
exit 1