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 2708 by niro, Thu Dec 17 15:49:16 2015 UTC revision 2711 by niro, Thu Dec 17 16:42:23 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   xmessage -center -title 'MCORE-CLIENT-DEACTIVATED' -timeout 10 -buttons '' '   # deactivate the fluxbox menu
10     ln -snf 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) DEACTIVATED!
18    
19    
20    
21  '  
22    "
23  done  done
24    
25    # activate the fluxbox menu now
26    ln -snf menu-activated ~/.fluxbox/menu

Legend:
Removed from v.2708  
changed lines
  Added in v.2711