From 2eb46a6fb83ed99ae907a8713e7ac7229ca02889 Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Tue, 13 Jan 2015 14:14:02 +0100 Subject: [PATCH] odstraneni zbytecne promenne BASEDIR --- src/warden-client/etc/warden-client.conf | 5 ----- src/warden-client/etc/warden-client.conf.tmpl | 5 ----- src/warden-client/etc/warden-client.conf.tmpl.update | 5 ----- 3 files changed, 15 deletions(-) diff --git a/src/warden-client/etc/warden-client.conf b/src/warden-client/etc/warden-client.conf index 82f6ee2..fb571e3 100644 --- a/src/warden-client/etc/warden-client.conf +++ b/src/warden-client/etc/warden-client.conf @@ -5,11 +5,6 @@ # # Use of this source is governed by a BSD-style license, see LICENSE file. -#------------------------------------------------------------------------------- -# BASEDIR - base directory of Warden client -#------------------------------------------------------------------------------- -$BASEDIR = "/opt/warden-client"; - #------------------------------------------------------------------------------- # URI - URI address of Warden server #------------------------------------------------------------------------------- diff --git a/src/warden-client/etc/warden-client.conf.tmpl b/src/warden-client/etc/warden-client.conf.tmpl index 32cfe4f..f31fe2a 100644 --- a/src/warden-client/etc/warden-client.conf.tmpl +++ b/src/warden-client/etc/warden-client.conf.tmpl @@ -5,11 +5,6 @@ # # Use of this source is governed by a BSD-style license, see LICENSE file. -#------------------------------------------------------------------------------- -# BASEDIR - base directory of Warden client -#------------------------------------------------------------------------------- -$BASEDIR = "_BASEDIR_"; - #------------------------------------------------------------------------------- # URI - URI address of Warden server #------------------------------------------------------------------------------- diff --git a/src/warden-client/etc/warden-client.conf.tmpl.update b/src/warden-client/etc/warden-client.conf.tmpl.update index 8ae69ae..113b751 100644 --- a/src/warden-client/etc/warden-client.conf.tmpl.update +++ b/src/warden-client/etc/warden-client.conf.tmpl.update @@ -5,11 +5,6 @@ # # Use of this source is governed by a BSD-style license, see LICENSE file. -#------------------------------------------------------------------------------- -# BASEDIR - base directory of Warden client -#------------------------------------------------------------------------------- -$BASEDIR = "_BASEDIR_"; - #------------------------------------------------------------------------------- # URI - URI address of Warden server #------------------------------------------------------------------------------- -- GitLab