[BACK]Return to chio.conf CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / Attic / chio.conf (download)

Revision 1.3, Thu Nov 1 19:41:50 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.2: +3 -3 lines

chio(1), not chio(8);

# $OpenBSD: chio.conf,v 1.3 2007/11/01 19:41:50 jmc Exp $
# Configuration file for chio(1).
# 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(1) for details.
#
# Example: tell chio that drive 0 corresponds to rst3 and drive 1 to rst2
# changer ch0 {
# 	drive rst3
# 	drive rst2
# }