diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 21:55:50 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 21:55:50 +0000 |
commit | bb8d36603d3d80fe5299fce95ed3c6b5ceaa88c5 (patch) | |
tree | 15a49eaf2b89d6369e5f2969cae933d9a1d94fb1 /x11/wrapper | |
parent | cd979eecfea60b752d558b78b5752495222ae7bb (diff) |
On deinstallation, do not apply an SUID bit to the X server, since
neither the XFree86-4 nor XFree86-4-Server ports install privileged
X servers any longer.
Notes
Notes:
svn path=/head/; revision=34789
Diffstat (limited to 'x11/wrapper')
-rw-r--r-- | x11/wrapper/pkg-deinstall | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/wrapper/pkg-deinstall b/x11/wrapper/pkg-deinstall index d2f79fa0362e..eac97e189897 100644 --- a/x11/wrapper/pkg-deinstall +++ b/x11/wrapper/pkg-deinstall @@ -1,3 +1,2 @@ #!/bin/sh ln -sf ${PKG_PREFIX}/bin/XFree86 ${PKG_PREFIX}/bin/X -chmod +s ${PKG_PREFIX}/bin/XFree86 |