cronie/cronie-crond_pid.diff
Dirk Mueller 0b12c5eced Accepting request 965661 from home:dspinella:branches:Base:System
- Update to 1.6.0:
  * Add switch -f for foreground mode
  * Fix regression in handling */x crontab entries
  * Add random within range '~' operator
  * Fix RandomScale calculation
  * crond: Fix description of '-P' option
  * Increase the maximum number of crontab entries
  * crontab: use bold colors
- Remove upstreamed patches:
  * cronie-1.5.7-increase_crontab_limit.patch
  * cronie-piddir.patch
- Refresh patches:
  * cronie-nheader_lines.diff
  * cronie-cron_pid.diff

OBS-URL: https://build.opensuse.org/request/show/965661
OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=201
2022-03-29 17:45:35 +00:00

14 lines
389 B
Diff

Index: cronie-1.4.4/src/pathnames.h
===================================================================
--- cronie-1.4.4.orig/src/pathnames.h
+++ cronie-1.4.4/src/pathnames.h
@@ -41,7 +41,7 @@
# define PIDDIR SYSCONFDIR "/"
# endif
#endif
-#define PIDFILE "crond.pid"
+#define PIDFILE "cron.pid"
#define _PATH_CRON_PID PIDDIR PIDFILE
#define REBOOT_LOCK PIDDIR "cron.reboot"