Browse Source

provide sample /etc/ccd.conf; idea from graichen@axp5.physik.fu-berlin.de

OPENBSD_2_0
deraadt 28 years ago
parent
commit
b73f5ab51d
2 changed files with 11 additions and 6 deletions
  1. +6
    -6
      src/etc/Makefile
  2. +5
    -0
      src/etc/ccd.conf

+ 6
- 6
src/etc/Makefile View File

@ -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--


+ 5
- 0
src/etc/ccd.conf View File

@ -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

Loading…
Cancel
Save