dropbear: Don't install to/use /var/run.

for/master
Wulf C. Krueger 2012-05-20 20:39:43 +02:00 committed by Daniel Mierswa
parent 58552ec46e
commit 5ccab7e844
1 changed files with 20 additions and 20 deletions

View File

@ -31,6 +31,6 @@ start() {
stop() {
ebegin "Stopping dropbear"
start-stop-daemon --stop --pidfile /var/run/dropbear.pid
start-stop-daemon --stop --pidfile /run/dropbear.pid
eend $?
}