diff options
author | 2002-05-21 01:41:56 +0000 | |
---|---|---|
committer | 2002-05-21 01:41:56 +0000 | |
commit | 61f7736d7169b03a5a61d82eb8ae28b461355062 (patch) | |
tree | 0615d8c3e326c087a078eb29a3612c82043afa24 | |
parent | remove MAKEDEV.local finally (diff) | |
download | wireguard-openbsd-61f7736d7169b03a5a61d82eb8ae28b461355062.tar.xz wireguard-openbsd-61f7736d7169b03a5a61d82eb8ae28b461355062.zip |
fake sync (not yet using MAKEDEV.md)
-rw-r--r-- | etc/etc.mvmeppc/MAKEDEV | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/etc.mvmeppc/MAKEDEV b/etc/etc.mvmeppc/MAKEDEV index 1d958bb6f41..4f5f3f8bebf 100644 --- a/etc/etc.mvmeppc/MAKEDEV +++ b/etc/etc.mvmeppc/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.5 2002/02/14 04:58:36 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.6 2002/05/21 01:41:56 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -28,7 +28,6 @@ # Tries to make the ``standard'' number of each type. # std standard devices # fd makes fd/* for the fdescfs. -# local configuration specific devices # ramdisk makes all devices for a ramdisk kernel # # Tapes: @@ -165,7 +164,6 @@ all) sh $this pci sh $this lkm xfs0 altq sh $this usbs - sh $this local ;; ramdisk) @@ -648,11 +646,6 @@ altq) done ;; -local) - umask 0 - test -s MAKEDEV.local && sh $this.local - ;; - *) echo $i: unknown device esac |