From ff5d01eb64f28caea37aff39c7d4c23d1c6a1325 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 30 Mar 2009 14:37:18 -0700 Subject: Install PPP qos script properly --- Makefile.am | 1 + etc/ppp/ip-up.d/20qos | 3 --- scripts/ppp/qos | 3 +++ 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 etc/ppp/ip-up.d/20qos create mode 100755 scripts/ppp/qos diff --git a/Makefile.am b/Makefile.am index 21b5a63..c4f1347 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ clean-local: install-exec-hook: mkdir -p $(DESTDIR)$(cfgdir) mkdir -p $(DESTDIR)/etc/ppp/ip-up.d + install -m 0755 scripts/ppp/qos $(DESTDIR)/etc/ppp/ip-up.d cd templates; $(cpiop) $(DESTDIR)$(cfgdir) cd $(gentmpdir); $(cpiop) $(DESTDIR)$(cfgdir) diff --git a/etc/ppp/ip-up.d/20qos b/etc/ppp/ip-up.d/20qos deleted file mode 100644 index af5f9c4..0000000 --- a/etc/ppp/ip-up.d/20qos +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -/opt/vyatta/sbin/vyatta-qos.pl --start-interface $1 diff --git a/scripts/ppp/qos b/scripts/ppp/qos new file mode 100755 index 0000000..af5f9c4 --- /dev/null +++ b/scripts/ppp/qos @@ -0,0 +1,3 @@ +#! /bin/sh + +/opt/vyatta/sbin/vyatta-qos.pl --start-interface $1 -- cgit v1.2.3