Magellan Linux

Diff of /branches/mage-next/src/helper/museradd.in

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

revision 2721 by niro, Wed Jan 29 12:04:16 2014 UTC revision 2722 by niro, Tue Jul 22 14:19:44 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.2721  
changed lines
  Added in v.2722