Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/basic-system/system.client.class.in

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

revision 2200 by niro, Fri Jan 10 14:47:35 2014 UTC revision 2201 by niro, Fri Jan 10 14:48:40 2014 UTC
# Line 61  set_system_console() Line 61  set_system_console()
61    
62   case "${user}" in   case "${user}" in
63   ${MCORE_UNPRIV_USER}) x11runas "rxvt &" ;;   ${MCORE_UNPRIV_USER}) x11runas "rxvt &" ;;
64   root)  x11runas "rxvt -T 'Login as root' -e /bin/bash -c 'echo \"Login as root\";exec /bin/login root' &" ;;   root) x11runas "rxvt -T 'Login as root' -e /bin/bash -c 'echo \"Login as root\";exec /bin/login root' &" ;;
65   *)     help_system_console && return 1 ;;   *) help_system_console && return 1 ;;
66   esac   esac
67  }  }
68    

Legend:
Removed from v.2200  
changed lines
  Added in v.2201