From 18feb2356be66a6c1a4f76b24f073cce4b20f3e2 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 18 Jan 2018 20:14:38 +0100 Subject: [TIME-3170] Chrony NetBSD support --- include/tests_time | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/tests_time b/include/tests_time index af2d1735..df35f0da 100644 --- a/include/tests_time +++ b/include/tests_time @@ -470,7 +470,9 @@ # Group owner should have only read access # Other should preferably have no access, or read-only at max - FILE_ARRAY="/etc/chrony.conf /etc/inet/ntp.conf /etc/ntp.conf /usr/local/etc/ntp.conf" + FILE_ARRAY="${ROOTDIR}etc/chrony.conf ${ROOTDIR}usr/pkg/etc/chrony.conf \ + ${ROOTDIR}etc/inet/ntp.conf ${ROOTDIR}etc/ntp.conf ${ROOTDIR}usr/local/etc/ntp.conf" + Register --test-no TIME-3170 --weight L --network NO --category security --description "Check configuration files" if [ ${SKIPTEST} -eq 0 ]; then for FILE in ${FILE_ARRAY}; do -- cgit v1.2.3