void-packages/srcpkgs/ufw/INSTALL
2011-07-16 06:35:39 -07:00

16 lines
348 B
Text

# *-* shell *-*
#
case ${ACTION} in
post)
cat << _EOF
==========================================================================
If you want to make ufw start automatically at boot, add the services to
the 'default' runlevel:
$ rc-update add ufw default
==========================================================================
_EOF
;;
esac