From 6fea8615e95394bb012c73558029b6c641df7480 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 4 Jun 2010 00:39:14 +0000 Subject: [PATCH 1/1] [packages] babel: fix typo in initscript, bump release number SVN-Revision: 21667 --- net/babel/Makefile | 2 +- net/babel/files/babeld.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/babel/Makefile b/net/babel/Makefile index c83a6b329c..b99e3d947d 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld PKG_VERSION:=1.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/ diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index dfcf700985..c938248e92 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -20,7 +20,7 @@ append_ifname() { local switch="$3" local _name config_get _name "$section" "$option" - [ -z "$name" ] && return 0 + [ -z "$_name" ] && return 0 local _uciname=`uci get -q -P /var/state network.$_name.ifname` append args "$switch ${_uciname:-$_name}" } -- 2.30.2