Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2935 - (show 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 #!/bin/sh
2
3 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 fi