diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-25 05:07:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-25 05:07:09 +0000 |
commit | cbdc4eed040054b043548c095f800258217afcf7 (patch) | |
tree | 9d0416b171e3f90fcc2fede1ae7c5eae6db2b48e /utils | |
parent | 2c8af6fdfe8d713bb714a981c490543aeb61100b (diff) |
2002-06-14 Roland McGrath <roland@frob.com>
* Makefile (INSTALL-vminfo-ops): Variable removed (no setuid).
* vmstat.c (ensure_def_pager_info): If get_privileged_ports fails with
EPERM, try to open /servers/default-pager instead.
* Makefile (INSTALL-vmstat-ops): Variable removed (no setuid).
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index 85022285..d4edc65b 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -43,8 +43,6 @@ INSTALL-login-ops = -o root -m 4755 INSTALL-ids-ops = -o root -m 4755 INSTALL-ps-ops = -o root -m 4755 INSTALL-w-ops = -o root -m 4755 -INSTALL-vmstat-ops = -o root -m 4755 -INSTALL-vminfo-ops = -o root -m 4755 INSTALL-ping-ops = -o root -m 4755 include ../Makeconf |