Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168034938
D24267.id70130.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
939 B
Referenced Files
None
Subscribers
None
D24267.id70130.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D24267: Install a kyua.conf based on the one in devel/kyua.
Attached
Detach File
Event Timeline
Log In to Comment