From cf6893c0ab51e0f17444c2c0c4274c5123558b1a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 Jul 2011 21:28:46 +0200 Subject: [PATCH] ufs: fix restart in openrc service, respect 80 chars in long_desc. --- srcpkgs/ufw/files/ufw.rc | 2 +- srcpkgs/ufw/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ufw/files/ufw.rc b/srcpkgs/ufw/files/ufw.rc index 1227fd676d..e70ea92107 100644 --- a/srcpkgs/ufw/files/ufw.rc +++ b/srcpkgs/ufw/files/ufw.rc @@ -18,6 +18,6 @@ stop() { restart() { ebegin "Restarting ufw" - /lib/ufw/ufw-init retart + /lib/ufw/ufw-init restart eend $? } diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template index 9ec023adae..df4a38784a 100644 --- a/srcpkgs/ufw/template +++ b/srcpkgs/ufw/template @@ -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"