diff options
author | pjd <pjd@FreeBSD.org> | 2005-05-14 18:54:58 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-05-14 18:54:58 +0000 |
commit | 9d27c6032cebdc3d7124bc1b4d6a89f6727927c2 (patch) | |
tree | 3b95c398eb165504e002c12e46e38d19afce98ef /usr.sbin/jail | |
parent | ca2590f422b5d553829662aebfb42f6d5c2f982c (diff) | |
download | FreeBSD-src-9d27c6032cebdc3d7124bc1b4d6a89f6727927c2.zip FreeBSD-src-9d27c6032cebdc3d7124bc1b4d6a89f6727927c2.tar.gz |
Remove symblic link kernel->dev/null creation. We don't need it in 5.x/6.x
world (there is no /kernel file anymore).
Reminded by: Isaac Levy presentation
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 116527d..80fc3c8 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -121,8 +121,6 @@ mkdir -p $D make world DESTDIR=$D make distribution DESTDIR=$D mount_devfs devfs $D/dev -cd $D -ln -sf dev/null kernel .Ed .Pp NOTE: It is important that only appropriate device nodes in devfs be |