From 14956bfb3bb29a72795fe24a2fc52b11f06e1e20 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 15 Nov 2011 23:40:39 +0000 Subject: [PATCH] package/ppp: fix typo in r28868 (closes: #10429) SVN-Revision: 29165 --- package/ppp/Makefile | 2 +- package/ppp/files/ppp.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 0c40090f12..e41e87730c 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.5 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ diff --git a/package/ppp/files/ppp.sh b/package/ppp/files/ppp.sh index 77f5b0e41d..e26749ebc5 100644 --- a/package/ppp/files/ppp.sh +++ b/package/ppp/files/ppp.sh @@ -33,7 +33,7 @@ start_pppd() { # make sure only one pppd process is started lock "/var/lock/ppp-${link}" SERVICE_PID_FILE="/var/run/ppp-${link}.pid" \ - service_check /usr/sbin/ppd && { + service_check /usr/sbin/pppd && { lock -u "/var/lock/ppp-${link}" return 0 } -- 2.30.2