#865979 at: patch for adding -s option to silence standard messages

Package:
at
Source:
at
Description:
Delayed job execution and batch processing
Submitter:
Paul Slootman
Date:
2023-06-22 14:33:01 UTC
Severity:
wishlist
Tags:
#865979#5
Date:
2017-06-26 09:34:53 UTC
From:
To:
I use at from cronjobs (I can't use cron directly because the cronjob
calculates the time according to sunrise / sunset). I think it's silly
that at always outputs two lines to stderr and that there's no way to
prevent this; I don't need to know the job number and that the script
will be run using /bin/sh, thank you very much; I know that by now.

I've added an option -s for silent that suppresses these two output
lines. Please consider adding this to the official build.

Thanks,
Paul Slootman

#865979#10
Date:
2017-06-26 09:57:00 UTC
From:
To:
Thank you.  Your patch seams good and I will add it to the next release
of at.

Kind regards
Jose M Calhariz

#865979#15
Date:
2020-07-26 12:20:52 UTC
From:
To:
Hi,

I was wondering why -s didn't work after upgrading to buster, and
remembered that was a patch I had made myself.

Unfortunately it seems not to have been integrated yet. Here is the
patch updated for 3.1.23.

Please add it. Maybe forward upstream?

Paul

#865979#20
Date:
2023-06-22 14:15:34 UTC
From:
To:
Hi,

I notice that my patch again did not make it to an official Debian
release :-(

Attached is the patch updated for 3.2.5.


Paul