updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ppp-alt / ppp-2.4.2-alt-pppd-lock.patch
blob3a709561a09a69be61aa41f4c9740fc8e921c2bb
1 --- ppp-20030513/pppd/utils.c.orig 2003-04-07 04:09:04 +0400
2 +++ ppp-20030513/pppd/utils.c 2003-05-24 03:13:54 +0400
3 @@ -862,7 +862,7 @@
4 /* Procedures for locking the serial device using a lock file. */
5 #ifndef LOCK_DIR
6 #ifdef __linux__
7 -#define LOCK_DIR "/var/lock"
8 +#define LOCK_DIR "/var/lock/serial"
9 #else
10 #ifdef SVR4
11 #define LOCK_DIR "/var/spool/locks"