diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-19 16:45:40 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-19 16:45:40 +0000 |
commit | 32f6a2767bd11381d8d868e9429155e90a7bf6c0 (patch) | |
tree | a2865156ae28ac3b52c955b1abb8a9aecf1fb64b /x11/Makefile | |
parent | bf88b8289ed87be196bdc2c2ecaa281df0ecdeb3 (diff) | |
download | freebsd-ports-32f6a2767bd11381d8d868e9429155e90a7bf6c0.zip |
Add wrapper, a program that runs an X server after sanity-checking
the environment and any options passed to it. It is meant to
enhance security on multi-user systems running XFree86 4.x, where
the ability to use a startx script is needed.
If you have XFree86 3.x, do not install this, you do not need it
and it will not work.
PR: 21352
Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 65de6fbcbd8e..cb81637e28e3 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -71,6 +71,7 @@ SUBDIR += wdm SUBDIR += wmbutton SUBDIR += wmmatrix + SUBDIR += wrapper SUBDIR += wterm SUBDIR += x3270 SUBDIR += xaniroc |