aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-09-14 14:23:12 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-09-14 14:23:12 +0200
commit98592ae486d31a84d158f6274288ae00d42fafea (patch)
tree221ed0510f2112fd204472e2508b5581b8b24d64
parent7777d201449def6696174b1a5ec94ede247f3825 (diff)
downloadremote-logon-service-98592ae486d31a84d158f6274288ae00d42fafea.tar.gz
remote-logon-service-98592ae486d31a84d158f6274288ae00d42fafea.tar.bz2
remote-logon-service-98592ae486d31a84d158f6274288ae00d42fafea.zip
Use remote-logon-config-agent instead of thin-client-config-agent.
-rw-r--r--debian/control2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 1ec29d6..480734b 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Package: remote-logon-service
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
-Recommends: thin-client-config-agent
+Recommends: remote-logon-config-agent
Description: Service to track the remote servers to use
A small service to take the various sources for the remote
services and bring them into a simple DBus list.
diff --git a/src/Makefile.am b/src/Makefile.am
index fa9b8c7..823efdd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,7 +45,7 @@ libservers_la_SOURCES = \
crypt.c \
crypt.h
libservers_la_CFLAGS = \
- -DUCCS_QUERY_TOOL="\"thin-client-config-agent\"" \
+ -DUCCS_QUERY_TOOL="\"remote-logon-config-agent\"" \
$(SERVICE_CFLAGS) \
$(COVERAGE_CFLAGS)
libservers_la_LDFLAGS = \