diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-09-27 14:14:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-09-27 14:14:09 +0000 |
commit | 6b575bcb0ea72dbad36330f7c18420054003e7fc (patch) | |
tree | 5f3d01ffc3061f07f51a9a4bebbfc015fa94769d /package/ppp/Makefile | |
parent | b3d3e5d75268ed32b940af9331da147eedb53e9a (diff) | |
download | upstream-6b575bcb0ea72dbad36330f7c18420054003e7fc.tar.gz upstream-6b575bcb0ea72dbad36330f7c18420054003e7fc.tar.bz2 upstream-6b575bcb0ea72dbad36330f7c18420054003e7fc.zip |
ppp: quote positional parameters when calling up/down scripts (closes: #5622)
SVN-Revision: 17763
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 5dd58911c3..919e105bbb 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ppp PKG_VERSION:=2.4.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |