diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-14 08:02:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-14 08:02:35 +0000 |
commit | 89a4cf4d0c4e8d60c551105d3ce7eeb7515fe311 (patch) | |
tree | e33b9189d7276757ad567ebd676d377856cb1ec9 /sysutils | |
parent | 9481178b2aa066f4eb39582dfc9a5ce29104ffab (diff) | |
download | pkgsrc-89a4cf4d0c4e8d60c551105d3ce7eeb7515fe311.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. =========================================================================== |