summaryrefslogtreecommitdiffstats
path: root/KMFIPTInterface/kmfiptinterface_ctl
diff options
context:
space:
mode:
Diffstat (limited to 'KMFIPTInterface/kmfiptinterface_ctl')
-rwxr-xr-xKMFIPTInterface/kmfiptinterface_ctl7
1 files changed, 7 insertions, 0 deletions
diff --git a/KMFIPTInterface/kmfiptinterface_ctl b/KMFIPTInterface/kmfiptinterface_ctl
new file mode 100755
index 0000000..05c2688
--- /dev/null
+++ b/KMFIPTInterface/kmfiptinterface_ctl
@@ -0,0 +1,7 @@
+#!/bin/bash
+SERVER="`dcopserver --serverid 2>&1`"
+echo -n "Server:"
+echo $SERVER
+kdesu -t --nonewdcop -u root -c kmfiptinterface --dcopserver=$SERVER
+
+