summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-12-13 10:48:53 +0100
committerAndreas Unterkircher <unki@netshadow.net>2017-10-19 06:44:41 +0200
commit7f08f4cac88f7203d9fef4afbc93f7bccaba3c05 (patch)
tree1bfdeb48eb911944667df8ca6f1eee5b6e636710
parentac0f06ca85a30ca0f00167c64f0c810e1a5f4ef2 (diff)
downloadexilog-7f08f4cac88f7203d9fef4afbc93f7bccaba3c05.zip
exilog-7f08f4cac88f7203d9fef4afbc93f7bccaba3c05.tar.gz
exilog-7f08f4cac88f7203d9fef4afbc93f7bccaba3c05.tar.bz2
* warn if exilog.conf is readable by others, resolves #128
* check if exilog.conf exists and is readable by the current user, resolves #132 Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r--lib/exilog_config.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/exilog_config.pm b/lib/exilog_config.pm
index 070690a..9488a32 100644
--- a/lib/exilog_config.pm
+++ b/lib/exilog_config.pm
@@ -15,8 +15,6 @@ use Fcntl ':mode';
use lib "/usr/lib/exilog";
-use lib "/usr/lib/exilog";
-
BEGIN {
use Exporter;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);