Bug#792040: [PATCH] Allow seconds in -t option

2019-07-16 Thread Jose M Calhariz
Hi,

Still interested in this bug report?  Adding support for seconds to at
daemon?


I am considering to release a new version of at with your patch and
others to support seconds and I am looking for beta testers.

Kind regards
Jose M Calhariz

-- 
--
Para que ocorra um tiro a queima roupa é necessário que a vítima esteja vestida?


signature.asc
Description: PGP signature


Bug#792040: [PATCH] Allow seconds in -t option

2015-07-10 Thread oscar

The man page and POSIX standards dictate that this option should allow
appending seconds to the -t argument. Drop the code that drops seconds
to support this.
---
 at.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/at.c b/at.c
index 5f5038d..47a80f7 100644
--- a/at.c
+++ b/at.c
@@ -857,8 +857,6 @@ main(int argc, char **argv)
 fprintf(stderr, "invalid date format: %s\n", optarg);
 exit(EXIT_FAILURE);
 }
-/* drop seconds */
-timer -= timer % 60;
 break;

 default:
--
2.4.2


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#792040: [PATCH] Allow seconds in -t option

2015-07-10 Thread Óscar
The man page and POSIX standards dictate that this option should allow
appending seconds to the -t argument. Drop the code that drops seconds
to support this.
---
at.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/at.c b/at.c
index 5f5038d..47a80f7 100644
--- a/at.c
+++ b/at.c
@@ -857,8 +857,6 @@ main(int argc, char **argv)
fprintf(stderr, "invalid date format: %s\n", optarg);
exit(EXIT_FAILURE);
}
-/* drop seconds */
-timer -= timer % 60;
break;

default:
-- 
2.4.2


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org