Magellan Linux

Diff of /trunk/mage/usr/lib/mage/museradd

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

revision 2750 by niro, Tue Jul 22 14:20:33 2014 UTC revision 2751 by niro, Thu Aug 14 12:07:06 2014 UTC
# Line 66  fix_usermod_opts() Line 66  fix_usermod_opts()
66   do   do
67   case $1 in   case $1 in
68   -M) : ;; # usermod does not support the -M switch   -M) : ;; # usermod does not support the -M switch
69     -l) : ;; # usermod -l has not the same meaning like the -l switch of useradd
70   *) FIXED_USERMOD_OPTS+=" $1" ;;   *) FIXED_USERMOD_OPTS+=" $1" ;;
71   esac   esac
72   shift   shift

Legend:
Removed from v.2750  
changed lines
  Added in v.2751