Skip to content

Commit

Permalink
login: T1990: Migrate "system login" to XML/Python representation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Feb 5, 2020
1 parent 28a6a65 commit 0840e97
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 533 deletions.
8 changes: 1 addition & 7 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cfgdir = $(datadir)/vyatta-cfg/templates
share_perl5dir = $(datarootdir)/perl5/Vyatta/Login
bin_sudo_usersdir = $(bindir)/sudo-users
curverdir = $(sysconfdir)/config-migrate/current
gentmpdir = generated-templates
Expand Down Expand Up @@ -39,7 +38,6 @@ sbin_SCRIPTS += scripts/vyatta-passwd-sync
sbin_SCRIPTS += scripts/system/vyatta_check_username.pl
sbin_SCRIPTS += scripts/system/vyatta_check_domainname.pl
sbin_SCRIPTS += scripts/system/vyatta_interface_rescan
sbin_SCRIPTS += scripts/system/vyatta_update_login.pl
sbin_SCRIPTS += scripts/system/vyatta_update_logrotate.pl
sbin_SCRIPTS += scripts/system/vyatta_update_sysctl.pl
#sbin_SCRIPTS += scripts/system/vyatta_update_syslog.pl
Expand Down Expand Up @@ -72,9 +70,6 @@ sbin_PROGRAMS += src/local_ip
src_valid_address = src/valid_address.c
src_local_ip = src/local_ip.c

share_perl5_DATA = lib/Vyatta/Login/User.pm
share_perl5_DATA += lib/Vyatta/Login/Radius.pm

sysconf_DATA += sysconf/LICENSE
sysconf_DATA += sysconf/issue
sysconf_DATA += sysconf/issue.net
Expand All @@ -85,7 +80,6 @@ sysconf_DATA += sysconf/default_ssh
sysconf_DATA += sysconf/securetty
sysconf_DATA += sysconf/vyatta-sysctl.conf
sysconf_DATA += sysconf/level
sysconf_DATA += sysconf/pam_radius.cfg
sysconf_DATA += sysconf/filecaps
sysconf_DATA += sysconf/capability.conf
sysconf_DATA += sysconf/cpufrequtils
Expand All @@ -107,7 +101,7 @@ rsyslogdir = /etc/rsyslog.d
#rsyslog_DATA = sysconf/vyatta-log.conf

curver_DATA = cfg-version/vrrp@2
curver_DATA += cfg-version/system@15
curver_DATA += cfg-version/system@16
curver_DATA += cfg-version/broadcast-relay@1
curver_DATA += cfg-version/mdns@1
curver_DATA += cfg-version/dhcp-server@5
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Depends: adduser,
libnetaddr-ip-perl,
procps (>= 1:3.2.7-3),
coreutils (>= 5.97-5.3),
libpam-radius-auth,
vyatta-cfg (>= 0.100.1),
libc6 (>= 2.7-6),
libpam-runtime (>= 1.0.1-5),
Expand Down
107 changes: 0 additions & 107 deletions lib/Vyatta/Login/Radius.pm

This file was deleted.

Loading

0 comments on commit 0840e97

Please sign in to comment.