From 2bc1f96b42b59a58dfcf97d6347aa7cf6de24493 Mon Sep 17 00:00:00 2001 From: Martin Haase <martin.haase@daasi.de> Date: Mon, 27 Dec 2010 09:51:03 +0000 Subject: [PATCH] made log dir right git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@8228 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- .../etc/syncFromRBAC.sys | 4 ++-- info.textgrid.middleware.tgauth.pdp2posix/syncFromRBAC | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/info.textgrid.middleware.tgauth.pdp2posix/etc/syncFromRBAC.sys b/info.textgrid.middleware.tgauth.pdp2posix/etc/syncFromRBAC.sys index 11cef46..cb5fc25 100644 --- a/info.textgrid.middleware.tgauth.pdp2posix/etc/syncFromRBAC.sys +++ b/info.textgrid.middleware.tgauth.pdp2posix/etc/syncFromRBAC.sys @@ -57,8 +57,8 @@ text5 = DAASIlib::DATA must = 0 description = "Name of the logfile with absolute or relative path. " arg = 1 - argtype = "filename_add_subdir_log" - default = "./logs/syncFromRBAC.log" + argtype = "filename_add_subdir_log" + default = "./log/syncFromRBAC.log" </options> <options debugmode> diff --git a/info.textgrid.middleware.tgauth.pdp2posix/syncFromRBAC b/info.textgrid.middleware.tgauth.pdp2posix/syncFromRBAC index c609813..7a00a1d 100755 --- a/info.textgrid.middleware.tgauth.pdp2posix/syncFromRBAC +++ b/info.textgrid.middleware.tgauth.pdp2posix/syncFromRBAC @@ -40,6 +40,7 @@ if (defined $conf->{data}->{write_to_system} && $conf->{data}->{write_to_system} $gridmapfilepath = $conf->{data}->{gridmapfilepath}; $groupfilepath = $conf->{data}->{groupfilepath}; $logfilepath = $conf->{data}->{logfile}; + $last_modifyTimestamp_path = $conf->{data}->{last_modifyTimestamp_path}; $alternative_last_modify_timestamp = $conf->{data}->{alternative_last_modify_timestamp}; -- GitLab