Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 1994 11:50:19 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-etc
Subject:   cvs commit: src/etc/etc.i386 MAKEDEV
Message-ID:  <199412061950.LAA13191@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
bde         94/12/06 11:50:18

  Modified:    etc/etc.i386 MAKEDEV
  Log:
  Name the serial ports tty* and cua* in comments.  ttyd* and cuaa* don't
  match all the port names.
  
  Start using shell functions to avoid duplication.
  
  Make tty* independent of cua*.  Restore support for old names (tty0 ==
  ttyd0, cua0 = cuaa0...).
  
  Restore making of lpt1 and lpt2 by default.
  
  Keep umask 077 for making vty*.  World-ioctable vtys are huge security holes
  because of bugs in syscons.
  
  Make vga if a vty is made.  It may still be required for X.  It got nuked
  with pc*.
  
  Start using umask consistently to avoid using chmod.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199412061950.LAA13191>