FYI-- I just checked in an updated README file that makes this point
clear:

Install
-------
Users can install with:
# python ./setup.py install
$ python ./setup.py install --home=PREFIX


Distributions which install to a build directory for packaging can install
with:
$ python ./setup.py install --root=PREFIX

Eg:
python ./setup.py install --root=/tmp/ufw

When installing ufw from source, you will also need to integrate it into your
boot process for the firewall to start when you restart your system. Depending
on your needs, this can be as simple as adding the following to a startup
script (eg rc.local for systems that use it):

/usr/share/ufw/ufw-init start

For systems that use SysV initscripts, an example script is provided in
doc/initscript.example. Consult your distribution's documentation for the
proper way to modify your boot process.

-- 
ufw doesn't autostart on reboot
https://bugs.launchpad.net/bugs/337874
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to