diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-10-13 19:09:57 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-10-13 19:09:57 -0700 |
commit | aed20563b004d8c274b8a3f72d161cf75bcf4e4c (patch) | |
tree | 5d943fe195bed0502561a1ece89bba0e268a13cd /debian | |
parent | db349aeba68d510648b8b1c9f37342779f21b941 (diff) | |
download | vyatta-cfg-quagga-aed20563b004d8c274b8a3f72d161cf75bcf4e4c.tar.gz vyatta-cfg-quagga-aed20563b004d8c274b8a3f72d161cf75bcf4e4c.zip |
remove unused files
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 26ae9a02..53fa062c 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -102,6 +102,8 @@ fi sed -i 's/^set /builtin set /' /etc/bash_completion /usr/sbin/dpkg-reconfigure -f noninteractive openssh-server +rm -f /etc/ssh/*.broken +update-rc.d -f ssh remove >/dev/null # Fix up PAM configuration for login so that invalid users are prompted # for password |