diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 6 | ||||
-rw-r--r-- | etc/etc.alpha/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.amiga/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.arc/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.arm32/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.atari/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.hp300/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.i386/fbtab | 1 | ||||
-rw-r--r-- | etc/etc.mac68k/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.mvme68k/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.pc532/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.pica/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.pmax/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.sparc/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.sun3/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.svr4/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.vax/fbtab | 0 | ||||
-rw-r--r-- | etc/etc.x68k/fbtab | 0 | ||||
-rw-r--r-- | etc/fbtab.head | 4 | ||||
-rw-r--r-- | etc/fbtab.tail | 2 |
20 files changed, 12 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 3a600904485..740b35fb11c 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 1996/07/28 09:00:45 deraadt Exp $ +# $OpenBSD: Makefile,v 1.19 1996/07/31 12:29:16 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -42,6 +42,10 @@ distribution: distrib-dirs chown ${BINOWN} ${DESTDIR}/etc/ttys && \ chgrp ${BINOWN} ${DESTDIR}/etc/ttys && \ chmod 644 ${DESTDIR}/etc/ttys + cat fbtab.head etc.${MACHINE}/fbtab fbtab.tail > ${DESTDIR}/etc/fbtab && \ + chown ${BINOWN} ${DESTDIR}/etc/fbtab && \ + chgrp ${BINOWN} ${DESTDIR}/etc/fbtab && \ + chmod 644 ${DESTDIR}/etc/fbtab install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc diff --git a/etc/etc.alpha/fbtab b/etc/etc.alpha/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.alpha/fbtab diff --git a/etc/etc.amiga/fbtab b/etc/etc.amiga/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.amiga/fbtab diff --git a/etc/etc.arc/fbtab b/etc/etc.arc/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.arc/fbtab diff --git a/etc/etc.arm32/fbtab b/etc/etc.arm32/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.arm32/fbtab diff --git a/etc/etc.atari/fbtab b/etc/etc.atari/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.atari/fbtab diff --git a/etc/etc.hp300/fbtab b/etc/etc.hp300/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.hp300/fbtab diff --git a/etc/etc.i386/fbtab b/etc/etc.i386/fbtab new file mode 100644 index 00000000000..f8580a513b8 --- /dev/null +++ b/etc/etc.i386/fbtab @@ -0,0 +1 @@ +/dev/ttyv0 0600 /dev/console diff --git a/etc/etc.mac68k/fbtab b/etc/etc.mac68k/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.mac68k/fbtab diff --git a/etc/etc.mvme68k/fbtab b/etc/etc.mvme68k/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.mvme68k/fbtab diff --git a/etc/etc.pc532/fbtab b/etc/etc.pc532/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.pc532/fbtab diff --git a/etc/etc.pica/fbtab b/etc/etc.pica/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.pica/fbtab diff --git a/etc/etc.pmax/fbtab b/etc/etc.pmax/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.pmax/fbtab diff --git a/etc/etc.sparc/fbtab b/etc/etc.sparc/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.sparc/fbtab diff --git a/etc/etc.sun3/fbtab b/etc/etc.sun3/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.sun3/fbtab diff --git a/etc/etc.svr4/fbtab b/etc/etc.svr4/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.svr4/fbtab diff --git a/etc/etc.vax/fbtab b/etc/etc.vax/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.vax/fbtab diff --git a/etc/etc.x68k/fbtab b/etc/etc.x68k/fbtab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/etc/etc.x68k/fbtab diff --git a/etc/fbtab.head b/etc/fbtab.head new file mode 100644 index 00000000000..27050fed6d7 --- /dev/null +++ b/etc/fbtab.head @@ -0,0 +1,4 @@ +# $OpenBSD: fbtab.head,v 1.1 1996/07/31 12:29:17 deraadt Exp $ +# login(1) reads this file to determine which devices should be owned to +# the new user. Format is: +# login-tty perm device:[device]:... diff --git a/etc/fbtab.tail b/etc/fbtab.tail new file mode 100644 index 00000000000..4091534072f --- /dev/null +++ b/etc/fbtab.tail @@ -0,0 +1,2 @@ +# samples +#/dev/ttyv0 0600 /dev/fd0 |