diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-27 02:16:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-27 02:16:11 -0600 |
commit | b4426c06a4374b8e1025adce41427f0b1b072721 (patch) | |
tree | b4181220745e6623995f9db4120a781a2455304a /servers/auth_server_lin/src/main.cpp | |
parent | e21781df2ef6bfdb1a650bab5298b0261c8f7d3c (diff) | |
download | ulab-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/src/main.cpp')
-rw-r--r-- | servers/auth_server_lin/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/auth_server_lin/src/main.cpp b/servers/auth_server_lin/src/main.cpp index 33b6ccd..2dc8b11 100644 --- a/servers/auth_server_lin/src/main.cpp +++ b/servers/auth_server_lin/src/main.cpp @@ -51,7 +51,7 @@ static const char version[] = "v0.0.1"; int main(int argc, char *argv[]) { - TDEAboutData aboutData( "remotefpga_auth_server", I18N_NOOP("uLab AuthServer"), + TDEAboutData aboutData( "ulab_auth_server", I18N_NOOP("uLab AuthServer"), version, description, TDEAboutData::License_GPL, "(c) 2012-2013, Timothy Pearson"); aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net"); |