cronie/cronie-crond_pid.diff
OBS User autobuild 2d0a5007f2 Accepting request 49010 from Base:System
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
2010-09-27 15:40:15 +00:00

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"