diff options
author | jlam <jlam> | 2001-07-14 07:57:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-14 07:57:25 +0000 |
commit | 84eed56a5c9686a47be959987a5c576b80a649ab (patch) | |
tree | 8a1e55afcdfc19ce70fa2c4b2b74089ee7480cd9 /sysutils/psmisc | |
parent | 0696aaa359a3dba8ebd65a1529254d1afebd81d7 (diff) | |
download | pkgsrc-84eed56a5c9686a47be959987a5c576b80a649ab.tar.gz |
Add message file describing preconditions for the use of psmisc.
Diffstat (limited to 'sysutils/psmisc')
-rw-r--r-- | sysutils/psmisc/pkg/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/psmisc/pkg/MESSAGE b/sysutils/psmisc/pkg/MESSAGE new file mode 100644 index 00000000000..3197289ce46 --- /dev/null +++ b/sysutils/psmisc/pkg/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2001/07/14 07:57:25 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. + +=========================================================================== |