diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-18 16:17:42 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-18 16:17:42 -0700 |
commit | f5889c5f2bc183645fca1a71bb308246be1f335e (patch) | |
tree | 5697b99d1f9620e0deaf1446ca984b96f3462fd1 /etc | |
parent | 5a730e5833b85876cb1e3f6f47ff49d94bb24768 (diff) | |
download | vyatta-cfg-f5889c5f2bc183645fca1a71bb308246be1f335e.tar.gz vyatta-cfg-f5889c5f2bc183645fca1a71bb308246be1f335e.zip |
Pull the little run_init hack out
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/bash_completion.d/20vyatta-cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/bash_completion.d/20vyatta-cfg b/etc/bash_completion.d/20vyatta-cfg index fe21835..070d50f 100755 --- a/etc/bash_completion.d/20vyatta-cfg +++ b/etc/bash_completion.d/20vyatta-cfg @@ -714,11 +714,6 @@ alias copy=/opt/vyatta/sbin/my_copy alias comment=/opt/vyatta/sbin/my_comment alias discard=/opt/vyatta/sbin/my_discard -# ignore run_init unless selinux is enabled -if ! -d /selinux; then - alias run_init= -fi - export VYATTA_COMP_LINE="" # readline bindings |