diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-24 08:21:45 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-24 08:21:45 -0800 |
commit | 1e0f76993b5b8ae93470775f1857f4b02ff125c0 (patch) | |
tree | 431ca825622a3fabe6a1e7f09d62e20e1f6d1f4c /Makefile.am | |
parent | d948cf425657cb34ad0f5bf1937ed9e8c24a17d2 (diff) | |
download | vyatta-op-1e0f76993b5b8ae93470775f1857f4b02ff125c0.tar.gz vyatta-op-1e0f76993b5b8ae93470775f1857f4b02ff125c0.zip |
Rename 10vyatta-op to vyatta-op
Bug 6302
Rename vyatta-op completion script so it runs after others
to avoid conflict with set alias. Other scripts after 'v'
in alphabet do not use set.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fe214da..302f108 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ defaultdir = /etc/default default_DATA = etc/default/vyatta completiondir = /etc/bash_completion.d -completion_DATA = etc/bash_completion.d/10vyatta-op +completion_DATA = etc/bash_completion.d/vyatta-op opdir = $(datadir)/vyatta-op/templates bin_sudo_usersdir = $(bindir)/sudo-users |