From 0ccde6508f7ba3c94caafd8ee013cbbf6bee4c2b Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Thu, 28 May 2015 14:02:34 +1000 Subject: utils: Add diagnostic script Add a simple script to gather up useful information in the unlikely event a user runs into trouble. Usage: pb-sos [-v] [-f file] [-d user@host:/path] Options -v verbose output -f file Supply filename for tar archive (default pb-sos.tar) -d host Supply user, hostname, and path to transfer archive to a remote host Signed-off-by: Samuel Mendoza-Jonas --- utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index 403f46d..f1b852e 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -12,7 +12,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -dist_sbin_SCRIPTS += utils/pb-udhcpc utils/pb-plugin +dist_sbin_SCRIPTS += utils/pb-udhcpc utils/pb-plugin utils/pb-sos dist_pkglibexec_SCRIPTS = utils/pb-console sbin_PROGRAMS += utils/pb-event utils/pb-config -- cgit v1.2.1