fix svn patch breakage in glib
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / openwrt / ipkg / kmod-nfs / CONTROL / postinst
1 #!/bin/sh
2 cat << EOF
3
4
5 Using the nfs modules:
6 insmod sunrpc
7 insmod lockd
8 insmod nfs
9 mount server:/mnt /mnt -o nolock
10
11 If you do not specify nolock the mount process will hang
12 until rpciod is killed. (killall -9 rpciod)
13
14 - press enter -
15 EOF
16 read