TMP_PID_FILE changed from /tmp/logkeys.pid.lock to /var/run/logkeys.pid

git-svn-id: https://logkeys.googlecode.com/svn/trunk@26 c501e62c-e7d1-11de-a198-37193048d1ed
This commit is contained in:
kernc 2010-03-21 03:13:38 +00:00
parent fad35522a9
commit d51924413d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#endif
#define DEFAULT_LOG_FILE "/var/log/logkeys.log"
#define TMP_PID_FILE "/tmp/logkeys.pid.lock"
#define TMP_PID_FILE "/var/run/logkeys.pid"
#ifdef INPUT_EVENT_PREFIX // may be defined by ./configure --enable-evdev-path=PATH
# define INPUT_EVENT_PATH (INPUT_EVENT_PREFIX "/event") // in which case use it