Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/mcore-client-deactivated.in

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

revision 2702 by niro, Thu Dec 17 12:02:10 2015 UTC revision 2716 by niro, Thu Dec 17 17:35:21 2015 UTC
# Line 6  source ${MCORE_LIBDIR}/include/common.gl Line 6  source ${MCORE_LIBDIR}/include/common.gl
6    
7  while [[ -e ${MCORE_CONFIG_PATH}/client-deactivated ]]  while [[ -e ${MCORE_CONFIG_PATH}/client-deactivated ]]
8  do  do
9   x11runas "xmessage -center -title 'MCORE-CLIENT-DEACTIVATED' -buttons '' '   # deactivate the fluxbox menu
10     cat ~/.fluxbox/menu-deactivated > ~/.fluxbox/menu
11    
12     # print a nice message
13     xmessage -center -title 'MCORE-CLIENT-DEACTIVATED' -timeout 10 -buttons '' "
14    
15    
  CLIENT DEACTIVATED!  
16    
17     CLIENT #$(mcore-serial) DEAKTIVIERT!
18    
19     Bitte melden Sie sich in Ihrer @@HELPDESK_UNIT@@ unter der Telefonnummer @@PHONENUMBER@@.
20    
21    
22  '"  
23    
24    "
25  done  done
26    
27    # activate the fluxbox menu now
28    cat ~/.fluxbox/menu-activated > ~/.fluxbox/menu

Legend:
Removed from v.2702  
changed lines
  Added in v.2716