aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1998-07-03 15:43:20 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1998-07-03 15:43:20 +0000
commitbb2d4c7e76ea628594690b066b09fa0c88bc7e2c (patch)
tree35ccf69bbbba9a6380f1319e49cd316c4cf5d1d5 /etc
parent24fa2d131ebc8cbac46c3707f5b0d494c6f64b9e (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV4
-rw-r--r--etc/etc.i386/MAKEDEV4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 07f4e1e7377f..6dce537c2e45 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -107,7 +107,7 @@
# pci PCI configuration-space access from user mode
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
#
-# $Id: MAKEDEV,v 1.163 1998/03/27 04:35:10 peter Exp $
+# $Id: MAKEDEV,v 1.164 1998/07/02 07:39:01 des Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -552,7 +552,7 @@ pty*)
case $class in
0|1|2|3|4|5|6|7)
umask 0
- eval `echo $offset $name | awk ' { b=0+$1; n=0+$2 } END { \
+ eval `echo $offset $name | awk ' { b=0+$1; n=$2 } END { \
for (i = 0; i < 32; i++) {
c = substr("0123456789abcdefghijklmnopqrstuv", i + 1, 1); \
printf("mknod tty%s%s c 5 %d; \
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 07f4e1e7377f..6dce537c2e45 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -107,7 +107,7 @@
# pci PCI configuration-space access from user mode
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
#
-# $Id: MAKEDEV,v 1.163 1998/03/27 04:35:10 peter Exp $
+# $Id: MAKEDEV,v 1.164 1998/07/02 07:39:01 des Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -552,7 +552,7 @@ pty*)
case $class in
0|1|2|3|4|5|6|7)
umask 0
- eval `echo $offset $name | awk ' { b=0+$1; n=0+$2 } END { \
+ eval `echo $offset $name | awk ' { b=0+$1; n=$2 } END { \
for (i = 0; i < 32; i++) {
c = substr("0123456789abcdefghijklmnopqrstuv", i + 1, 1); \
printf("mknod tty%s%s c 5 %d; \