qi: Fix 'rootdir' value, include post-install from proper location
[dragora.git] / patches / rp-pppoe / rp-pppoe-3.12-pluginpath.patch
blobc322b00a3f98d7809c1070566bc24610c020ca94
1 diff -up rp-pppoe-3.12/src/pppoe-server.c.than rp-pppoe-3.12/src/pppoe-server.c
2 --- rp-pppoe-3.12/src/pppoe-server.c.than 2015-12-17 11:17:30.257775608 +0100
3 +++ rp-pppoe-3.12/src/pppoe-server.c 2015-12-17 11:18:44.276951643 +0100
4 @@ -2014,7 +2014,7 @@ startPPPDLinuxKernelMode(ClientSession *
6 argv[c++] = "pppd";
7 argv[c++] = "plugin";
8 - argv[c++] = PLUGIN_PATH;
9 + argv[c++] = "rp-pppoe.so";
11 /* Add "nic-" to interface name */
12 snprintf(buffer, SMALLBUF, "nic-%s", session->ethif->name);