summaryrefslogtreecommitdiff
path: root/package/nfs-utils/files
AgeCommit message (Collapse)Author
2014-05-18move cifs/nfs startup script back to base-filesWaldemar Brodkorb
2014-05-10rework nfs-utils packageWaldemar Brodkorb
2014-05-10add missing filesWaldemar Brodkorb
2014-05-10finetune packageWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04rename init scripts so their basename matches their enabler variableThorsten Glaser
2014-05-04automatic dæmonising of servicesThorsten Glaser
2013-08-13update libtirpc to latest upstream, fix dependency for nfs-utilsWaldemar Brodkorb
2012-02-29use nfsnobody for user/groupWaldemar Brodkorb
2012-02-29update to latest stable version, finetune exports exampleWaldemar Brodkorb
2011-03-01fix startup scripts, when variable is not set in /etc/rc.confWaldemar Brodkorb
2011-02-16add client startup script, when using nfs4Waldemar Brodkorb
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-01-27fix startup scripts, nfsd is not killable (kernel thread)Waldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
2010-01-31fix nfs server stuffWaldemar Brodkorb
If you need ipv6, you should choose TIRPC flavour. This will install rpcbind, which is similar to portmap. For ipv4 only you can just use nfs-utils without TIRPC and portmap will be installed. Fix some kernel module dependencies. Add a new package rpcbind.
2009-12-01use pkill for startup scriptsWaldemar Brodkorb
- seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-17Initial importwbx