diff debian/dropbear.postinst @ 180:743fce568f49

Merge in Debian package changes from 0.45-3, grab the dbclient manpage
author Matt Johnston <matt@ucc.asn.au>
date Sun, 13 Mar 2005 16:22:36 +0000
parents b0316ce64e4b
children 654bc8327787
line wrap: on
line diff
--- a/debian/dropbear.postinst	Mon Mar 07 04:25:43 2005 +0000
+++ b/debian/dropbear.postinst	Sun Mar 13 16:22:36 2005 +0000
@@ -2,7 +2,6 @@
 set -e
 
 test "$1" = 'configure' || exit 0
-test -n "$2" || chown log /etc/dropbear/log/main || true
 
 if test ! -e /etc/dropbear/dropbear_rsa_host_key; then
   if test -f /etc/ssh/ssh_host_rsa_key; then