The initscript for freenx-server currently does not have a status. It would be nice if it did. functions is already sourced so something like this would do it: case "$1" in start) start ;; stop) stop ;; restart) restart ;; status) status nxagent ;; *) echo $"Usage: $prog {start|stop|restart|status}" exit 1 esac
I guess that was silly because "status nxagent" will only work if there is a connection, right? But it would still be nice to have a status..
Perhaps: case "$1" in start) start ;; stop) stop ;; restart) restart ;; status) if [ -e "/var/lock/subsys/freenx-server" ]; then echo $"$prog is running" else echo $"$prog is stopped" fi ;; *) echo $"Usage: $prog {start|stop|restart|status}" exit 1 esac
freenx-server-0.7.3-17.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/freenx-server-0.7.3-17.fc12
freenx-server-0.7.3-17.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/freenx-server-0.7.3-17.fc11
freenx-server-0.7.3-17.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/freenx-server-0.7.3-17.fc10
freenx-server-0.7.3-17.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update freenx-server'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-12032
freenx-server-0.7.3-17.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update freenx-server'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-12041
freenx-server-0.7.3-17.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update freenx-server'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-12123
freenx-server-0.7.3-17.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.
freenx-server-0.7.3-17.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.