diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-07-30 13:42:59 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-07-30 13:58:46 -0700 |
commit | c87c1a8bfa9a68dcc5c554ada1274ebcf44b5c2b (patch) | |
tree | 92c5b8b4aa7022790805a7f507838476364ae50a /Makefile.am | |
parent | e5e5ef0458a2348fe60383d56ea7cc13e19f1da0 (diff) | |
download | vyatta-cfg-system-c87c1a8bfa9a68dcc5c554ada1274ebcf44b5c2b.tar.gz vyatta-cfg-system-c87c1a8bfa9a68dcc5c554ada1274ebcf44b5c2b.zip |
Fix 4748: Pre-login message files (/etc/issue,/etc/issue.net) are
replaced with Debian branding during full-upgrade to Jenner
(cherry picked from commit cbdcd18b2e5328d24a9dfe04dfa015f8375b50ac)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fc9c56c2..00327c24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,6 +55,8 @@ bin_sudo_users_SCRIPTS += scripts/keepalived/vyatta-show-vrrp.pl sysconf_DATA += sysconf/LICENSE sysconf_DATA += sysconf/logrotate_messages +sysconf_DATA += sysconf/issue +sysconf_DATA += sysconf/issue.net sysconf_DATA += sysconf/motd.tail sysconf_DATA += sysconf/syslog.conf sysconf_DATA += sysconf/ntp.conf |