Page MenuHomeFreeBSD

D24267.id70130.diff
No OneTemporary

D24267.id70130.diff

Index: usr.bin/kyua/Makefile
===================================================================
--- usr.bin/kyua/Makefile
+++ usr.bin/kyua/Makefile
@@ -30,8 +30,9 @@
FILESGROUPS= DOCS EXAMPLES MISC STORE
-CONFS= kyua.conf
+CONFS= kyua.conf-default
CONFSDIR= ${KYUA_CONFDIR}
+CONFSNAME= kyua.conf
DOCS= AUTHORS CONTRIBUTORS LICENSE
DOCSDIR= ${KYUA_DOCDIR}
Index: usr.bin/kyua/kyua.conf-default
===================================================================
--- /dev/null
+++ usr.bin/kyua/kyua.conf-default
@@ -0,0 +1,14 @@
+-- $FreeBSD$
+--
+-- System-wide configuration file for kyua(1). See kyua.conf(5) for details
+-- on the syntax.
+--
+
+syntax(2)
+
+-- User to drop privileges to when invoking kyua(1) as root and a test case
+-- requests to be run with non-root permissions.
+unprivileged_user = 'tests'
+
+-- An example to set a configuration property specific to FreeBSD.
+--test_suites.FreeBSD.fstype = 'ffs'

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 27, 1:22 AM (7 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37269073
Default Alt Text
D24267.id70130.diff (939 B)

Event Timeline