summaryrefslogtreecommitdiff
path: root/packages/nfs-utils/files/nfsserver
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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.