This patch fixes only the instructions in "infilt.doc" for dynamically loaded modules. The instructions need to tell you to use the -sym switch when you "modload". Thanks to Marc Huber . --strick *** patchlevel.old Sun Oct 30 19:17:42 1994 --- patchlevel Sun Oct 30 19:18:25 1994 *************** *** 1 **** ! 1 --- 1 ---- ! 2 *** infilt.doc.old Sun Oct 30 19:02:20 1994 --- infilt.doc Sun Oct 30 19:15:26 1994 *************** *** 331,337 **** Rebuild your dynamically loaded modules. Remember the name of the linked output of modload, and use it with ! the -k option to the infilt.sh command, below. -- IF YOU HAVE A DIFFERENT PPP PACKAGE, or if the patch does not work: --- 331,350 ---- Rebuild your dynamically loaded modules. Remember the name of the linked output of modload, and use it with ! the -k option to the infilt.sh command, below. ! ! Also add the "-sym" switch to the "modload" command ! in the startdp script, so that it looks something like this: ! ! modload -sym $DPMODULE_DIR/dp_if.o -exec $DPMODULE_DIR/postdpload ! ! (thanks to Marc Huber for pointing this out.) ! ! /* I don't use dynamically loaded modules myself. If you ! have suggestions for these instructions, let me know! ! I think I'm a bit confused about the difference between ! dp_if.c and dp.c. --strick ! */ -- IF YOU HAVE A DIFFERENT PPP PACKAGE, or if the patch does not work: