Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Back out previous
details: https://anonhg.NetBSD.org/src/rev/5a2ef583a2d6
branches: trunk
changeset: 477518:5a2ef583a2d6
user: ad <ad%NetBSD.org@localhost>
date: Mon Oct 18 22:41:23 1999 +0000
description:
Back out previous
diffstat:
etc/etc.alpha/MAKEDEV | 38 +++++++++++++++++++-------------------
etc/etc.amiga/MAKEDEV | 12 ++++++------
etc/etc.arm32/MAKEDEV | 48 ++++++++++++++++++++++++------------------------
etc/etc.atari/MAKEDEV | 20 ++++++++++----------
etc/etc.bebox/MAKEDEV | 36 ++++++++++++++++++------------------
etc/etc.hp300/MAKEDEV | 12 ++++++------
etc/etc.hpcmips/MAKEDEV | 30 +++++++++++++++---------------
etc/etc.i386/MAKEDEV | 48 ++++++++++++++++++++++++------------------------
etc/etc.mac68k/MAKEDEV | 14 +++++++-------
etc/etc.macppc/MAKEDEV | 38 +++++++++++++++++++-------------------
etc/etc.mvme68k/MAKEDEV | 16 ++++++++--------
etc/etc.newsmips/MAKEDEV | 14 +++++++-------
etc/etc.next68k/MAKEDEV | 24 ++++++++++++------------
etc/etc.pc532/MAKEDEV | 14 +++++++-------
etc/etc.pmax/MAKEDEV | 12 ++++++------
etc/etc.sparc/MAKEDEV | 18 +++++++++---------
etc/etc.sparc64/MAKEDEV | 16 ++++++++--------
etc/etc.sun3/MAKEDEV | 4 ++--
etc/etc.sun3/ttyaction | 4 ++--
etc/etc.vax/MAKEDEV | 10 +++++-----
etc/etc.x68k/MAKEDEV | 10 +++++-----
21 files changed, 219 insertions(+), 219 deletions(-)
diffs (truncated from 1992 to 300 lines):
diff -r e24a7f930f01 -r 5a2ef583a2d6 etc/etc.alpha/MAKEDEV
--- a/etc/etc.alpha/MAKEDEV Mon Oct 18 21:59:19 1999 +0000
+++ b/etc/etc.alpha/MAKEDEV Mon Oct 18 22:41:23 1999 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV,v 1.50 1999/10/06 22:26:14 ad Exp $
+# $NetBSD: MAKEDEV,v 1.51 1999/10/18 22:41:23 ad Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -145,7 +145,7 @@
rm -f wsmouse wskbd
mknod wsmouse c 56 0
mknod wskbd c 56 1
- chown root:wheel wsmouse wskbd
+ chown root.wheel wsmouse wskbd
chmod 600 wsmouse wskbd
;;
@@ -177,7 +177,7 @@
major=45
rm -f $usb
mknod $usb c $major $unit
- chown root:wheel $usb
+ chown root.wheel $usb
chmod 600 $usb
;;
@@ -187,7 +187,7 @@
major=46
rm -f $uhid
mknod $uhid c $major $unit
- chown root:wheel $uhid
+ chown root.wheel $uhid
chmod 666 $uhid
;;
@@ -197,7 +197,7 @@
major=47
rm -f $ulpt
mknod $ulpt c $major $unit
- chown root:wheel $ulpt
+ chown root.wheel $ulpt
chmod 600 $ulpt
;;
@@ -211,7 +211,7 @@
mknod $ttyU c $major $(($unit + $dialin ))
mknod $dtyU c $major $(($unit + $dialout ))
mknod $ctyU c $major $(($unit + $callunit))
- chown uucp:wheel $ttyU $dtyU $ctyU
+ chown uucp.wheel $ttyU $dtyU $ctyU
chmod 600 $ttyU $dtyU $ctyU
;;
@@ -224,7 +224,7 @@
ugenj=$ugen.$j
rm -f $ugenj
mknod $ugenj c $major $(($unit * 16 + $j))
- chown root:wheel $ugenj
+ chown root.wheel $ugenj
chmod 600 $ugenj
done
;;
@@ -237,7 +237,7 @@
mknod fd/$n c 10 $n
n=$(($n + 1))
done
- chown -R root:wheel fd
+ chown -R root.wheel fd
chmod 755 fd
chmod 666 fd/*
;;
@@ -288,7 +288,7 @@
esac
rm -f $name$unit
mknod $name$unit c $major $minor
- chown uucp:wheel $name$unit
+ chown uucp.wheel $name$unit
;;
pty*)
@@ -387,7 +387,7 @@
esac
rm -f $name$unit
mknod $name$unit c $chr $unit
- chown root:wheel $name$unit
+ chown root.wheel $name$unit
;;
lkm)
@@ -402,7 +402,7 @@
wskbd=wskbd$unit
rm -f $wskbd
mknod $wskbd c 29 $unit
- chown root:wheel $wskbd
+ chown root.wheel $wskbd
chmod 666 $wskbd
;;
@@ -411,7 +411,7 @@
wsmouse=wsmouse$unit
rm -f $wsmouse
mknod $wsmouse c 30 $unit
- chown root:wheel $wsmouse
+ chown root.wheel $wsmouse
chmod 666 $wsmouse
;;
@@ -428,7 +428,7 @@
mknod $audio c $major $(($unit + 128))
mknod $mixer c $major $(($unit + 16))
mknod $audioctl c $major $(($unit + 192))
- chown root:wheel $audio $sound $mixer $audioctl
+ chown root.wheel $audio $sound $mixer $audioctl
chmod 666 $audio $sound $mixer $audioctl
;;
@@ -438,7 +438,7 @@
rmidi=rmidi$unit
rm -f $rmidi
mknod $rmidi c $major $unit
- chown root:wheel $rmidi
+ chown root.wheel $rmidi
chmod 666 $rmidi
;;
@@ -451,7 +451,7 @@
rm -f $sequencer $music
mknod $music c $major $(($unit + 0))
mknod $sequencer c $major $(($unit + 128))
- chown root:wheel $music $sequencer
+ chown root.wheel $music $sequencer
chmod 666 $music $sequencer
;;
@@ -462,7 +462,7 @@
esac
rm -f $name$unit
mknod $name$unit c 31 $(($unit + $flags))
- chown root:wheel $name$unit
+ chown root.wheel $name$unit
;;
ipl)
@@ -471,7 +471,7 @@
mknod ipnat c 35 1
mknod ipstate c 35 2
mknod ipauth c 35 3
- chown root:wheel ipl ipnat ipstate ipauth
+ chown root.wheel ipl ipnat ipstate ipauth
chmod 600 ipl ipnat ipstate ipauth
;;
@@ -485,14 +485,14 @@
speaker)
rm -f speaker
mknod speaker c 41 0
- chown root:wheel speaker
+ chown root.wheel speaker
;;
random)
rm -f random urandom
mknod random c 39 0
mknod urandom c 39 1
- chown root:wheel random urandom
+ chown root.wheel random urandom
chmod 444 random
chmod 644 urandom
;;
diff -r e24a7f930f01 -r 5a2ef583a2d6 etc/etc.amiga/MAKEDEV
--- a/etc/etc.amiga/MAKEDEV Mon Oct 18 21:59:19 1999 +0000
+++ b/etc/etc.amiga/MAKEDEV Mon Oct 18 22:41:23 1999 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.51 1999/10/06 22:26:14 ad Exp $
+# $NetBSD: MAKEDEV,v 1.52 1999/10/18 22:41:24 ad Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -165,7 +165,7 @@
mknod fd/$n c 21 $n
n=$(($n + 1))
done
- chown -R root:wheel fd
+ chown -R root.wheel fd
chmod 755 fd
chmod 666 fd/*
;;
@@ -481,7 +481,7 @@
esac
rm -f $name$unit
mknod $name$unit c $chr $unit
- chown root:wheel $name$unit
+ chown root.wheel $name$unit
;;
lkm)
@@ -497,7 +497,7 @@
mknod ipnat c 40 1
mknod ipstate c 40 2
mknod ipauth c 40 3
- chown root:wheel ipl ipnat ipstate ipauth
+ chown root.wheel ipl ipnat ipstate ipauth
chmod 600 ipl ipnat ipstate ipauth
;;
@@ -514,7 +514,7 @@
mknod $audio c $major $(($unit + 128))
mknod $mixer c $major $(($unit + 16))
mknod $audioctl c $major $(($unit + 192))
- chown root:wheel $audio $sound $mixer $audioctl
+ chown root.wheel $audio $sound $mixer $audioctl
chmod 666 $audio $sound $mixer $audioctl
;;
@@ -523,7 +523,7 @@
rm -f random urandom
mknod random c 42 0
mknod urandom c 42 1
- chown root:wheel random urandom
+ chown root.wheel random urandom
chmod 444 random
chmod 644 urandom
;;
diff -r e24a7f930f01 -r 5a2ef583a2d6 etc/etc.arm32/MAKEDEV
--- a/etc/etc.arm32/MAKEDEV Mon Oct 18 21:59:19 1999 +0000
+++ b/etc/etc.arm32/MAKEDEV Mon Oct 18 22:41:23 1999 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.42 1999/10/06 22:26:14 ad Exp $
+# $NetBSD: MAKEDEV,v 1.43 1999/10/18 22:41:25 ad Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -170,7 +170,7 @@
chr=4; unit=${i#ttyv}
rm -f ttyv$unit
mknod ttyv$unit c $chr $unit
- chown root:wheel ttyv$unit
+ chown root.wheel ttyv$unit
;;
wscons)
@@ -185,7 +185,7 @@
rm -f wsmouse wskbd
mknod wsmouse c 73 0
mknod wskbd c 73 1
- chown root:wheel wsmouse wskbd
+ chown root.wheel wsmouse wskbd
chmod 600 wsmouse wskbd
;;
@@ -193,7 +193,7 @@
chr=60
rm -f ttyEcfg
mknod ttyEcfg c $chr 255
- chown root:wheel ttyEcfg
+ chown root.wheel ttyEcfg
chmod 600 ttyEcfg
;;
@@ -201,7 +201,7 @@
chr=60; unit=${i#ttyE}
rm -f ttyE$unit
mknod ttyE$unit c $chr $unit
- chown root:wheel ttyE$unit
+ chown root.wheel ttyE$unit
;;
wsmouse*)
@@ -210,7 +210,7 @@
major=62
rm -f $wsmouse
mknod $wsmouse c $major $unit
- chown root:wheel $wsmouse
+ chown root.wheel $wsmouse
chmod 600 $wsmouse
;;
@@ -220,7 +220,7 @@
major=61
rm -f $wskbd
mknod $wskbd c $major $unit
- chown root:wheel $wskbd
+ chown root.wheel $wskbd
chmod 600 $wskbd
;;
@@ -232,7 +232,7 @@
mknod fd/$n c 34 $n
n=$(($n + 1))
done
- chown -R root:wheel fd
+ chown -R root.wheel fd
chmod 755 fd
chmod 666 fd/*
Home |
Main Index |
Thread Index |
Old Index