From 5c935426bd0c5007ea0e523c1db3be449ecb0b6f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 7 Jan 2014 14:28:21 +1300 Subject: [PATCH] add .fns files to work around missing ACL support --- SerNet-NetBSD5.fns | 19 +++++++++++++++++++ kilkenny.fns | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 SerNet-NetBSD5.fns create mode 100644 kilkenny.fns diff --git a/SerNet-NetBSD5.fns b/SerNet-NetBSD5.fns new file mode 100644 index 00000000..91c958f9 --- /dev/null +++ b/SerNet-NetBSD5.fns @@ -0,0 +1,19 @@ +per_run_hook + +global_lock + +compilers="gcc" + +for compiler in $compilers; do + + . common.fns + + export config="--without-acl-support" + test_tree samba_4_0_test . $compiler + export config="" + + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler +done + +global_unlock diff --git a/kilkenny.fns b/kilkenny.fns new file mode 100644 index 00000000..91c958f9 --- /dev/null +++ b/kilkenny.fns @@ -0,0 +1,19 @@ +per_run_hook + +global_lock + +compilers="gcc" + +for compiler in $compilers; do + + . common.fns + + export config="--without-acl-support" + test_tree samba_4_0_test . $compiler + export config="" + + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler +done + +global_unlock -- 2.34.1