lib/shutter/iptables.rb in shutter-0.0.1 vs lib/shutter/iptables.rb in shutter-0.0.2
- old
+ new
@@ -1,11 +1,12 @@
require 'shutter/iptables/base'
require 'shutter/iptables/eyepee'
require 'shutter/iptables/iface'
require 'shutter/iptables/jail'
require 'shutter/iptables/port'
+require 'shutter/os'
module Shutter
- module IPTables
- IPTABLES_RESTORE="/sbin/iptables-restore"
- end
+ module IPTables
+ IPTABLES_RESTORE="/sbin/iptables-restore"
+ end
end
\ No newline at end of file