|
I ran
into this problem with Tru64 UNIX and the vdump command used by Amanda on that
platform. I added a line to the "re_table" structure in
client-src/sendbackup-dump.c to match the output of that command that was not
being matched by the existing entries. I am not aware of any ability to
add lines to the re_table structure other than by recompiling, so that may be
your only hope.
A line
like:
AM_NORMAL_RE("^ *SUDO:"),
added
to the file should do the trick. Of course, this will permit any line
containing SUDO to pass through as normal.
Don
Donald L. (Don) Ritchey
************************************************************************ This e-mail and any of its attachments may contain Exelon Corporation proprietary information, which is privileged, confidential, or subject to copyright belonging to the Exelon Corporation family of Companies. This e-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this e-mail is strictly prohibited and may be unlawful. If you have received this e-mail in error, please notify the sender immediately and permanently delete the original and any copy of this e-mail and any printout. Thank You. ************************************************************************ |
- "strange output" Jeremy L. Mordkoff
- donald . ritchey
