Magellan Linux

Diff of /branches/magellan-next/include/mtools.minc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 16 by niro, Thu Jun 2 17:44:13 2011 UTC revision 17 by niro, Thu Jun 2 18:01:44 2011 UTC
# Line 93  mstartunit() Line 93  mstartunit()
93   fi   fi
94    
95   # we do not support $MROOT atm   # we do not support $MROOT atm
96   if [[ ${MROOT} != / ]] || [[ ! -z ${MROOT} ]]   if [[ ${MROOT} != / ]] && [[ ! -z ${MROOT} ]]
97   then   then
98   echo "\$MROOT is set, doing nothing!"   echo "\$MROOT is set, doing nothing!"
99   echo "Please add unit ${service} manually to the runlevels!"   echo "Please add unit ${service} manually to the runlevels!"
# Line 132  mstopunit() Line 132  mstopunit()
132   fi   fi
133    
134   # we do not support $MROOT atm   # we do not support $MROOT atm
135   if [[ ${MROOT} != / ]] || [[ ! -z ${MROOT} ]]   if [[ ${MROOT} != / ]] && [[ ! -z ${MROOT} ]]
136   then   then
137   echo "\$MROOT is set, doing nothing!"   echo "\$MROOT is set, doing nothing!"
138   echo "Please remove unit ${service} manually from the runlevels!"   echo "Please remove unit ${service} manually from the runlevels!"
# Line 180  mreloadunit() Line 180  mreloadunit()
180   fi   fi
181    
182   # we do not support $MROOT atm   # we do not support $MROOT atm
183   if [[ ${MROOT} != / ]] || [[ ! -z ${MROOT} ]]   if [[ ${MROOT} != / ]] && [[ ! -z ${MROOT} ]]
184   then   then
185   echo "\$MROOT is set, doing nothing!"   echo "\$MROOT is set, doing nothing!"
186   echo "Please remove unit ${service} manually from the runlevels!"   echo "Please remove unit ${service} manually from the runlevels!"

Legend:
Removed from v.16  
changed lines
  Added in v.17