diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-08-12 14:32:02 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-08-12 14:32:02 +0000 |
| commit | b36624d5e28e50c3aff7a45eaa9be64aaab7e148 (patch) | |
| tree | 5e07c828f96946052ce4a21a3f0c2b15e925af54 | |
| parent | 74e0667343ad15a4d7d47c002f7002c4d0e6481d (diff) | |
| download | upstream-b36624d5e28e50c3aff7a45eaa9be64aaab7e148.tar.gz upstream-b36624d5e28e50c3aff7a45eaa9be64aaab7e148.tar.bz2 upstream-b36624d5e28e50c3aff7a45eaa9be64aaab7e148.zip | |
Fix exec permission on /etc/init.d/S60nfsd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1612 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/nfs-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nfs-server/Makefile b/package/nfs-server/Makefile index 29b6f08ba5d..32bad9b82a7 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) |
