From 8aa25feed129e510f90f7382b1a0350b87558ef9 Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Wed, 15 Mar 2006 12:27:39 +0000 Subject: [PATCH] rename/fix pptpd init script SVN-Revision: 3376 --- openwrt/package/pptpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/pptpd/Makefile b/openwrt/package/pptpd/Makefile index a115bd511f..0adcfe2639 100644 --- a/openwrt/package/pptpd/Makefile +++ b/openwrt/package/pptpd/Makefile @@ -59,7 +59,7 @@ $(IPKG_PPTPD): install -d -m0755 $(IDIR_PPTPD)/etc install -m0644 ./files/pptpd.conf $(IDIR_PPTPD)/etc/ install -d -m0755 $(IDIR_PPTPD)/etc/init.d - install -m0755 ./files/pptpd.init $(IDIR_PPTPD)/etc/init.d/pptpd + install -m0755 ./files/pptpd.init $(IDIR_PPTPD)/etc/init.d/S50pptpd install -d -m0755 $(IDIR_PPTPD)/etc/ppp install -m0644 ./files/options.pptpd $(IDIR_PPTPD)/etc/ppp/ install -d -m0755 $(IDIR_PPTPD)/usr/sbin -- 2.30.2