summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-23 15:28:45 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-23 15:28:45 -0700
commitfd605ab5d4ce4aa4015089042afd90f6e5c6ba59 (patch)
tree49f4d168faf6332f79f26dc0c667fb97b410fb9c /Makefile.am
parent1954901f4345cc0e2e0503019ff60eee1e2faaf8 (diff)
downloadvyatta-cfg-system-fd605ab5d4ce4aa4015089042afd90f6e5c6ba59.tar.gz
vyatta-cfg-system-fd605ab5d4ce4aa4015089042afd90f6e5c6ba59.zip
Split login authentication configuration into three scripts
Getting cumbersome with one big script.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b488682d..10d5a130 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,9 @@ sbin_SCRIPTS += scripts/install-system
sbin_SCRIPTS += scripts/vyatta-grub-setup
sbin_SCRIPTS += scripts/standalone_root_pw_reset
sbin_SCRIPTS += scripts/vyatta-passwd-sync
-sbin_SCRIPTS += scripts/system/vyatta_update_login.pl
+sbin_SCRIPTS += scripts/system/vyatta_update_users.pl
+sbin_SCRIPTS += scripts/system/vyatta_update_radius.pl
+sbin_SCRIPTS += scripts/system/vyatta_update_tacacs.pl
sbin_SCRIPTS += scripts/system/vyatta_update_logrotate.pl
sbin_SCRIPTS += scripts/system/vyatta_update_resolv.pl
sbin_SCRIPTS += scripts/system/vyatta_update_syslog.pl