aboutsummaryrefslogtreecommitdiff
path: root/x11/wrapper
Commit message (Collapse)AuthorAgeFilesLines
* Increment PORTREVISION, because of the change to pkg-deinstall.Trevor Johnson2000-11-031-0/+1
| | | | Notes: svn path=/head/; revision=34790
* On deinstallation, do not apply an SUID bit to the X server, sinceTrevor Johnson2000-11-031-1/+0
| | | | | | | | neither the XFree86-4 nor XFree86-4-Server ports install privileged X servers any longer. Notes: svn path=/head/; revision=34789
* Change wrapper dependency -- depend on wrapper from XFree86-4-Server. Don'tSatoshi Asami2000-11-032-3/+1
| | | | | | | | | install server with setuid bit. Various fixed from XFree86-4 port. Submitted by: taguchi@tohoku.iij.ad.jp (XFree86-4-* maintainer) Notes: svn path=/head/; revision=34721
* Put the source for this into the port skeleton.Trevor Johnson2000-10-232-7/+315
| | | | | | | Obtained from: XFree86 3.3.6, with some minor changes by me Notes: svn path=/head/; revision=34137
* Add dependency on x11-servers/Xfree86-4-Server.Trevor Johnson2000-10-232-5/+14
| | | | | | | | | | Add pkg-install. Submitted by: Kato Tsuguru <tkato@prontomail.ne.jp Reviewed by: will Notes: svn path=/head/; revision=34131
* Change MAINTAINER for my ports.Trevor Johnson2000-10-021-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33312
* Add wrapper, a program that runs an X server after sanity-checkingAde Lovett2000-09-195-0/+48
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> Notes: svn path=/head/; revision=32868