diff --git a/src/etc/Makefile b/src/etc/Makefile index 3a600904..740b35fb 100644 --- a/src/etc/Makefile +++ b/src/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/src/etc/etc.alpha/fbtab b/src/etc/etc.alpha/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.amiga/fbtab b/src/etc/etc.amiga/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.arc/fbtab b/src/etc/etc.arc/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.arm32/fbtab b/src/etc/etc.arm32/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.atari/fbtab b/src/etc/etc.atari/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.hp300/fbtab b/src/etc/etc.hp300/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.i386/fbtab b/src/etc/etc.i386/fbtab new file mode 100644 index 00000000..f8580a51 --- /dev/null +++ b/src/etc/etc.i386/fbtab @@ -0,0 +1 @@ +/dev/ttyv0 0600 /dev/console diff --git a/src/etc/etc.mac68k/fbtab b/src/etc/etc.mac68k/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.mvme68k/fbtab b/src/etc/etc.mvme68k/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.pc532/fbtab b/src/etc/etc.pc532/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.pica/fbtab b/src/etc/etc.pica/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.pmax/fbtab b/src/etc/etc.pmax/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.sparc/fbtab b/src/etc/etc.sparc/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.sun3/fbtab b/src/etc/etc.sun3/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.svr4/fbtab b/src/etc/etc.svr4/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.vax/fbtab b/src/etc/etc.vax/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/etc.x68k/fbtab b/src/etc/etc.x68k/fbtab new file mode 100644 index 00000000..e69de29b diff --git a/src/etc/fbtab.head b/src/etc/fbtab.head new file mode 100644 index 00000000..27050fed --- /dev/null +++ b/src/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/src/etc/fbtab.tail b/src/etc/fbtab.tail new file mode 100644 index 00000000..40915340 --- /dev/null +++ b/src/etc/fbtab.tail @@ -0,0 +1,2 @@ +# samples +#/dev/ttyv0 0600 /dev/fd0