From: Luk Claes Date: Sun, 12 May 2013 13:40:34 +0000 (+0200) Subject: Fix reportbug scripts to use rpcinfo in /usr/sbin. X-Git-Tag: debian/1%1.2.8-3~7 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=7f812825197bfa8749a6569144ae1e67cacbaf0d;hp=13097f5c8725ea2ce442dd44c974ff17d83ec197 Fix reportbug scripts to use rpcinfo in /usr/sbin. --- diff --git a/debian/changelog b/debian/changelog index 1839b77..6a6127f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nfs-utils (1:1.2.8-2) UNRELEASED; urgency=low + + * Fix reportbug scripts to use rpcinfo in /usr/sbin. + + -- Luk Claes Sun, 12 May 2013 15:38:54 +0200 + nfs-utils (1:1.2.8-1) unstable; urgency=low * New upstream version (Closes: #707258). diff --git a/debian/nfs-common.bugscript b/debian/nfs-common.bugscript index c50ec65..7e6a73a 100644 --- a/debian/nfs-common.bugscript +++ b/debian/nfs-common.bugscript @@ -2,7 +2,7 @@ set -e echo '-- rpcinfo --' >&3 -rpcinfo -p >&3 +/usr/sbin/rpcinfo -p >&3 echo '-- /etc/default/nfs-common --' >&3 cat /etc/default/nfs-common|grep -v -e '^\#' -e '^$' >&3