basebuilder_pel7ppc64bebuilder0
5 years ago
2 changed files with 20 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||||||
|
diff -up at-3.1.13/atd.c.log-jobs at-3.1.13/atd.c |
||||||
|
--- at-3.1.13/atd.c.log-jobs 2017-09-14 16:00:38.109011916 +0200 |
||||||
|
+++ at-3.1.13/atd.c 2018-05-23 15:33:46.210978399 +0200 |
||||||
|
@@ -370,6 +370,10 @@ run_file(const char *filename, uid_t uid |
||||||
|
pabort("Userid %lu not found - aborting job %8lu (%.500s)", |
||||||
|
(unsigned long) uid, jobno, filename); |
||||||
|
} |
||||||
|
+ |
||||||
|
+ syslog(LOG_INFO, "Starting job %lu (%.500s) for user '%s' (%lu)", |
||||||
|
+ jobno, filename, pentry->pw_name, (unsigned long) uid); |
||||||
|
+ |
||||||
|
PRIV_START |
||||||
|
|
||||||
|
stream = fopen(filename, "r"); |
Loading…
Reference in new issue