]> Zhao Yanbai Git Server - minix.git/commitdiff
ps(1): remove outdated comment
authorDavid van Moolenbroek <david@minix3.org>
Fri, 11 Nov 2011 10:37:44 +0000 (11:37 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Fri, 11 Nov 2011 10:37:44 +0000 (11:37 +0100)
commands/ps/ps.c

index d3a5e395700282f3e2d964c6946145b96df425cb..6e483d6dd590e6341a0816b1596288bd3598a6f9 100644 (file)
  * The `f' and `e' options were added by Kees Bot for the convenience of 
  * Solaris users accustomed to these options. The `e' option is equivalent to 
  * `a' and `f' is equivalent to  -l. These do not appear in the usage message.
- *
- * VERY IMPORTANT NOTE:
- *     To compile ps, the kernel/, fs/ and pm/ source directories must be in
- *     ../../ relative to the directory where ps is compiled (normally the
- *     tools source directory).
- *
- *     If you want your ps to be useable by anyone, you can arrange the
- *     following access permissions (note the protected memory files and set
- *     *group* id on ps):
- *     -rwxr-sr-x  1 bin   kmem       11916 Jul  4 15:31 /bin/ps
- *     crw-r-----  1 bin   kmem      1,   1 Jan  1  1970 /dev/mem
- *     crw-r-----  1 bin   kmem      1,   2 Jan  1  1970 /dev/kmem
  */
 
 /* Some technical comments on this implementation: