rpms/crontabs/devel crontabs.spec,1.23,1.24 run-parts,1.7,1.8

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Fri Apr 4 11:11:21 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/crontabs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16092

Modified Files:
	crontabs.spec run-parts 
Log Message:
Log in logger's pid.



Index: crontabs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/crontabs/devel/crontabs.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- crontabs.spec	22 Oct 2007 08:32:05 -0000	1.23
+++ crontabs.spec	4 Apr 2008 11:10:43 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: Root crontab files used to schedule the execution of programs
 Name: crontabs
 Version: 1.10
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: Public Domain and GPLv2
 Group: System Environment/Base
 Source0: crontab
@@ -50,6 +50,9 @@
 %config(noreplace) /etc/sysconfig/crontab
 
 %changelog
+* Fri Apr 4 2008 Marcela Maslanova <mmaslano at redhat.com> 1.10-20
+- 440410 log pid of process instead of logger's pid
+
 * Mon Oct 22 2007 Marcela Maslanova <mmaslano at redhat.com> 1.10-19
 - run-parts log also end of each job (patch from J. Kamens)
 - Resolves: rhbz#303081


Index: run-parts
===================================================================
RCS file: /cvs/pkgs/rpms/crontabs/devel/run-parts,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- run-parts	22 Oct 2007 08:32:05 -0000	1.7
+++ run-parts	4 Apr 2008 11:10:43 -0000	1.8
@@ -26,7 +26,7 @@
 	[ "${i%,v}" != "${i}" ] && continue
 
 	if [ -x $i ]; then
-		logger -i -p cron.notice -t "run-parts($1)" "starting $(basename $i)"
+		logger -p cron.notice -t "run-parts($1)[$$]" "starting $(basename $i)"
 		$i 2>&1 | awk -v "progname=$i" \
 			      'progname {
 				   print progname ":\n"




More information about the fedora-extras-commits mailing list