]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
The Unix `make install' target now allows you to define UTMP_GROUP,
authorSimon Tatham <anakin@pobox.com>
Tue, 11 Jan 2005 10:45:43 +0000 (10:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 11 Jan 2005 10:45:43 +0000 (10:45 +0000)
commita29dea954c1fe7420b27779e5a9d44ed07bf7a91
treec69e15dc37df2e7782d4db0135c3fd6978a20b4b
parente7b53c3ad51662c5370a7f141712534277b6af6f
The Unix `make install' target now allows you to define UTMP_GROUP,
in which case pterm will be installed setgid that, or to define
UTMP_USER in which case it will be installed setuid that. If you
define neither, it will be installed without any set-id bits as
before.

[originally from svn r5093]
Recipe