cronie/cronie-piddir.patch
Dr. Werner Fink 8f2c4b688f Accepting request 198383 from home:elvigia:branches:Base:System
- 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
2013-09-12 17:29:26 +00:00

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