projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa7808
)
rename/fix pptpd init script
author
Oliver Ertl
<oliver@ertl-net.net>
Wed, 15 Mar 2006 12:27:39 +0000
(12:27 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Wed, 15 Mar 2006 12:27:39 +0000
(12:27 +0000)
SVN-Revision: 3376
openwrt/package/pptpd/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/pptpd/Makefile
b/openwrt/package/pptpd/Makefile
index a115bd511fb9c17149049780ac1bf77862075150..0adcfe2639733a05bdc97736170c1b21d49ffa7d 100644
(file)
--- 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/
S50
pptpd
install -d -m0755 $(IDIR_PPTPD)/etc/ppp
install -m0644 ./files/options.pptpd $(IDIR_PPTPD)/etc/ppp/
install -d -m0755 $(IDIR_PPTPD)/usr/sbin