Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc More user.group -> user:group pedantry (these are the lo...



details:   https://anonhg.NetBSD.org/src/rev/1cfac962a342
branches:  trunk
changeset: 477027:1cfac962a342
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Oct 06 22:05:25 1999 +0000

description:
More user.group -> user:group pedantry (these are the loose ends).

diffstat:

 etc/etc.newsmips/MAKEDEV |  4 ++--
 etc/etc.sun3/ttyaction   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 36472c23d569 -r 1cfac962a342 etc/etc.newsmips/MAKEDEV
--- a/etc/etc.newsmips/MAKEDEV  Wed Oct 06 22:01:56 1999 +0000
+++ b/etc/etc.newsmips/MAKEDEV  Wed Oct 06 22:05:25 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.3 1999/09/18 00:23:38 hubertf Exp $
+#      $NetBSD: MAKEDEV,v 1.4 1999/10/06 22:05:25 ad Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -102,7 +102,7 @@
        (cd fd && eval `echo "" | awk ' BEGIN { \
                for (i = 0; i < 64; i++) \
                        printf("mknod %d c 48 %d;", i, i)}'`)
-       chown -R bin.bin fd
+       chown -R bin:bin fd
        chmod 555 fd
        chmod 666 fd/*
 
diff -r 36472c23d569 -r 1cfac962a342 etc/etc.sun3/ttyaction
--- a/etc/etc.sun3/ttyaction    Wed Oct 06 22:01:56 1999 +0000
+++ b/etc/etc.sun3/ttyaction    Wed Oct 06 22:05:25 1999 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: ttyaction,v 1.1 1997/12/15 03:28:33 gwr Exp $
+# $NetBSD: ttyaction,v 1.2 1999/10/06 22:05:26 ad Exp $
 #
 # tty  action  command...
-kd     *       chown ${USER}.tty /dev/kbd /dev/mouse /dev/fb
+kd     *       chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb



Home | Main Index | Thread Index | Old Index