summaryrefslogtreecommitdiffstats
path: root/source/installer/dropbear
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/dropbear')
-rwxr-xr-xsource/installer/dropbear/dropbear.Slackbuild2
-rw-r--r--source/installer/dropbear/rc.dropbear.new2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/installer/dropbear/dropbear.Slackbuild b/source/installer/dropbear/dropbear.Slackbuild
index 37ab7c012..9cc78b3ed 100755
--- a/source/installer/dropbear/dropbear.Slackbuild
+++ b/source/installer/dropbear/dropbear.Slackbuild
@@ -24,7 +24,7 @@
PRGNAM=dropbear
VERSION=2012.55
-BUILD=${BUILD:-10}
+BUILD=${BUILD:-11}
TAG=${TAG:-''}
if [ -z "$ARCH" ]; then
diff --git a/source/installer/dropbear/rc.dropbear.new b/source/installer/dropbear/rc.dropbear.new
index 85f0e56e8..3a695b811 100644
--- a/source/installer/dropbear/rc.dropbear.new
+++ b/source/installer/dropbear/rc.dropbear.new
@@ -15,7 +15,7 @@ dropbear_start() {
/bin/dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key
fi
touch /var/log/lastlog # The file is missing in the installer
- /sbin/dropbear -b /etc/motd.net 2>> /var/log/dropbear.log
+ /sbin/dropbear 2>> /var/log/dropbear.log
}
dropbear_stop() {