- define PIDIDIR to "/run" instead of the (outdated) definition coming from glibc "paths.h" - systemd: there is no mail-transfer-agent target anymore, services must be ordered After= a list of possible MTA. OBS-URL: https://build.opensuse.org/request/show/198383 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=119
12 lines
267 B
Diff
12 lines
267 B
Diff
--- cronie-1.4.8.orig/src/pathnames.h
|
|
+++ cronie-1.4.8/src/pathnames.h
|
|
@@ -37,7 +37,7 @@
|
|
* (Don't ask why the default is "/etc/".)
|
|
*/
|
|
#ifdef _PATH_VARRUN
|
|
-# define PIDDIR _PATH_VARRUN
|
|
+# define PIDDIR "/run/"
|
|
#else
|
|
# define PIDDIR SYSCONFDIR "/"
|
|
#endif
|