Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2702 - (show annotations) (download)
Thu Dec 17 12:02:10 2015 UTC (8 years, 4 months ago) by niro
File size: 316 byte(s)
-support client deactivation and inform the user properly
1 #!/bin/bash
2
3 MCORE_LIBDIR="@@MCORE_LIBDIR@@"
4 source @@SYSCONFDIR@@/mcore/mcore.conf
5 source ${MCORE_LIBDIR}/include/common.global.class
6
7 while [[ -e ${MCORE_CONFIG_PATH}/client-deactivated ]]
8 do
9 x11runas "xmessage -center -title 'MCORE-CLIENT-DEACTIVATED' -buttons '' '
10
11
12
13 CLIENT DEACTIVATED!
14
15
16
17
18 '"
19 done

Properties

Name Value
svn:executable *