Magellan Linux

Diff of /trunk/installer/gtk-gui/usermanagement.sh

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

revision 772 by niro, Wed Sep 24 10:44:47 2008 UTC revision 1012 by niro, Sun May 30 17:33:05 2010 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/usermanagement.sh,v 1.2 2008-09-24 10:44:21 niro Exp $  # $Id$
2    
3  export ROOT_PASSWORD_DIALOG='  export ROOT_PASSWORD_DIALOG='
4  <window title="Root Password" icon-name="gtk-dialog-authentication" window_position="1" resizable="false">  <window title="Root Password" icon-name="gtk-dialog-authentication" window_position="1" resizable="false">
# Line 90  check_password() Line 90  check_password()
90   local pass1="$1"   local pass1="$1"
91   local pass2="$2"   local pass2="$2"
92    
93   echo "DEBUG: pass1='${pass1}'"   debug "pass1='${pass1}'"
94    
95   if [[ -z ${pass1} ]]   if [[ -z ${pass1} ]]
96   then   then
# Line 119  export -f check_password Line 119  export -f check_password
119  rundialog_root_password_dialog()  rundialog_root_password_dialog()
120  {  {
121   rundialog ROOT_PASSWORD_DIALOG   rundialog ROOT_PASSWORD_DIALOG
122   echo "DEBUG: EXIT='${EXIT}'"   debug "EXIT='${EXIT}'"
123    
124   # save given variables in env   # save given variables in env
125   # they will be shown as default on error   # they will be shown as default on error
# Line 147  rundialog_root_password_dialog() Line 147  rundialog_root_password_dialog()
147  rundialog_add_user_dialog()  rundialog_add_user_dialog()
148  {  {
149   rundialog ADD_USER_DIALOG   rundialog ADD_USER_DIALOG
150   echo "DEBUG: EXIT='${EXIT}'"   debug "EXIT='${EXIT}'"
151    
152   # save given variables in env   # save given variables in env
153   # they will be shown as default on error   # they will be shown as default on error

Legend:
Removed from v.772  
changed lines
  Added in v.1012