From a4a2575ccf7057ad77ab02a5486a1e7145504ac8 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 30 Jan 2009 12:16:54 -0800 Subject: Fix QoS over ppp interfaces Bug 3473 Add ppp startup script to apply QoS on start of related interfaces. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 950d05f..f9d1d10 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,10 +12,14 @@ share_perl5_DATA += lib/Vyatta/Qos/RateLimiter.pm share_perl5_DATA += lib/Vyatta/Qos/DropTail.pm share_perl5_DATA += lib/Vyatta/Qos/TrafficLimiter.pm +etcdir = /etc +etc_SCRIPTS = + cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd install-exec-hook: mkdir -p $(DESTDIR)$(cfgdir) + mkdir -p $(DESTDIR)/etc/ppp/ip-up.d cd templates; $(cpiop) $(DESTDIR)$(cfgdir) -- cgit v1.2.3