From 108b75b30be6c9fe9c5b708d73e97c58cf284a61 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 12 Aug 2005 14:32:02 +0000 Subject: [PATCH] Fix exec permission on /etc/init.d/S60nfsd SVN-Revision: 1612 --- openwrt/package/nfs-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)