projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c3d9c2
)
Fix exec permission on /etc/init.d/S60nfsd
author
Nicolas Thill
<nico@openwrt.org>
Fri, 12 Aug 2005 14:32:02 +0000
(14:32 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 12 Aug 2005 14:32:02 +0000
(14:32 +0000)
SVN-Revision: 1612
openwrt/package/nfs-server/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/nfs-server/Makefile
b/openwrt/package/nfs-server/Makefile
index 29b6f08ba5d7e0111c303edb4bc6e4971f084415..32bad9b82a7b66124da59dd7592ca43dbe3e2d24 100644
(file)
--- 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 -m0
644
./files/nfsd.init $(IDIR_NFS_SERVER)/etc/init.d/S60nfsd
+ install -m0
755
./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)