The Unix `make install' target now allows you to define UTMP_GROUP,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 11 Jan 2005 10:45:43 +0000 (10:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 11 Jan 2005 10:45:43 +0000 (10:45 +0000)
commite693a2d9c8385b9177a24e28ab63701973975919
treec69e15dc37df2e7782d4db0135c3fd6978a20b4b
parentf382c87d3cc301abe6c3670f70bb79b6915c2e91
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5093 cda61777-01e9-0310-a592-d414129be87e
Recipe