summaryrefslogtreecommitdiff
path: root/packages/nfs-utils/files/nfsserver
AgeCommit message (Collapse)AuthorFiles
2007-08-28nfs-utils: start/stop also statd so clients will be able to do locking ↵Marcin Juszkiewicz1
(Taken from Poky -r2578) - close #2799
2007-08-28nfs-utils: do not check for nfsd kernel module as it can be built-in into ↵Marcin Juszkiewicz1
kernel. (Taken from Poky - r1395)
2007-03-22nfs-utils: give file with exports for mountd to get it working (from Poky)Marcin Juszkiewicz1
- mountd should read /etc/exports by default but it did not
2006-01-20nfs-utils: Add missing test in initscriptOyvind Repvik1
2005-07-10Working, tested, nfs-utils. This now pulls in all the dependencies onJohn Bowler1
ipkg install and has a working startup script.
2005-07-10This is a sufficient startup script to get a disk-full nfs server working.John Bowler1
On a flash based server or any (user) configuration where /var is in tmpfs or ramfs (so is not populated on boot) the script will not work because it must create the /var/lib/nfs directory and contents. Consequently at present the script is not in the build.