diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-24 07:16:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-24 07:16:11 +0800 |
commit | 0b0aa09086c609ce9b181d8e18c1da3fe1bc1d15 (patch) | |
tree | b8f9ff25605376ef2116c101bc23347ecb7bd777 /x11-toolkits | |
parent | 1f5ce1ed59bcf5055504ad1b83676218a79db61f (diff) | |
download | freebsd-ports-gnome-0b0aa09086c609ce9b181d8e18c1da3fe1bc1d15.tar.gz freebsd-ports-gnome-0b0aa09086c609ce9b181d8e18c1da3fe1bc1d15.tar.zst freebsd-ports-gnome-0b0aa09086c609ce9b181d8e18c1da3fe1bc1d15.zip |
Revert previous commit. I pulled the trigger too soon. Setuid root is
needed to update utmp.
Diffstat (limited to 'x11-toolkits')
-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 2195ba4c19be..fdb419f853c2 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:tty $(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 # 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: |