Ignore:
Timestamp:
Mar 24, 2016, 5:48:03 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Rename all mondorestore scripts with the mr- prefix and adapt callers
  • Place these scripts in /usr/bin on the restore media
  • Fix a mindi bug where these scripts were not copied anymore with previous modifications around removal of cd
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/restore-scripts/mondo/mr-unmount-subroutine-me

    r3541 r3542  
    11#!/bin/sh
     2#
     3# $Id$
     4#
    25
    3 LogIt "unmount-subroutine-me --- starting"
     6LogIt "mr-unmount-subroutine-me --- starting"
    47if [ "$#" -ne "0" ] ; then
    5     LogIt "unmount-subroutine-me < mountlist" 1
     8    LogIt "mr-unmount-subroutine-me < mountlist" 1
    69    exit 1
    710fi
     
    6669fi
    6770
    68 LogIt "unmount-subroutine-me --- leaving (retval=$retval)"
     71LogIt "mr-unmount-subroutine-me --- leaving (retval=$retval)"
    6972exit $retval
    7073
Note: See TracChangeset for help on using the changeset viewer.