forked from pool/cronie
2d0a5007f2
Copy from Base:System/cronie based on submit request 49010 from user elvigia OBS-URL: https://build.opensuse.org/request/show/49010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cronie?expand=0&rev=1
14 lines
386 B
Diff
14 lines
386 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 @@
|
|
#else
|
|
# define PIDDIR SYSCONFDIR "/"
|
|
#endif
|
|
-#define PIDFILE "crond.pid"
|
|
+#define PIDFILE "cron.pid"
|
|
#define _PATH_CRON_PID PIDDIR PIDFILE
|
|
#define REBOOT_LOCK PIDDIR "cron.reboot"
|
|
|