Magellan Linux

Annotation of /trunk/nxserver-freenx/freenx-check-setup.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2935 - (hide annotations) (download) (as text)
Mon May 29 08:37:37 2017 UTC (6 years, 11 months ago) by niro
File MIME type: application/x-sh
File size: 174 byte(s)
-fixed pathes to match new nx setup
1 niro 1792 #!/bin/sh
2    
3 niro 2935 if [ ! -f /etc/nxserver/users.id_dsa ] ; then
4     logger -s -p daemon.err -t freenx-server.service \
5     'FreeNX server not set up, run "nxsetup --install"'
6     exit 6
7 niro 1792 fi