rpms/cronie/F-10 0001-Update-manual-for-symlink.patch, 1.1, 1.2 cronie.spec, 1.16, 1.17

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Dec 23 09:02:22 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/cronie/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17129

Modified Files:
	0001-Update-manual-for-symlink.patch cronie.spec 
Log Message:
* Tue Dec 23 2008 Marcela Mašláňová <mmaslano at redhat.com> - 1.2-7
- fix errors in man


0001-Update-manual-for-symlink.patch:

Index: 0001-Update-manual-for-symlink.patch
===================================================================
RCS file: /cvs/pkgs/rpms/cronie/F-10/0001-Update-manual-for-symlink.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0001-Update-manual-for-symlink.patch	22 Dec 2008 15:27:05 -0000	1.1
+++ 0001-Update-manual-for-symlink.patch	23 Dec 2008 09:02:21 -0000	1.2
@@ -26,12 +26,12 @@
 -user other than their owner.
 +The
 +.BR crontab
-+has to be regular file, it can't be executable and writable by anyone else
-+than owner.
-+This setting could be overwrite by running cron daemon with \fB-p\fP option.
-+After change in file, which is symlinked to a crontab, is reload of daemon needed.
-+The inotify can't notice changes in files, which are symlinks. Only changes in symlinked
-+files are watched.
++files have to be regular files or symlinks to regular files, they must not be executable
++or writable by anyone else than the owner.
++This requirement can be overridden by using the \fB-p\fP option on the crond command line.
++If inotify support is in use changes in the symlinked crontabs are not automatically
++noticed by the cron daemon. The cron daemon must receive a SIGHUP to reload the crontabs.
++This is a limitation of inotify API.
 +
  .SH "SEE ALSO"
  .IR crontab (1),
@@ -54,12 +54,12 @@
 -other than their owner.
 +The
 +.BR crontab
-+has to be regular file, it can't be executable and writable by anyone else
-+than owner.
-+This setting could be overwrite by running cron daemon with \fB-p\fP option.
-+After change in file, which is symlinked to a crontab, is reload of daemon needed.
-+The inotify can't notice changes in files, which are symlinks. Only changes in symlinked
-+files are watched.
++files have to be regular files or symlinks to regular files, they must not be executable
++or writable by anyone else than the owner.
++This requirement can be overridden by using the \fB-p\fP option on the crond command line.
++If inotify support is in use changes in the symlinked crontabs are not automatically
++noticed by the cron daemon. The cron daemon must receive a SIGHUP to reload the crontabs.
++This is a limitation of inotify API.
 +
  .SH AUTHOR
  .nf


Index: cronie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cronie/F-10/cronie.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- cronie.spec	22 Dec 2008 15:31:54 -0000	1.16
+++ cronie.spec	23 Dec 2008 09:02:22 -0000	1.17
@@ -6,7 +6,7 @@
 Summary: Cron daemon for executing programs at set times
 Name: cronie
 Version: 1.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT and BSD
 Group: System Environment/Base
 URL: https://fedorahosted.org/cronie
@@ -133,6 +133,9 @@
 %config(noreplace) %{_sysconfdir}/cron.deny
 
 %changelog
+* Tue Dec 23 2008 Marcela Mašláňová <mmaslano at redhat.com> - 1.2-7
+- fix errors in man
+
 * Mon Dec 22 2008 Marcela Mašláňová <mmaslano at redhat.com> - 1.2-6
 - 477100 apply patch from tmraz. reload after change in symlinked
   file is needed.




More information about the fedora-extras-commits mailing list