Magellan Linux

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

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

revision 2722 by niro, Fri Oct 25 06:48:57 2013 UTC revision 2723 by niro, Tue Jul 22 14:20:33 2014 UTC
# Line 32  busybox_fix_user_opts() Line 32  busybox_fix_user_opts()
32   -u) shift; [[ $1 -lt 100 ]] && FIXED_USER_OPTS+=" -S"; FIXED_USER_OPTS+=" -u $1" ;;   -u) shift; [[ $1 -lt 100 ]] && FIXED_USER_OPTS+=" -S"; FIXED_USER_OPTS+=" -u $1" ;;
33   -r) FIXED_USER_OPTS+=" -S" ;;   -r) FIXED_USER_OPTS+=" -S" ;;
34   -M) FIXED_USER_OPTS+=" -H" ;;   -M) FIXED_USER_OPTS+=" -H" ;;
35     -l) continue ;; # just ignore this switch, adduser does not support it
36   *) FIXED_USER_OPTS+=" $1" ;;   *) FIXED_USER_OPTS+=" $1" ;;
37   esac   esac
38   shift   shift

Legend:
Removed from v.2722  
changed lines
  Added in v.2723