diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-16 15:31:49 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-16 17:48:42 -0700 |
commit | c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46 (patch) | |
tree | 9c2d79f5698a22f611477b31f475c0cf244665e1 /debian | |
parent | e6833f9543cbbc9ece4c02c299971679a3e1b37a (diff) | |
download | vyatta-cfg-system-c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46.tar.gz vyatta-cfg-system-c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46.zip |
Make telnet management smarter
Bug 4591
Consolidate check for telnet login
Don't remove /etc/securetty edit it
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index a756ba34..38d276ec 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -110,6 +110,8 @@ EOF # replace debian /etc/ntp.conf with Vyatta version cp $sysconfdir/ntp.conf /etc/ntp.conf + # purge off ancient devfs stuff from /etc/securetty + cp $sysconfdir/securetty /etc/securetty fi # update crontab for logrotate |