diff options
| author | lukem <lukem@NetBSD.org> | 2003-12-21 17:18:08 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-12-21 17:18:08 +0000 |
| commit | 9e396f0ea949fe201717c2f097e06c1ea34141cd (patch) | |
| tree | 8670943fdfef410340a622107567d44fcb84c010 | |
| parent | f10d9367cc6a19b1d54c52c83a13d5edd2c27959 (diff) | |
don't change umask without setting it back to 77; it has unwanted side effects
| -rw-r--r-- | etc/etc.vax/MAKEDEV.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/etc.vax/MAKEDEV.conf b/etc/etc.vax/MAKEDEV.conf index c7f864e4258..3047e22cc94 100644 --- a/etc/etc.vax/MAKEDEV.conf +++ b/etc/etc.vax/MAKEDEV.conf @@ -1,4 +1,4 @@ -# $NetBSD: MAKEDEV.conf,v 1.3 2003/10/24 08:20:27 jdolecek Exp $ +# $NetBSD: MAKEDEV.conf,v 1.4 2003/12/21 17:18:08 lukem Exp $ all_md) makedev mt0 mt1 ts0 ts1 st0 st1 uk0 ss0 cd0 vt0 @@ -89,7 +89,6 @@ ht*|tm*|mt*|ts*|ut*) ;; hp*|hk*|up*|ra[0-9]*|rl*|rb*|rd*|rx*) - umask 2 case $i in hp*) name=hp; unit=${i#hp}; blk=0; chr=4;; hk*) name=hk; unit=${i#hk}; blk=3; chr=11;; |
