diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-24 20:52:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-24 20:52:23 +0000 |
commit | 1b9cbf4f53a6174874287be814f6297e98e93a84 (patch) | |
tree | 5aa77b4cf3807fd3fbb516b06f3c473bc9a177a3 | |
parent | 247ebac8ed3803951ff2400571e714eaf033e541 (diff) |
provide sample /etc/ccd.conf; idea from graichen@axp5.physik.fu-berlin.de
-rw-r--r-- | etc/Makefile | 12 | ||||
-rw-r--r-- | etc/ccd.conf | 5 |
2 files changed, 11 insertions, 6 deletions
diff --git a/etc/Makefile b/etc/Makefile index 26fc165ae32..1b5a814cb72 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 1996/08/16 22:05:36 michaels Exp $ +# $OpenBSD: Makefile,v 1.24 1996/08/24 20:52:22 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -13,11 +13,11 @@ NOOBJ= oobj # -rw-r--r-- BINOWN= root BINGRP= wheel -BIN1= aliases bootptab changelist csh.cshrc csh.login csh.logout daily \ - dm.conf ftpusers ftpchroot gettytab group hosts hosts.equiv hosts.lpd \ - ifaliases inetd.conf ksh.kshrc man.conf monthly motd myname netstart \ - newsyslog.conf phones printcap protocols rc rc.local remote rpc \ - security services shells syslog.conf weekly \ +BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ + daily dm.conf ftpusers ftpchroot gettytab group hosts hosts.equiv \ + hosts.lpd ifaliases inetd.conf ksh.kshrc man.conf monthly motd \ + myname netstart newsyslog.conf phones printcap protocols rc \ + rc.local remote rpc security services shells syslog.conf weekly \ etc.${MACHINE}/disktab # -rw-rw-r-- diff --git a/etc/ccd.conf b/etc/ccd.conf new file mode 100644 index 00000000000..8e84e4b56f6 --- /dev/null +++ b/etc/ccd.conf @@ -0,0 +1,5 @@ +# $OpenBSD: ccd.conf,v 1.1 1996/08/24 20:52:22 deraadt Exp $ +# Configuration file for concatenated disk devices +# +# ccd ileave flags component devices +#ccd0 16 none /dev/sd2e /dev/sd3e |