1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/x11/wrapper/pkg-deinstall
Ade Lovett 32f6a2767b 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>
2000-09-19 16:45:40 +00:00

4 lines
98 B
Bash

#!/bin/sh
ln -sf ${PKG_PREFIX}/bin/XFree86 ${PKG_PREFIX}/bin/X
chmod +s ${PKG_PREFIX}/bin/XFree86