diff options
Diffstat (limited to 'package/dropbear')
-rw-r--r-- | package/dropbear/Makefile | 4 | ||||
-rw-r--r-- | package/dropbear/files/dropbear.postinst | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 186dae9af..22a5680ac 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. @@ -26,7 +24,7 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --disable-pam \ --enable-openpty \ --enable-syslog \ - --disable-shadow \ + --enable-shadow \ --disable-lastlog \ --disable-utmp \ --disable-utmpx \ diff --git a/package/dropbear/files/dropbear.postinst b/package/dropbear/files/dropbear.postinst index 1e45f3924..8cde82f3f 100644 --- a/package/dropbear/files/dropbear.postinst +++ b/package/dropbear/files/dropbear.postinst @@ -1,3 +1,3 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf '"NO" to disable' dropbear_flags "" +add_rcconf '"NO" to disable' dropbear_flags "-w" |