summaryrefslogtreecommitdiffstats
path: root/servers/auth_server_lin/debian
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-27 02:16:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-27 02:16:11 -0600
commitb4426c06a4374b8e1025adce41427f0b1b072721 (patch)
treeb4181220745e6623995f9db4120a781a2455304a /servers/auth_server_lin/debian
parente21781df2ef6bfdb1a650bab5298b0261c8f7d3c (diff)
downloadulab-b4426c06a4374b8e1025adce41427f0b1b072721.tar.gz
ulab-b4426c06a4374b8e1025adce41427f0b1b072721.zip
Fix remaining name references to use the uLab system name
Fix incorrect Debian init scripts and a wrong binary name
Diffstat (limited to 'servers/auth_server_lin/debian')
-rw-r--r--servers/auth_server_lin/debian/ulab-authserver.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/servers/auth_server_lin/debian/ulab-authserver.init b/servers/auth_server_lin/debian/ulab-authserver.init
index 61f0b33..84fe077 100644
--- a/servers/auth_server_lin/debian/ulab-authserver.init
+++ b/servers/auth_server_lin/debian/ulab-authserver.init
@@ -20,9 +20,9 @@
set -e
PATH=/opt/trinity/bin:/usr/bin:/sbin:/usr/sbin
-DAEMON=/opt/trinity/bin/remotefpga_authserver
-PIDFILE=/var/run/remotefpga_authserver.pid
-UPGRADEFILE=/var/run/remotefpga_authserver.upgrade
+DAEMON=/opt/trinity/bin/ulab_authserver
+PIDFILE=/var/run/ulab_authserver.pid
+UPGRADEFILE=/var/run/ulab_authserver.upgrade
DESC="uLab Authentication Server"