17 lines
419 B
Diff
17 lines
419 B
Diff
---
|
|
configure.ac | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: at-3.2.0/configure.ac
|
|
===================================================================
|
|
--- at-3.2.0.orig/configure.ac
|
|
+++ at-3.2.0/configure.ac
|
|
@@ -130,6 +130,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)
|
|
|