From 7f812825197bfa8749a6569144ae1e67cacbaf0d Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sun, 12 May 2013 15:40:34 +0200 Subject: [PATCH 1/1] Fix reportbug scripts to use rpcinfo in /usr/sbin. --- debian/changelog | 6 ++++++ debian/nfs-common.bugscript | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2