From: Adi Masputra Date: Mon, 24 Jan 2000 20:42:18 +0000 (+0000) Subject: Added compile option that the user may enable to use the /var/run X-Git-Tag: ppp-2.4.7~574 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=153580fa5663789d0e1be6ddba953dced82c08d0;p=ppp.git Added compile option that the user may enable to use the /var/run facility provided by Solaris 8 and later --- diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index 2504f29..d75cb68 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,6 +1,6 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.15 1999/09/30 19:55:52 masputra Exp $ +# $Id: Makefile.sol2,v 1.16 2000/01/24 20:42:18 masputra Exp $ # include ../svr4/Makedefs @@ -18,6 +18,12 @@ OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o \ CFLAGS += -DPLUGIN LIBS += -ldl +# +# Solaris 8 and above accomodates /var/run, so uncomment the +# following to place pppd process IDs on that location +# +#CFLAGS += -D_PATH_VARRUN='"/var/run/"' + # # uncomment the following to enable IPv6 #