1 --- pppoe.c.orig Sat Jul 10 20:55:38 2004
2 +++ pppoe.c Sat Jul 10 20:55:55 2004
5 if (pppoe_srv_name !=NULL) {
6 if (strlen (pppoe_srv_name) > 255) {
7 - poe_error (ses," Service name too long
8 - (maximum allowed 256 chars)");
9 + poe_error (ses," Service name too long (maximum allowed 256 chars)");
12 ses->filt->stag = make_filter_tag(PTT_SRV_NAME,
13 --- Makefile.orig Sun Jul 11 03:26:49 2004
14 +++ Makefile Sun Jul 11 03:27:18 2004
19 - install -d $(INSTALLDIR)/usr/sbin
20 - install -m 755 pppoecd $(INSTALLDIR)/usr/sbin
21 - $(STRIP) $(INSTALLDIR)/usr/sbin/pppoecd
22 + install -d $(INSTALLDIR)/sbin
23 + install -m 755 pppoecd $(INSTALLDIR)/sbin
24 + $(STRIP) $(INSTALLDIR)/sbin/pppoecd
27 $(LD) -r -o .$@ $^ $(LIBCRYPT)