diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-24 10:19:11 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-24 11:46:45 -0800 |
commit | c12b9ae4ef02f54233e9d390d08591e761d84d04 (patch) | |
tree | b6de9c23934f8debc65eb4757d43ad8eeb051d66 /Makefile.am | |
parent | 005340a8145dba861129d98f67fd02fd3cae4ebc (diff) | |
download | vyatta-cfg-c12b9ae4ef02f54233e9d390d08591e761d84d04.tar.gz vyatta-cfg-c12b9ae4ef02f54233e9d390d08591e761d84d04.zip |
Rename bash completion script
The scripts in /etc/bash_completion.d are not named with number
like init files. Also completion script should not be marked executable.
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 c848034..17567f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ AM_CXXFLAGS = -I src -Wall -Werror AM_YFLAGS = -d --name-prefix=yy_`basename $* .y`_ AM_LFLAGS = --prefix=yy_`basename $* .l`_ -olex.yy.c -completion_SCRIPTS = etc/bash_completion.d/20vyatta-cfg +completion_DATA = etc/bash_completion.d/vyatta-cfg initd_SCRIPTS = etc/init.d/vyatta-router dhcphook_SCRIPTS = scripts/vyatta-dhclient-hook |