]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/nfs-common.bugscript
Fix reportbug scripts to use rpcinfo in /usr/sbin.
[nfs-utils.git] / debian / nfs-common.bugscript
1 #!/bin/sh
2 set -e
3
4 echo '-- rpcinfo --' >&3
5 /usr/sbin/rpcinfo -p >&3
6
7 echo '-- /etc/default/nfs-common --' >&3
8 cat /etc/default/nfs-common|grep -v -e '^\#' -e '^$' >&3
9
10 echo '-- /etc/idmapd.conf --' >&3
11 cat /etc/idmapd.conf|grep -v -e '^\#' -e '^$' >&3
12
13 echo '-- /etc/fstab --' >&3
14 cat /etc/fstab|grep nfs >&3
15
16 echo '-- /proc/mounts --' >&3
17 cat /proc/mounts|grep nfs >&3