Debian: changelog and minor initscript updates

This commit is contained in:
kytv
2012-12-14 16:14:46 +00:00
parent 206cea8b56
commit c5502737f2
2 changed files with 38 additions and 1 deletions

2
debian/i2p.init vendored
View File

@@ -124,7 +124,7 @@ do_stop()
start-stop-daemon --stop --quiet --oknodo --retry=0/60/KILL/20 --exec $DAEMON
rm -rf "$I2PTEMP" > /dev/null 2>&1
[ -d "$RUN" ] && rmdir "$RUN" 2>&1
[ -d "$RUN" ] && rmdir --ignore-fail-on-non-empty "$RUN" > /dev/null 2>&1
}
do_dump()