BSD 4_3 release
[unix-history] / usr / src / etc / getty / init.c
index 32a5865..803a333 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)init.c     4.4 (Berkeley) 83/07/09";
-#endif
+static char sccsid[] = "@(#)init.c     5.2 (Berkeley) 1/7/86";
+#endif not lint
 
 /*
  * Getty table initializations.
 
 /*
  * Getty table initializations.
@@ -80,5 +86,7 @@ struct        gettyflags gettyflags[] = {
        { "ps", 0 },                    /* do port selector speed select */
        { "hc", 1 },                    /* don't set hangup on close */
        { "ub", 0 },                    /* unbuffered output */
        { "ps", 0 },                    /* do port selector speed select */
        { "hc", 1 },                    /* don't set hangup on close */
        { "ub", 0 },                    /* unbuffered output */
+       { "ab", 0 },                    /* auto-baud detect with '\r' */
+       { "dx", 0 },                    /* set decctlq */
        { 0 }
 };
        { 0 }
 };