]> git.pld-linux.org Git - packages/ufw.git/blob - common.py-file.patch
new, version 0.30.1
[packages/ufw.git] / common.py-file.patch
1 --- src/common.py       2011-03-22 13:00:03.000000000 -0500
2 +++ src/common.py-new   2011-08-01 21:47:34.889906168 -0500
3 @@ -22,12 +22,12 @@
4  from ufw.util import debug
5  
6  programName = "ufw"
7 -state_dir = "#STATE_PREFIX#"
8 -share_dir = "#SHARE_DIR#"
9 +state_dir = "/lib/ufw/"
10 +share_dir = "/usr/share/"
11  trans_dir = share_dir
12 -config_dir = "#CONFIG_PREFIX#"
13 -prefix_dir = "#PREFIX#"
14 -iptables_dir = "#IPTABLES_DIR#"
15 +config_dir = "/etc/"
16 +prefix_dir = "/usr/"
17 +iptables_dir = "/sbin/"
18  
19  class UFWError(Exception):
20      '''This class represents ufw exceptions'''
This page took 0.068895 seconds and 3 git commands to generate.