change io logging directory sudo 1.7.4p6

There was an update in sudo 1.7.5 :
-The I/O log directory may now be specified in the sudoers file.

I am stuck using sudo 1.7.4p6. Because it is supported by HP on thier HP-UX builds.

Is there a process to change this directory in sudo 1.7.4p6?

currently sudo 1.7.4p6's default is /var/log/sudo-io

Thanks

It seems that if you use syslog, you can configure where it is dropped there. Man sudo says:

sudo can log both successful and unsuccessful attempts (as well as
errors) to syslog(3), a log file, or both. By default sudo will log
via syslog(3) but this is changeable at configure time or via the
sudoers file.
 

The is true unless you enable input or output logging in the sudoers file. Then it logs those specifically in the sudo-io directory. From what I have found since this post is that you can change it upon install by adding the following to the configure script:

--with-iologdir[=DIR]

By default, sudo stores I/O log files in either /var/log/sudo-io,
/var/adm/sudo-sudo-io or /usr/log/sudo-io. If DIR is
specified, I/O logs will be stored in the indicated directory
instead.

But as with sudo verison 1.7.5 and later there was an update to be able to change this setting via the sudoers file. I still am looking for a possible solution to change the sudo-io directory without re installing sudo.

There's always sym-links! :smiley: