diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-06-06 13:47:36 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-06-06 13:47:36 -0700 |
commit | f498c7b59b8a4784c14b3affcb2d796ab3814138 (patch) | |
tree | 4a870cc9ac25ed5a1b573d27616f52a8ba996e3a /Makefile.am | |
parent | fff0ed76b20569d50f8e2aca1500602ab6686b21 (diff) | |
download | vyatta-cfg-quagga-f498c7b59b8a4784c14b3affcb2d796ab3814138.tar.gz vyatta-cfg-quagga-f498c7b59b8a4784c14b3affcb2d796ab3814138.zip |
Fix 787: Add a command to force vrrp state transition to backup
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9e42f89c..ff8f646f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ cfgdir = $(datadir)/vyatta-cfg/templates share_perl5dir = $(datarootdir)/perl5 libudevdir = /lib/udev etcudevdir = /etc/udev +bin_sudo_usersdir = $(bindir)/sudo-users bin_SCRIPTS = sbin_SCRIPTS = @@ -32,6 +33,8 @@ noinst_DATA = test_bootfile share_perl5_DATA = scripts/keepalived/VyattaKeepalived.pm +bin_sudo_users_SCRIPTS = scripts/keepalived/vyatta-clear-vrrp.pl + sysconf_DATA += sysconf/LICENSE sysconf_DATA += sysconf/logrotate_messages sysconf_DATA += sysconf/motd.tail |