diff options
author | jlam <jlam> | 2001-07-14 08:02:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-14 08:02:35 +0000 |
commit | be0114aaa5ef8b192b972e89b5ae5f764783b9de (patch) | |
tree | e33b9189d7276757ad567ebd676d377856cb1ec9 /sysutils | |
parent | 9448ff7fb6a2d08ccab47eb32342aa0340443fee (diff) | |
download | pkgsrc-be0114aaa5ef8b192b972e89b5ae5f764783b9de.tar.gz |
Don't really need kernfs.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/psmisc/pkg/MESSAGE | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/psmisc/pkg/MESSAGE b/sysutils/psmisc/pkg/MESSAGE index 3197289ce46..0e21002f705 100644 --- a/sysutils/psmisc/pkg/MESSAGE +++ b/sysutils/psmisc/pkg/MESSAGE @@ -1,10 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2001/07/14 07:57:25 jlam Exp $ +$NetBSD: MESSAGE,v 1.2 2001/07/14 08:02:35 jlam Exp $ To use ${PKGNAME}, the following things must exist on the system: - (1) a kernel configured with the PROCFS and KERNFS options, - (2) a procfs filesystem mounted on /proc, and - (3) a kernfs filesystem mounted on /kern. + (1) a kernel configured with the PROCFS option, and + (2) a procfs filesystem mounted on /proc. =========================================================================== |