ufs: fix restart in openrc service, respect 80 chars in long_desc.
This commit is contained in:
parent
498c6309c1
commit
cf6893c0ab
2 changed files with 5 additions and 5 deletions
|
@ -18,6 +18,6 @@ stop() {
|
||||||
|
|
||||||
restart() {
|
restart() {
|
||||||
ebegin "Restarting ufw"
|
ebegin "Restarting ufw"
|
||||||
/lib/ufw/ufw-init retart
|
/lib/ufw/ufw-init restart
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ufw'
|
# Template file for 'ufw'
|
||||||
pkgname=ufw
|
pkgname=ufw
|
||||||
version=0.30.1
|
version=0.30.1
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://launchpad.net/ufw/0.30/$version/+download/$pkgname-$version.tar.gz"
|
distfiles="http://launchpad.net/ufw/0.30/$version/+download/$pkgname-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="Uncomplicated Firewall"
|
short_desc="Uncomplicated Firewall"
|
||||||
|
@ -10,9 +10,9 @@ homepage="https://launchpad.net/ufw"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=98da13fe3e9aa8ff29611f20ef6e8b15be42bcdc43c8ef3145755b220f3bae1a
|
checksum=98da13fe3e9aa8ff29611f20ef6e8b15be42bcdc43c8ef3145755b220f3bae1a
|
||||||
long_desc="
|
long_desc="
|
||||||
Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall.
|
Ufw stands for Uncomplicated Firewall, and is program for managing a
|
||||||
It provides a command line interface and aims to be uncomplicated and easy to use.
|
netfilter firewall. It provides a command line interface and ims to be
|
||||||
"
|
uncomplicated and easy to use."
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
|
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
|
||||||
|
|
Loading…
Reference in a new issue