diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-23 23:13:34 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-23 23:13:34 +0000 |
commit | 1f5ce1ed59bcf5055504ad1b83676218a79db61f (patch) | |
tree | 0bec8ec1e5be00f9de4bdfb0775b31da0f813790 /x11-toolkits/vte/files | |
parent | cce7fdfafab861bd0d8f30dd1fb8f228a58af128 (diff) | |
download | FreeBSD-ports-1f5ce1ed59bcf5055504ad1b83676218a79db61f.zip FreeBSD-ports-1f5ce1ed59bcf5055504ad1b83676218a79db61f.tar.gz |
Install gnome-pty-helper setgid to tty instead of setuid to root.
Diffstat (limited to 'x11-toolkits/vte/files')
-rw-r--r-- | x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in index fdb419f..2195ba4 100644 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in +++ b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in @@ -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: |