mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1747513894
This fixes an issue where gksudo would successfully authenticate the user, but fail to run the requested command. This was caused by gksudo forking a new PTY, meaning that different TTY was used for the "sudo -v" command and subsequent "sudo -n ..." command. Whilst this used to work, newer versions of sudo used per TTY authentication caching. Patch taken from Arch Linux: https://aur.archlinux.org/packages/libgksu/ Also fixed: - Made Nautilus plugin optional, so gksu can be installed without GNOME - Added license details, pet portlint - Tidied patches: move path fixes into port Makefile
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
bin/gksu
|
|
bin/gksudo
|
|
%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-gksu.so
|
|
%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-gksu.a
|
|
man/man1/gksu.1.gz
|
|
man/man1/gksudo.1.gz
|
|
share/applications/gksu.desktop
|
|
share/pixmaps/gksu-icon.png
|
|
share/pixmaps/gksu-root-terminal.png
|
|
share/gksu/gksu-migrate-conf.sh
|