Install gnome-pty-helper setgid to tty instead of setuid to root.

This commit is contained in:
Joe Marcus Clarke 2003-12-23 23:13:34 +00:00
parent ad38e05fb3
commit da273dde80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96502
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= vte
PORTVERSION= 0.11.10
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11

View File

@ -23,8 +23,8 @@
install-exec-hook:
- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+ chown root:tty $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+ chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: