summaryrefslogtreecommitdiff
path: root/openwrt/package/nfs-server
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-12 14:32:02 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-12 14:32:02 +0000
commit108b75b30be6c9fe9c5b708d73e97c58cf284a61 (patch)
treeda572a0a6f4052e030ab94bca77b34dd6b829461 /openwrt/package/nfs-server
parent6c3d9c2ca8ef0dfb084b82915f772d450952dbff (diff)
downloadmtk-20170518-108b75b30be6c9fe9c5b708d73e97c58cf284a61.zip
mtk-20170518-108b75b30be6c9fe9c5b708d73e97c58cf284a61.tar.gz
mtk-20170518-108b75b30be6c9fe9c5b708d73e97c58cf284a61.tar.bz2
Fix exec permission on /etc/init.d/S60nfsd
SVN-Revision: 1612
Diffstat (limited to 'openwrt/package/nfs-server')
-rw-r--r--openwrt/package/nfs-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/nfs-server/Makefile b/openwrt/package/nfs-server/Makefile
index 29b6f08..32bad9b 100644
--- a/openwrt/package/nfs-server/Makefile
+++ b/openwrt/package/nfs-server/Makefile
@@ -55,7 +55,7 @@ $(IPKG_NFS_SERVER):
install -d -m0755 $(IDIR_NFS_SERVER)/etc
install -m0644 ./files/nfsd.exports $(IDIR_NFS_SERVER)/etc/exports
install -d -m0755 $(IDIR_NFS_SERVER)/etc/init.d
- install -m0644 ./files/nfsd.init $(IDIR_NFS_SERVER)/etc/init.d/S60nfsd
+ install -m0755 ./files/nfsd.init $(IDIR_NFS_SERVER)/etc/init.d/S60nfsd
install -d -m0755 $(IDIR_NFS_SERVER)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/rpc.* $(IDIR_NFS_SERVER)/usr/sbin/
$(RSTRIP) $(IDIR_NFS_SERVER)