]> granicus.if.org Git - sysstat/commit
Set exit code to 0 for sa2 script shell.
authorSebastien Godard <sysstat@orange.fr>
Thu, 15 Mar 2012 15:49:36 +0000 (16:49 +0100)
committerSebastien Godard <sysstat@orange.fr>
Thu, 15 Mar 2012 15:49:36 +0000 (16:49 +0100)
commit2fb0d3e4237d85277791435d1b913c008b428992
treed45471bc74b4fa89709f058dc5c61a0e4b4f6985
parentbf105c4efcf7f60aa803314bd8205c928858f6f4
Set exit code to 0 for sa2 script shell.

Mail from Peter Schiffer (pschiffe@redhat.com) 13/03/2012

Hello,

we have found minor issue in sysstat. Exit code of sa2 doesn't have to be 0 even if everything is OK. This is because the last operation there is precautionary rmdir which may not have anything to do:

$ sudo sh /usr/lib64/sa/sa2 -A
$ echo $?
1

I'm attaching simple patch adding "exit 0" at the end of sa1 and sa2. What do you think?

Thanks,
CHANGES
sa2.in