diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-29 12:11:44 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-29 12:11:44 -0700 |
commit | 9abea22b6029c506cff3f88fb5a93d9b2206e256 (patch) | |
tree | 619bd76c866bf9290f1ca07d005b19e5a723f024 | |
parent | 789399684798bb95e8e7fa4235044a069c04e097 (diff) | |
download | vyatta-cfg-qos-9abea22b6029c506cff3f88fb5a93d9b2206e256.tar.gz vyatta-cfg-qos-9abea22b6029c506cff3f88fb5a93d9b2206e256.zip |
Label Qos config version
For safety against future changes.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index af0d69e..44c23f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ share_perl5_DATA += lib/Vyatta/Qos/RandomDetect.pm etcdir = /etc etc_SCRIPTS = +curver_DATA = cfg-version/qos@1 + cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |