~ubuntu-branches/ubuntu/natty/arno-iptables-firewall/natty

« back to all changes in this revision

Viewing changes to share/arno-iptables-firewall/plugins/50ipv6-over-ipv4.plugin

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-01-10 16:46:32 UTC
  • mfrom: (1.1.8 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100110164632-d8e9r8svapi2qkec
Tags: 1.9.2.h-1
* New upstream release (Closes: #550222, #553036).
* Unify dependency-based boot-order and old-style update-rc.d, to be similar
  to shorewall's behavior.
* Add lintian override. The init script does handle 'stop', but it is
  shadowed by an if-clause. The 'else' branch handles 'stop' as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  return 0
61
61
}
62
62
 
63
 
# Check sanity of ie. environment
 
63
# Check sanity of eg. environment
64
64
plugin_sanity_check()
65
65
{
66
66
  if [ -z "$IPV6_OVER_IPV4_IF" ]; then