From 238511d2776636f54d2302f76ad021a13abdabb2 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 2 Nov 2009 14:08:08 -0800 Subject: [PATCH 1/3] Add missing sys/dktp/*.h headers to package. --- lib/libspl/include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libspl/include/Makefile.am b/lib/libspl/include/Makefile.am index 85f8d466de..b47fad2395 100644 --- a/lib/libspl/include/Makefile.am +++ b/lib/libspl/include/Makefile.am @@ -3,5 +3,6 @@ nobase_pkginclude_HEADERS += ia32/sys/*.h nobase_pkginclude_HEADERS += rpc/*.h nobase_pkginclude_HEADERS += sys/*.h nobase_pkginclude_HEADERS += sys/fm/*.h +nobase_pkginclude_HEADERS += sys/dktp/*.h nobase_pkginclude_HEADERS += sys/sysevent/*.h nobase_pkginclude_HEADERS += tsol/*.h From 31a5ad7c9d0787ae15820a909532af29645c257d Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 2 Nov 2009 14:09:23 -0800 Subject: [PATCH 2/3] Add missing zconfig.sh test script to package. --- scripts/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c8cf54d2fd..a1dfc3871e 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,5 +1,6 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@ nobase_pkglibexec_SCRIPTS = common.sh +nobase_pkglibexec_SCRIPTS += zconfig.sh nobase_pkglibexec_SCRIPTS += zfs.sh nobase_pkglibexec_SCRIPTS += zpool-create.sh nobase_pkglibexec_SCRIPTS += zpool-config/* From 15098d4fd15c1e396f5a8d7d1ec414ffcfcb0287 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 2 Nov 2009 14:10:46 -0800 Subject: [PATCH 3/3] Add missing os-sanity.sh test script to package. --- scripts/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 0e9245a407..33b4dc777d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -4,6 +4,7 @@ nobase_pkglibexec_SCRIPTS += zfs.sh nobase_pkglibexec_SCRIPTS += zpool-create.sh nobase_pkglibexec_SCRIPTS += zpool-config/* nobase_pkglibexec_SCRIPTS += zpios.sh +nobase_pkglibexec_SCRIPTS += zpios-sanity.sh nobase_pkglibexec_SCRIPTS += zpios-survey.sh nobase_pkglibexec_SCRIPTS += zpios-test/* nobase_pkglibexec_SCRIPTS += zpios-profile/*