From 6f11fba50c92d937689646dc9ef4bfbf63da0fa3 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 13 Nov 2008 18:15:23 +0000 Subject: Move local imports to the end of the main files This makes it easier to overwrite existing values. It also removes an unused import. --- conf/ladmin_athena.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/ladmin_athena.conf') diff --git a/conf/ladmin_athena.conf b/conf/ladmin_athena.conf index d4adf44e..2a91a35b 100644 --- a/conf/ladmin_athena.conf +++ b/conf/ladmin_athena.conf @@ -1,7 +1,4 @@ // Athena Ladmin configuration file. - -// local settings for this server in this file -import: conf/ladmin_local.conf // Encoding type of the password // 0: not encoded @@ -26,3 +23,6 @@ date_format: 3 // If you want use an additional configuration file, uncomment and use this parameter //import: path/additional_configuration_file + +// local settings for this server in this file +import: conf/ladmin_local.conf -- cgit v1.2.3-70-g09d2