summaryrefslogtreecommitdiff
path: root/etc/chio.conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-03 19:33:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-03 19:33:36 +0000
commitcacfa89e405b7ae6a43ad7e89e27f80d92f5d5fe (patch)
tree251a3878cef6f257f9ca797f9ada3ce6107ee7b8 /etc/chio.conf
parent234d3596a3dc18f5c939dba515ee64cd81a0394e (diff)
do chio.conf install from right place
Diffstat (limited to 'etc/chio.conf')
-rw-r--r--etc/chio.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/chio.conf b/etc/chio.conf
new file mode 100644
index 00000000000..bcd8e110bb4
--- /dev/null
+++ b/etc/chio.conf
@@ -0,0 +1,11 @@
+# $OpenBSD: chio.conf,v 1.1 2006/06/03 19:33:35 deraadt Exp $
+# Configuration file for chio(8).
+# Each stanza configures a changer, to enumerate the st(4) devices
+# corresponding to each ch(4) drive. This file is only required
+# if you need a non-default behavior. See chio(8) for details.
+#
+# Example: tell chio that drive 0 corresponds to rst3 and drive 1 to rst2
+# changer ch0 {
+# drive rst3
+# drive rst2
+# }