[fa.info-vax] How about this for logins?

info-vax@ucbvax.ARPA (07/12/85)

From: Gail Rubin <grubin@bbn-spca>

If what you actually want is to not have the OUTPUT from the system login
show up in their log files, but you don't mind if the EXECUTION happens,
you could put:

$  oldverify = f$verify(0)

at the beginning of the system login command file which turns off verify
(which is normally off when you start an interactive job and on for a batch
job) and then at the end of your system login command file put:

$  junk = f$verify(oldverify)

to put it back to the state it was in. That's what we do here.

For details on what login command files get executed when see page 5-10 of
the Guide to VAX/VMS System Management and Daily Operations (VMS 4.0; one
of the smaller manuals) - I think you will find that there are plenty of
options. If you don't have that book, let me know and I'll summarize it.

-- Gail Rubin
(grubin@bbn-spca or @bbn-unix)