X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpathnames.h;h=57a130e1c2e3b4278226366aa2c9c58e2edcd87e;hp=439c6c8e21da0c2ea0ed3022473df27ddf4c61cd;hb=HEAD;hpb=39063981f7605a994851eec4a7acae86b2327983 diff --git a/pppd/pathnames.h b/pppd/pathnames.h index 439c6c8..d08e8ef 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY @@ -124,12 +124,12 @@ #define PPP_PATH_PPPDB PPP_PATH_VARRUN "/pppd2.tdb" #ifdef __linux__ -#define PPP_PATH_LOCKDIR PPP_PATH_VARRUN "/lock" +#define PPP_PATH_LOCKDIR "/var/lock" #else #ifdef SVR4 -#define PPP_PATH_LOCKDIR LOCALSTATEDIR "/spool/locks" +#define PPP_PATH_LOCKDIR "/var/spool/locks" #else -#define PPP_PATH_LOCKDIR LOCALSTATEDIR "/spool/lock" +#define PPP_PATH_LOCKDIR "/var/spool/lock" #endif #endif