rpms/vixie-cron/FC-5 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.69, 1.70

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 25 08:46:13 UTC 2006


Author: mmaslano

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

Modified Files:
	vixie-cron.spec 
Added Files:
	vixie-cron-4.1-_55-bz203746.patch 
	vixie-cron-4.1-man-page-typo.patch 
Log Message:
Adding crond should use Auto-Submitted header in outbound mail and
man-pages typo to FC-5 update.


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/FC-5/vixie-cron.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- vixie-cron.spec	15 Jul 2006 00:31:15 -0000	1.69
+++ vixie-cron.spec	25 Aug 2006 08:46:11 -0000	1.70
@@ -10,7 +10,7 @@
 Summary: The Vixie cron daemon for executing specified programs at set times.
 Name: vixie-cron
 Version: 4.1
-Release: 55.FC5
+Release: 56%{?dist}
 Epoch:   4
 License: distributable
 Group:   System Environment/Base
@@ -70,6 +70,9 @@
 Patch50: vixie-cron-4.1-_50-bz178931.patch
 Patch51: vixie-cron-4.1-_51-bz180145-mail_i18n.patch
 Patch52: vixie-cron-4.1-_52-bz181439.patch
+Patch53: vixie-cron-4.1-man-page-typo.patch
+Patch54: vixie-cron-4.1-_55-bz203746.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires: syslog, bash >= 2.0
 Conflicts: sysklogd < 1.4.1
@@ -158,7 +161,8 @@
 %patch50 -p1 -b .bz178931
 %patch51 -p1 -b .mail_i18n
 %patch52 -p1 -b .bz181439
-
+%patch53 -p1 -b .man-pages-typo
+%patch54 -p1 -b .bz203746
 %build
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g -DLINT -Dlint -Werror" \
 %if %{WITH_SELINUX}
@@ -225,6 +229,10 @@
 %config(noreplace) /etc/sysconfig/crond
 
 %changelog
+* Fri Aug 25 2006 Marcela Maslanova <mmaslano at redhat.com> - 4:4.1-56.FC5
+- small changes in man-page cron
+- (#203746) RFC3834, patch from James Ralston
+
 * Fri Jul 14 2006 Jason Vas Dias <jvdias at redhat.com> - 4:4.1-55.FC5
 - fix bug 198893 - change permissions of cron spool directories to 0700
 - fix bug 191823: fix missing BuildRequires: audit-libs-devel




More information about the fedora-cvs-commits mailing list