~ubuntu-branches/ubuntu/natty/ufw/natty

« back to all changes in this revision

Viewing changes to debian/ufw.init.debian

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2011-02-22 17:46:28 UTC
  • Revision ID: james.westby@ubuntu.com-20110222174628-3cumx6eckcel1j2i
Tags: 0.30.0-3ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/rules: Don't install the upstream application profiles that are
    shipped with the Debian package.
* debian/control: update Vcs for natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
set -e
13
13
 
14
 
PATH="/sbin:/bin:/usr/sbin:/usr/bin"
 
14
PATH="/sbin:/bin"
15
15
 
16
 
[ -x /usr/sbin/ufw ] || exit 0
 
16
[ -d /lib/ufw ] || exit 0
17
17
 
18
18
. /lib/lsb/init-functions
19
19