diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-11-29 17:36:06 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-11-29 17:36:06 -0800 |
commit | 9e5864d615b80c55367fcea8d419a28e557979ef (patch) | |
tree | 4da3e93051965662b63baccde009ba8599083c92 /Makefile.am | |
parent | 47783a51d51a6f07c743a28f0ebe50a05a5c1002 (diff) | |
download | vyatta-cfg-9e5864d615b80c55367fcea8d419a28e557979ef.tar.gz vyatta-cfg-9e5864d615b80c55367fcea8d419a28e557979ef.zip |
disable activate/deactivate for mendocino as discussed.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 17567f9..41baca7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -120,8 +120,6 @@ install-exec-hook: cd $(DESTDIR)$(sbindir); \ $(LN_S) my_cli_bin my_set; \ $(LN_S) my_cli_bin my_delete; \ - $(LN_S) my_cli_bin my_activate; \ - $(LN_S) my_cli_bin my_deactivate; \ $(LN_S) my_cli_bin my_rename; \ $(LN_S) my_cli_bin my_copy; \ $(LN_S) my_cli_bin my_comment; \ |