Browse Source

generate fbtab for each architecture

OPENBSD_2_0
deraadt 28 years ago
parent
commit
0316d3307d
20 changed files with 12 additions and 1 deletions
  1. +5
    -1
      src/etc/Makefile
  2. +0
    -0
      src/etc/etc.alpha/fbtab
  3. +0
    -0
      src/etc/etc.amiga/fbtab
  4. +0
    -0
      src/etc/etc.arc/fbtab
  5. +0
    -0
      src/etc/etc.arm32/fbtab
  6. +0
    -0
      src/etc/etc.atari/fbtab
  7. +0
    -0
      src/etc/etc.hp300/fbtab
  8. +1
    -0
      src/etc/etc.i386/fbtab
  9. +0
    -0
      src/etc/etc.mac68k/fbtab
  10. +0
    -0
      src/etc/etc.mvme68k/fbtab
  11. +0
    -0
      src/etc/etc.pc532/fbtab
  12. +0
    -0
      src/etc/etc.pica/fbtab
  13. +0
    -0
      src/etc/etc.pmax/fbtab
  14. +0
    -0
      src/etc/etc.sparc/fbtab
  15. +0
    -0
      src/etc/etc.sun3/fbtab
  16. +0
    -0
      src/etc/etc.svr4/fbtab
  17. +0
    -0
      src/etc/etc.vax/fbtab
  18. +0
    -0
      src/etc/etc.x68k/fbtab
  19. +4
    -0
      src/etc/fbtab.head
  20. +2
    -0
      src/etc/fbtab.tail

+ 5
- 1
src/etc/Makefile View File

@ -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 TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific LOCALTIME= US/Pacific
@ -42,6 +42,10 @@ distribution: distrib-dirs
chown ${BINOWN} ${DESTDIR}/etc/ttys && \ chown ${BINOWN} ${DESTDIR}/etc/ttys && \
chgrp ${BINOWN} ${DESTDIR}/etc/ttys && \ chgrp ${BINOWN} ${DESTDIR}/etc/ttys && \
chmod 644 ${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 ${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 crontab ${DESTDIR}/var/cron/tabs/root
install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc


+ 0
- 0
src/etc/etc.alpha/fbtab View File


+ 0
- 0
src/etc/etc.amiga/fbtab View File


+ 0
- 0
src/etc/etc.arc/fbtab View File


+ 0
- 0
src/etc/etc.arm32/fbtab View File


+ 0
- 0
src/etc/etc.atari/fbtab View File


+ 0
- 0
src/etc/etc.hp300/fbtab View File


+ 1
- 0
src/etc/etc.i386/fbtab View File

@ -0,0 +1 @@
/dev/ttyv0 0600 /dev/console

+ 0
- 0
src/etc/etc.mac68k/fbtab View File


+ 0
- 0
src/etc/etc.mvme68k/fbtab View File


+ 0
- 0
src/etc/etc.pc532/fbtab View File


+ 0
- 0
src/etc/etc.pica/fbtab View File


+ 0
- 0
src/etc/etc.pmax/fbtab View File


+ 0
- 0
src/etc/etc.sparc/fbtab View File


+ 0
- 0
src/etc/etc.sun3/fbtab View File


+ 0
- 0
src/etc/etc.svr4/fbtab View File


+ 0
- 0
src/etc/etc.vax/fbtab View File


+ 0
- 0
src/etc/etc.x68k/fbtab View File


+ 4
- 0
src/etc/fbtab.head View File

@ -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]:...

+ 2
- 0
src/etc/fbtab.tail View File

@ -0,0 +1,2 @@
# samples
#/dev/ttyv0 0600 /dev/fd0

Loading…
Cancel
Save