diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2000-02-09 22:08:12 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2000-02-09 22:08:12 +0000 |
| commit | bfbdbfef6ea6597d929bf03aef02d17da6c7a00b (patch) | |
| tree | e957d0afb699a0161b799c256b65a6e1136c2426 | |
| parent | 85ac786b13c478623401a0d362648e429a179617 (diff) | |
Notes
| -rw-r--r-- | etc/MAKEDEV | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index e4a74148fa1f..5456ed8dc3ae 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -319,9 +319,10 @@ std) jail) sh MAKEDEV std pty0 - rm mem kmem pci io klog # for security + rm mem kmem pci io klog console # for security ln -sf null mem # for libkvm (ab)users ln -sf null kmem # --//-- + ln -sf null console ;; mach-4) |
