Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1792 - (show annotations) (download) (as text)
Mon Jun 4 14:33:04 2012 UTC (11 years, 10 months ago) by niro
File MIME type: application/x-sh
File size: 184 byte(s)
-freenx-0.7.3 patches and files
1 #!/bin/sh
2
3 if [ ! -f /usr/NX/etc/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