14 lines
389 B
Diff
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"
|
|
|