From 00ddbee0a590138a761e52c0203337cead1d324d Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 22 Mar 2007 19:16:11 +0000 Subject: [PATCH] Use correct capabilities file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5630 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New/Shorewall/Config.pm b/New/Shorewall/Config.pm index 70378f619..b6e6b2d94 100644 --- a/New/Shorewall/Config.pm +++ b/New/Shorewall/Config.pm @@ -285,7 +285,7 @@ sub get_configuration() { fatal_error "$file does not exist!"; } - $file = find_file 'capabilities'; + $file = "$ENV{TMP_DIR}/capabilities"; if ( -f $file ) { if ( -r _ ) {