1#!/bin/sh 2 3if [ -f /etc/kyua/kyua.conf ]; then 4 sed -i .bak -E \ 5 -e 's,test_suites.FreeBSD.(cam|disks),-- &,' \ 6 /etc/kyua/kyua.conf 7fi 8 9