From: nico Date: Fri, 12 Aug 2005 14:32:02 +0000 (+0000) Subject: Fix exec permission on /etc/init.d/S60nfsd X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=c594045a0d73b85737a4753a9bffa79ea790342b;p=openwrt-10.03%2F.git Fix exec permission on /etc/init.d/S60nfsd git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1612 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/nfs-server/Makefile b/package/nfs-server/Makefile index 29b6f08ba..32bad9b82 100644 --- a/package/nfs-server/Makefile +++ b/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)