CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/20 01:00:19
Modified files:
usr.sbin/npppd/l2tp: l2tpd.c
usr.sbin/npppd/npppd: npppd.c
usr.sbin/npppd/pptp: pptpd.c
Log message:
PPPoE server was broken since last configuration rework. Calling
pppoed_init() was accidentally deleted. Revert it in npppd_init() and
rearrange l2tpd_init() and pptpd_init() to the same place.
ok todd
