Magellan Linux

Diff of /trunk/busybox/agetty.sh

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

revision 2137 by niro, Thu Mar 28 08:35:43 2013 UTC revision 2141 by niro, Thu Mar 28 14:37:32 2013 UTC
# Line 7  for i in $* Line 7  for i in $*
7  do  do
8   case $1 in   case $1 in
9   --noclear)  ;; # ignore --noclear   --noclear)  ;; # ignore --noclear
10   --autologin=*) args+=" -l /sbin/autologin" ;;   --autologin=*) args+=" -n -l /sbin/autologin" ;;
11     *) args+=" $1" ;;
12   esac   esac
13   shift   shift
14  done  done

Legend:
Removed from v.2137  
changed lines
  Added in v.2141