diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-31 18:43:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-31 18:43:34 +0100 |
commit | 53b2ff052e3a164154d4ee17f189b213e4600ecb (patch) | |
tree | 876b66d8afcdb3e83ec5f4cac90721c32fabcd07 /package/rpcbind/files/rpcbind.postinst | |
parent | 69f8e5c7f61a46b79a3a75036d8cfe86830023c1 (diff) |
fix nfs server stuff
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.
Diffstat (limited to 'package/rpcbind/files/rpcbind.postinst')
-rw-r--r-- | package/rpcbind/files/rpcbind.postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/rpcbind/files/rpcbind.postinst b/package/rpcbind/files/rpcbind.postinst new file mode 100644 index 000000000..7d26be995 --- /dev/null +++ b/package/rpcbind/files/rpcbind.postinst @@ -0,0 +1,5 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf rpcbind +add_service rpcbind 111/tcp +add_service rpcbind 111/udp |