cron: use vis() instead of home-grown version for logs

2015-10-29 Thread Todd C. Miller
Cron has a homegrown vis-like function for logging commands. We have vis(3) so let's use it instead... - todd Index: do_command.c === RCS file: /cvs/src/usr.sbin/cron/do_command.c,v retrieving revision 1.50 diff -u -p -u -r1.50

Re: cron: use vis() instead of home-grown version for logs

2015-10-29 Thread Nicholas Marriott
ok nicm On Thu, Oct 29, 2015 at 03:35:42PM -0600, Todd C. Miller wrote: > Cron has a homegrown vis-like function for logging commands. > We have vis(3) so let's use it instead... > > - todd > > Index: do_command.c > === > RCS