diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-12 14:32:02 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-12 14:32:02 +0000 |
commit | 9cd1d2565e83ded77a7755844bb0f152405736be (patch) | |
tree | da572a0a6f4052e030ab94bca77b34dd6b829461 /openwrt | |
parent | ec6b42c03362880320fdf6b9bb53ae9877813ed7 (diff) |
Fix exec permission on /etc/init.d/S60nfsd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1612 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/nfs-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/nfs-server/Makefile b/openwrt/package/nfs-server/Makefile index 29b6f08ba5..32bad9b82a 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) |