freebsd-ports/net/poptop/files/patch-pptpctrl.c
Sergey Matveychuk ea9c48b7a5 - Update to 1.2.1
- Grant maintainership to submitter

PR:		ports/87891
Submitted by:	Oleg M. Golovanov <olmi@rentech.ru>
2005-10-24 09:21:58 +00:00

11 lines
459 B
C

--- pptpctrl.c.orig Wed Apr 28 11:36:07 2004
+++ pptpctrl.c Thu Oct 20 22:33:48 2005
@@ -734,7 +734,7 @@
if (pptp_logwtmp) {
pppd_argv[an++] = "plugin";
- pppd_argv[an++] = "/usr/lib/pptpd/pptpd-logwtmp.so";
+ pppd_argv[an++] = "@@PREFIX@@/lib/pptpd/pptpd-logwtmp.so";
pppd_argv[an++] = "pptpd-original-ip";
pppd_argv[an++] = inet_ntoa(inetaddrs[1]);
}