diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-06-17 10:44:43 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-06-17 10:44:43 -0700 |
commit | 6b1ee227a2b209b4d90d7d7565461d5c5fe13ba2 (patch) | |
tree | 7da2c20aead476a305e19a317b5bbd854587c505 /debian | |
parent | dc85b1bfe3534839a5e8eb8b4d4a27fec0985610 (diff) | |
parent | f73e31fbdbd10109e8463bddcd8cc43a97a87eed (diff) | |
download | vyatta-cfg-system-6b1ee227a2b209b4d90d7d7565461d5c5fe13ba2.tar.gz vyatta-cfg-system-6b1ee227a2b209b4d90d7d7565461d5c5fe13ba2.zip |
Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 942bab24..5c56e4de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-cfg-system (0.15.48+jenner20) unstable; urgency=low + + * Make telnet management smarter + + -- Stephen Hemminger <stephen.hemminger@vyatta.com> Tue, 16 Jun 2009 17:49:58 -0700 + vyatta-cfg-system (0.15.48+jenner19) unstable; urgency=low * move acpid and ifupdown from Suggest to Depends 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 |