Changeset 514
- Timestamp:
- 05/12/08 08:42:05 (3 months ago)
- Files:
-
- cdd-utils/trunk/lib/desktop.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cdd-utils/trunk/lib/desktop.sh
r512 r514 96 96 if nullstr $user; then warning "no user given"; return; fi 97 97 98 se d -i -s "s/^AutomaticLoginEnable=.*/AutomaticLoginEnable=true/g" $cfg99 se d -i -s "s/^AutomaticLogin=.*/AutomaticLogin=$user/g" $cfg98 set_key "AutomaticLoginEnable" "=" "true" "$cfg" 99 set_key "AutomaticLogin" "=" "$user" "$cfg" 100 100 } 101 101
