New version works fully under NetBSD 1.6_BETA, and also works on some systems which failed to communicate with the USB modem correctlyt under earlier versions. Additional fix to pkg/17531
21 lines
1.2 KiB
Text
21 lines
1.2 KiB
Text
$NetBSD: patch-aa,v 1.2 2002/07/18 00:10:07 abs Exp $
|
|
|
|
--- doc-bsd/Makefile.in.orig Tue Jul 9 23:45:35 2002
|
|
+++ doc-bsd/Makefile.in
|
|
@@ -87,13 +87,13 @@
|
|
|
|
install : install-man
|
|
@test -d $(datadir)/doc/speedtouch || $(INSTALL) -c -d $(datadir)/doc/speedtouch
|
|
- @test -d $(prefix)/etc/rc.d || $(INSTALL) -c -d $(prefix)/etc/rc.d
|
|
- $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample $(prefix)/etc/rc.d
|
|
+ @test -d $(datadir)/examples/speedtouch || $(INSTALL) -c -d $(datadir)/examples/speedtouch
|
|
+ $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample $(datadir)/examples/speedtouch/adsl.sh
|
|
$(INSTALL) -m 0444 -o $(installuser) INSTALL $(datadir)/doc/speedtouch
|
|
$(INSTALL) -m 0444 -o $(installuser) INSTALL-de $(datadir)/doc/speedtouch
|
|
$(INSTALL) -m 0444 -o $(installuser) INSTALL-fr $(datadir)/doc/speedtouch
|
|
$(INSTALL) -m 0444 -o $(installuser) INSTALL-it $(datadir)/doc/speedtouch
|
|
- $(INSTALL) -m 0444 -o $(installuser) ppp.conf.sample $(datadir)/doc/speedtouch
|
|
+ $(INSTALL) -m 0444 -o $(installuser) ppp.conf.sample $(datadir)/examples/speedtouch/ppp.conf
|
|
$(INSTALL) -m 0444 -o $(installuser) FAQ $(datadir)/doc/speedtouch
|
|
$(INSTALL) -m 0444 -o $(installuser) FAQ-fr $(datadir)/doc/speedtouch
|
|
|