diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-30 14:37:18 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-30 14:37:18 -0700 |
commit | ff5d01eb64f28caea37aff39c7d4c23d1c6a1325 (patch) | |
tree | c3b1348cd35d97d8308f99ca93d01c3580e77bfb | |
parent | e475a086f6b53d8bb57117d1ef1ea00d72fa9dba (diff) | |
download | vyatta-cfg-qos-ff5d01eb64f28caea37aff39c7d4c23d1c6a1325.tar.gz vyatta-cfg-qos-ff5d01eb64f28caea37aff39c7d4c23d1c6a1325.zip |
Install PPP qos script properly
-rw-r--r-- | Makefile.am | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/ppp/qos (renamed from etc/ppp/ip-up.d/20qos) | 0 |
2 files changed, 1 insertions, 0 deletions
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/scripts/ppp/qos index af5f9c4..af5f9c4 100644..100755 --- a/etc/ppp/ip-up.d/20qos +++ b/scripts/ppp/qos |