]> granicus.if.org Git - sudo/commit
Visudo now checks for the existence of an editor and gives a sensible
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 1 Apr 2000 21:23:28 +0000 (21:23 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 1 Apr 2000 21:23:28 +0000 (21:23 +0000)
commit6dd2d9592ef9c8a824fc35f6e82d07d5b20edb0a
tree6a0dd023196fec327dbc1300f96da4fcf96a926b
parent2588aeaa5c2f63717fba933b256978caae9e9498
Visudo now checks for the existence of an editor and gives a sensible
error if it does not exist.

The path to the editor for visudo is now a colon-separated list of
allowable editors.  If the user has $EDITOR set and it matches
one of the allowed editors that editor will be used.  If not,
the first editor in the list that actually exists is used.
CHANGES
INSTALL
Makefile.in
sudoers.cat
sudoers.man.in
sudoers.pod
visudo.c