freebsd-ports/net/pptpclient/files/patch-ac
John Polstra f9c4cd9156 New port for the "pptp-linux" VPN client. It allows a FreeBSD machine
to connect to a remote NT server, making it behave as if it were on
the same LAN.
1999-06-19 22:41:33 +00:00

14 lines
373 B
Text

RCS file: /home/jdp/f5/pptp/cvs/pptp/pptp_callmgr.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- pptp_callmgr.h 1999/04/28 19:36:57 1.1.1.1
+++ pptp_callmgr.h 1999/04/28 19:43:06 1.2
@@ -6,4 +6,7 @@
*/
#define PPTP_SOCKET_PREFIX "/var/run/pptp/"
+
+#ifndef PPTP_CALLMGR_BINARY
#define PPTP_CALLMGR_BINARY "./pptp_callmgr"
+#endif