diff options
author | ade <ade@FreeBSD.org> | 2000-09-19 16:45:40 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-19 16:45:40 +0000 |
commit | 483b40e7eebc07d20e70c7a17bb5b50f2e736797 (patch) | |
tree | 8461a748ffa4547f0fe44c9b19119d97e4d82918 /x11/Makefile | |
parent | 3bf372032a3395aeafa555ae141ee8551538b2c5 (diff) | |
download | FreeBSD-ports-483b40e7eebc07d20e70c7a17bb5b50f2e736797.zip FreeBSD-ports-483b40e7eebc07d20e70c7a17bb5b50f2e736797.tar.gz |
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 65de6fb..cb81637 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 |