diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 11:18:57 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 11:18:57 -0800 |
commit | f30ef90be0e3bef15b783b48ed8f1976b9537a23 (patch) | |
tree | d1cba378bce5d21b4c2d716833ea88cb21c07899 /debian/vyatta-cfg-system.postinst.in | |
parent | d234dbf62a065de2b799f9b57c1b476c07a6bc17 (diff) | |
download | vyatta-cfg-quagga-f30ef90be0e3bef15b783b48ed8f1976b9537a23.tar.gz vyatta-cfg-quagga-f30ef90be0e3bef15b783b48ed8f1976b9537a23.zip |
Fix command-with-path-in-maintainer-script postinst:158 /usr/sbin/dpkg-reconfigure
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 5cb03651..c2b374c8 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -155,7 +155,7 @@ fi sed -i 's/^set /builtin set /' /etc/bash_completion -/usr/sbin/dpkg-reconfigure -f noninteractive openssh-server +dpkg-reconfigure -f noninteractive openssh-server rm -f /etc/ssh/*.broken update-rc.d -f ssh remove >/dev/null |