summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-05-10 09:18:11 +0000
committerache <ache@FreeBSD.org>1994-05-10 09:18:11 +0000
commit3abdfe3b03b6612693eb2eff907592160025b81d (patch)
treea42f8c51831bba3792eb55123e7f2c500a2e640c /etc
parent4b34b08a9e0825bcee7176e179a11338a85018e2 (diff)
downloadFreeBSD-src-3abdfe3b03b6612693eb2eff907592160025b81d.zip
FreeBSD-src-3abdfe3b03b6612693eb2eff907592160025b81d.tar.gz
Make dialout devices owned by uucp.dialer with 660 mode
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV6
-rw-r--r--etc/etc.i386/MAKEDEV6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 1a96abf..844a4ef 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -76,7 +76,7 @@
# snd* various sound cards
# pcaudio PCM audio driver
#
-# $Id: MAKEDEV,v 1.31 1994/04/03 14:24:52 ache Exp $
+# $Id: MAKEDEV,v 1.32 1994/04/21 14:08:27 sos Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -293,7 +293,6 @@ com*)
unit=`expr $i : '...\(.*\)'`
rm -f tty0$unit
mknod tty0$unit c 8 $unit
- chown uucp.wheel tty0$unit
;;
pty*)
@@ -483,7 +482,8 @@ cua0?|cua?|ttyd?)
esac
mknod ttyd$unit c 28 $m
mknod cua0$unit c 28 `expr $m + 128`
- chown uucp.wheel ttyd$unit cua0$unit
+ chown uucp.dialer cua0$unit
+ chmod 660 cua0$unit
;;
tty0?|tty?)
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 1a96abf..844a4ef 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -76,7 +76,7 @@
# snd* various sound cards
# pcaudio PCM audio driver
#
-# $Id: MAKEDEV,v 1.31 1994/04/03 14:24:52 ache Exp $
+# $Id: MAKEDEV,v 1.32 1994/04/21 14:08:27 sos Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -293,7 +293,6 @@ com*)
unit=`expr $i : '...\(.*\)'`
rm -f tty0$unit
mknod tty0$unit c 8 $unit
- chown uucp.wheel tty0$unit
;;
pty*)
@@ -483,7 +482,8 @@ cua0?|cua?|ttyd?)
esac
mknod ttyd$unit c 28 $m
mknod cua0$unit c 28 `expr $m + 128`
- chown uucp.wheel ttyd$unit cua0$unit
+ chown uucp.dialer cua0$unit
+ chmod 660 cua0$unit
;;
tty0?|tty?)
OpenPOWER on IntegriCloud