summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e65fefe)
raw | patch | inline | side by side (parent: e65fefe)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Dec 2007 14:57:49 +0000 (14:57 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Dec 2007 14:57:49 +0000 (14:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8085 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/daemon/gosa-si-bus | patch | blob | history | |
contrib/daemon/gosa-si-client | patch | blob | history | |
contrib/daemon/gosa-si-client.cfg-template | [deleted file] | patch | blob | history |
contrib/daemon/gosa-si-client.conf-template | [new file with mode: 0644] | patch | blob |
contrib/daemon/gosa-si-daemon | patch | blob | history |
index f231d19cb6ccccaa1b484c0491923585a1c358b8..a56a38e1a2f9a46763ab00bc46aa29040cb0fffd 100755 (executable)
my $err_counter = 0;
if( not defined( $cfg_file)) {
my $cwd = getcwd;
- my $name = "gosa-sd-bus.cfg";
+ my $name = "/etc/gosa/gosa-si-bus.conf";
$cfg_file = File::Spec->catfile( $cwd, $name );
print STDERR "no conf file specified\n try to use default: $cfg_file\n";
}
index c74ad7055580a3d58e003fa231d3ad615620f627..3825940a7c6235ae4a5fb9b163f62f1ecccebf45 100755 (executable)
#$err_config = "please specify a config file";
#$err_counter += 1;
my $cwd = getcwd;
- my $name = "gosa-sc.cfg";
+ my $name = "/etc/gosa/gosa-si-client.conf";
$cfg_file = File::Spec->catfile( $cwd, $name );
print STDERR "no conf file specified\n try to use default: $cfg_file\n";
}
diff --git a/contrib/daemon/gosa-si-client.cfg-template b/contrib/daemon/gosa-si-client.cfg-template
+++ /dev/null
@@ -1,13 +0,0 @@
-[general]
-log_file = /var/log/gosa-si-client.log
-pid_file = /var/run/gosa-si-client.pid
-
-[client]
-client_port = 20083
-
-[server]
-server_ip = 127.0.0.1
-server_port = 20081
-server_passwd = secret-server-password
-server_timeout = 5
-server_domain = intranet.gonicus.de
diff --git a/contrib/daemon/gosa-si-client.conf-template b/contrib/daemon/gosa-si-client.conf-template
--- /dev/null
@@ -0,0 +1,13 @@
+[general]
+log_file = /var/log/gosa-si-client.log
+pid_file = /var/run/gosa-si-client.pid
+
+[client]
+client_port = 20083
+
+[server]
+server_ip = 127.0.0.1
+server_port = 20081
+server_passwd = secret-server-password
+server_timeout = 5
+server_domain = intranet.gonicus.de
index 6c933b3d8fe34b48477202391953b14384cdba7a..096637417cbe0fdcff0b7a6889a0a89dd060932e 100755 (executable)
#$err_config = "please specify a config file";
#$err_counter += 1;
my $cwd = getcwd;
- my $name = "gosa-sd.cfg";
+ my $name = "/etc/gosa/gosa-si-server.conf";
$cfg_file = File::Spec->catfile( $cwd, $name );
print STDERR "no conf file specified\n try to use default: $cfg_file\n";
}