Make sure that gnome-pty-helper is installed setuid to root. This fixes

a bug where commands like mesg would fail in gnome-terminal.

Approved by:	portmgr (kris)
This commit is contained in:
Joe Marcus Clarke 2002-12-03 04:22:41 +00:00
parent 26fc672156
commit f8345466c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71334
2 changed files with 14 additions and 6 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= libzvt
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0

View File

@ -1,9 +1,6 @@
$FreeBSD$
--- configure 2002/04/26 13:00:17 1.1
+++ configure 2002/04/26 13:01:55
@@ -6884,6 +6884,7 @@
--- configure.orig Sat Nov 30 21:07:06 2002
+++ configure Sat Nov 30 21:07:31 2002
@@ -7115,6 +7115,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -11,3 +8,13 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -8339,6 +8340,9 @@
case "$host" in
*-*-darwin*)
PTY_HELPER_GID=admin
+ ;;
+ *-*-freebsd*)
+ PTY_HELPER_GID=wheel
;;
esac