diff options
author | keramida <keramida@FreeBSD.org> | 2003-02-28 22:47:18 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2003-02-28 22:47:18 +0000 |
commit | ac4f80b9ad958675a11c3b281f496afacb9f8e29 (patch) | |
tree | 13541ce7633766d744634042b9078f820b6a0a7f /usr.sbin/jail | |
parent | ac5e54a3c61d94d2f5d40e07f785e67a2a689675 (diff) | |
download | FreeBSD-src-ac4f80b9ad958675a11c3b281f496afacb9f8e29.zip FreeBSD-src-ac4f80b9ad958675a11c3b281f496afacb9f8e29.tar.gz |
Remove traces of MAKEDEV & add xref to mount_devfs(8).
DEVFS is now mandatory in CURRENT.
PR: docs/48095
Submitted by: Grzegorz Czaplinski <G.Czaplinski@prioris.mini.pw.edu.pl>
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index ecdee21..7a24bd0 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -63,8 +63,7 @@ mkdir -p $D make world DESTDIR=$D cd etc make distribution DESTDIR=$D -cd $D/dev -sh MAKEDEV jail +mount_devfs devfs $D/dev cd $D ln -sf dev/null kernel .Ed @@ -381,6 +380,7 @@ by setting this MIB entry to 1. .Xr sysctl.conf 5 , .Xr halt 8 , .Xr inetd 8 , +.Xr mount_devfs 8 , .Xr named 8 , .Xr reboot 8 , .Xr rpcbind 8 , |