at/at-piddir.patch
Dr. Werner Fink 99983ff6a6 Accepting request 182951 from home:elvigia:branches:Base:System
- systemd: start as non-forking service 
- systemd: start after systemd-user-sessions.service

- Use /run not /var/run to store the pid file

OBS-URL: https://build.opensuse.org/request/show/182951
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=65
2013-07-13 20:40:31 +00:00

11 lines
244 B
Diff

--- configure.ac.orig
+++ configure.ac
@@ -136,6 +136,7 @@ elif test -d /usr/run ; then
else
PIDDIR="$ETCDIR"
fi
+PIDDIR=/run
AC_DEFINE_UNQUOTED(PIDFILE, "$PIDDIR/atd.pid", [What is the name of our PID file?])
AC_MSG_RESULT($PIDDIR)