rpms/vixie-cron/devel vixie-cron-4.1-_55-bz203746.patch, NONE, 1.1 vixie-cron-4.1-man-page-typo.patch, NONE, 1.1 vixie-cron.spec, 1.72, 1.73

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 25 08:28:12 UTC 2006


Author: mmaslano

Update of /cvs/dist/rpms/vixie-cron/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15370

Modified Files:
	vixie-cron.spec 
Added Files:
	vixie-cron-4.1-_55-bz203746.patch 
	vixie-cron-4.1-man-page-typo.patch 
Log Message:
Add patch on crond should use Auto-Submitted header in outbound mail and 
man-page typo.


vixie-cron-4.1-_55-bz203746.patch:
 do_command.c |    5 +++++
 1 files changed, 5 insertions(+)

--- NEW FILE vixie-cron-4.1-_55-bz203746.patch ---
--- vixie-cron-4.1/do_command.c.rfc3834	2006-08-23 11:19:19.000000000 -0400
+++ vixie-cron-4.1/do_command.c	2006-08-23 11:19:19.000000000 -0400
@@ -436,6 +436,11 @@
 					fprintf(mail,"Content-Transfer-Encoding: %s\n", content_transfer_encoding);
 				}
 
+				/* The Auto-Submitted header is
+				 * defined (and suggested by) RFC3834.
+				 */
+				fprintf(mail, "Auto-Submitted: auto-generated\n");
+
 				for (env = jobenv;  *env;  env++)
 					fprintf(mail, "X-Cron-Env: <%s>\n",
 						*env);

vixie-cron-4.1-man-page-typo.patch:
 cron.8 |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

--- NEW FILE vixie-cron-4.1-man-page-typo.patch ---
--- vixie-cron-4.1/cron.8.typo	2006-08-23 11:16:25.000000000 +0200
+++ vixie-cron-4.1/cron.8	2006-08-23 11:40:13.000000000 +0200
@@ -19,7 +19,7 @@
 .\"
 .\" $Id: cron.8,v 1.8 2004/01/23 19:03:32 vixie Exp $
 .\" 
-.TH CRON 8 "10 January 1996""
+.TH CRON "8" "10 January 1996" "Linux Programmer's Manual"
 .UC 4
 .SH NAME
 cron \- daemon to execute scheduled commands (ISC Cron V4.1)
@@ -32,10 +32,10 @@
 .RB [ \-m <mail command> ]
 .SH DESCRIPTION
 .I Cron
-should be started from /etc/rc or /etc/rc.local.  It will return immediately,
-so you don't need to start it with '&'.  The \-n option changes this default
-behavior causing it to run in the foreground.  This can be useful when 
-starting it out of init.
+should be started from /etc/rc.d/rc or /etc/rc.d/rc.local.  It will return 
+immediately, so you don't need to start it with '&'.  The \-n option changes 
+this default behavior causing it to run in the foreground.  This can be 
+useful when starting it out of init.
 .PP
 .I Cron
 searches /var/spool/cron for crontab files which are named after accounts in
@@ -91,7 +91,7 @@
 .SS PAM Access Control
 On Red Hat systems, crond now supports access control with PAM - see 
 .IR pam (8) .
-A PAM configuration file for crond is installed in /etc/pam.d/crond .
+A PAM configuration file for crond is installed in /etc/pam.d/crond.
 crond loads the PAM environment from the pam_env module, but these
 can be overriden by settings in the crontab file.
 .SH SIGNALS


Index: vixie-cron.spec
===================================================================
RCS file: /cvs/dist/rpms/vixie-cron/devel/vixie-cron.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- vixie-cron.spec	21 Jul 2006 02:01:22 -0000	1.72
+++ vixie-cron.spec	25 Aug 2006 08:28:09 -0000	1.73
@@ -10,7 +10,7 @@
 Summary: The Vixie cron daemon for executing specified programs at set times.
 Name: vixie-cron
 Version: 4.1
-Release: 58%{?dist}
+Release: 59%{?dist}
 Epoch:   4
 License: distributable
 Group:   System Environment/Base
@@ -72,6 +72,9 @@
 Patch52: vixie-cron-4.1-_52-bz181439.patch
 Patch53: vixie-cron-4.1-_53_bz199294_selinux_mls.patch
 Patch54: vixie-cron-4.1-_54_bz198019_database_changes.patch
+Patch55: vixie-cron-4.1-man-page-typo.patch
+Patch56: vixie-cron-4.1-_55-bz203746.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires: syslog, bash >= 2.0
 Conflicts: sysklogd < 1.4.1
@@ -162,7 +165,8 @@
 %patch52 -p1 -b .bz181439
 %patch53 -p1 -b .selinux_mls
 %patch54 -p1 -b .bz198019
-
+%patch55 -p1 -b .man-page-typo
+%patch56 -p1 -b .bz203746
 %build
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g -DLINT -Dlint -Werror" \
 %if %{WITH_SELINUX}
@@ -229,6 +233,10 @@
 %config(noreplace) /etc/sysconfig/crond
 
 %changelog
+* Wed Aug 25 2006 Marcela Maslanova <mmaslano at redhat.com> - 4:4.1-59
+- small changes in man-page cron
+- (#203746) RFC3834, patch from James Ralston
+
 * Thu Jul 20 2006 Jason Vas Dias <jvdias at redhat.com> - 4:4.1-58
 - fix bug 199294: support for LSPP multiple per-job SELinux contexts
 - fix bug 198019: make database.c correct if crontab mtime changes 




More information about the fedora-cvs-commits mailing list