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 2710 by niro, Thu Dec 17 16:24:20 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     # 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 '' "   xmessage -center -title 'MCORE-CLIENT-DEACTIVATED' -timeout 10 -buttons '' "
14    
15    
# Line 17  do Line 21  do
21    
22  "  "
23  done  done
24    
25    # activate the fluxbox menu now
26    ln -snf menu-activated ~/.fluxbox/menu

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