ufs: fix restart in openrc service, respect 80 chars in long_desc.

This commit is contained in:
Juan RP 2011-07-16 21:28:46 +02:00
parent 498c6309c1
commit cf6893c0ab
2 changed files with 5 additions and 5 deletions

View file

@ -18,6 +18,6 @@ stop() {
restart() {
ebegin "Restarting ufw"
/lib/ufw/ufw-init retart
/lib/ufw/ufw-init restart
eend $?
}

View file

@ -1,7 +1,7 @@
# Template file for 'ufw'
pkgname=ufw
version=0.30.1
revision=2
revision=3
distfiles="http://launchpad.net/ufw/0.30/$version/+download/$pkgname-$version.tar.gz"
build_style=python-module
short_desc="Uncomplicated Firewall"
@ -10,9 +10,9 @@ homepage="https://launchpad.net/ufw"
license="GPL-3"
checksum=98da13fe3e9aa8ff29611f20ef6e8b15be42bcdc43c8ef3145755b220f3bae1a
long_desc="
Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall.
It provides a command line interface and aims to be uncomplicated and easy to use.
"
Ufw stands for Uncomplicated Firewall, and is program for managing a
netfilter firewall. It provides a command line interface and ims to be
uncomplicated and easy to use."
noarch=yes
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"