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

This commit is contained in:
ad 1999-10-06 22:05:25 +00:00
parent 9438e96c3b
commit 0cb212b1fe
2 changed files with 4 additions and 4 deletions

View File

@ -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 @@ std)
(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/*

View File

@ -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