summaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot/sources/openwrt/ipkg/pppoecd/pppoecd.patch
blob: 4fa4afc254551cc129209e9e3d241f2d4c79404f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- pppoe.c.orig	Sat Jul 10 20:55:38 2004
+++ pppoe.c	Sat Jul 10 20:55:55 2004
@@ -131,8 +131,7 @@
 
     if (pppoe_srv_name !=NULL) {
 	if (strlen (pppoe_srv_name) > 255) {
-	    poe_error (ses," Service name too long
-	                (maximum allowed 256 chars)");
+	    poe_error (ses," Service name too long (maximum allowed 256 chars)");
 	    poe_die(-1);
 	}
 	ses->filt->stag = make_filter_tag(PTT_SRV_NAME,
--- Makefile.orig	Sun Jul 11 03:26:49 2004
+++ Makefile	Sun Jul 11 03:27:18 2004
@@ -68,9 +68,9 @@
 all: pppoecd
 
 install: all
-	install -d $(INSTALLDIR)/usr/sbin
-	install -m 755 pppoecd $(INSTALLDIR)/usr/sbin
-	$(STRIP) $(INSTALLDIR)/usr/sbin/pppoecd
+	install -d $(INSTALLDIR)/sbin
+	install -m 755 pppoecd $(INSTALLDIR)/sbin
+	$(STRIP) $(INSTALLDIR)/sbin/pppoecd
 
 pppoecd: $(OBJS)
 	$(LD) -r -o .$@ $^ $(LIBCRYPT)