summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49f3e65)
raw | patch | inline | side by side (parent: 49f3e65)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 May 2009 12:29:54 +0000 (12:29 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 May 2009 12:29:54 +0000 (12:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13655 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/gosa-si-client | patch | blob | history |
diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client
index 44ddd467c5370a100011c74709fb4c18c8bc164c..cfe60390cc535661552f6bb9a59e277af2ca00be 100755 (executable)
--- a/gosa-si/gosa-si-client
+++ b/gosa-si/gosa-si-client
our $REGISTERED = 0;
# path to fifo for non-gosa-si-client messages to gosa-si-server
-my $fai_com_fifo = "/var/run/gosa-si-client-fai-com.socket";
+my $fai_com_fifo = "/var/run/gosa-si-client.socket";
my $system_com_fifo = "/var/run/gosa-si-client-system-com.socket";
my %files_to_watch = (fai_fifo => $fai_com_fifo, system_fifo => $system_com_fifo);