Magellan Linux

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

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

revision 2173 by niro, Mon Jul 15 08:13:49 2013 UTC revision 2174 by niro, Sat Aug 17 09:20:33 2013 UTC
# Line 64  fix_usermod_opts() Line 64  fix_usermod_opts()
64   for i in $*   for i in $*
65   do   do
66   case $1 in   case $1 in
67   -M) continue ;; # usermod does not support the -M switch   -M) : ;; # usermod does not support the -M switch
68   *) FIXED_USERMOD_OPTS+=" $1" ;;   *) FIXED_USERMOD_OPTS+=" $1" ;;
69   esac   esac
70   shift   shift

Legend:
Removed from v.2173  
changed lines
  Added in v.2174