diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-04-26 18:51:04 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-04-26 18:51:04 -0700 |
commit | f8e69a9cd0110168e270a1b95813ce0b4adfe283 (patch) | |
tree | ac8dca73b1d387ec67df7a297b544ba0c048f2b9 /Makefile.am | |
parent | 1fc94205234401e347613b9996d71698f98f1dd1 (diff) | |
download | vyatta-cfg-quagga-f8e69a9cd0110168e270a1b95813ce0b4adfe283.tar.gz vyatta-cfg-quagga-f8e69a9cd0110168e270a1b95813ce0b4adfe283.zip |
Add configurable login banners.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4cbed0c2..4107298d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,7 @@ sbin_SCRIPTS += scripts/vyatta-bonding.pl sbin_SCRIPTS += scripts/vyatta-raid-event sbin_SCRIPTS += scripts/vyatta-update-arp-params sbin_SCRIPTS += scripts/zone-mgmt/vyatta-zone.pl +sbin_SCRIPTS += scripts/vyatta-banner.pl noinst_DATA = test_bootfile |