From c28860d5f8524f8dfd7d3932a6e4fd1a5e9c42af Mon Sep 17 00:00:00 2001 From: Matthias Strubel Date: Sat, 22 Aug 2015 23:05:30 +0200 Subject: [PATCH 1/4] Removes an unwanted linebreak in the droopy startup --- piratebox/piratebox/init.d/piratebox | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/piratebox/piratebox/init.d/piratebox b/piratebox/piratebox/init.d/piratebox index 92a1249..dcacc7d 100755 --- a/piratebox/piratebox/init.d/piratebox +++ b/piratebox/piratebox/init.d/piratebox @@ -145,8 +145,7 @@ case "$1" in DROOPY_USER=" -c $LIGHTTPD_USER:$LIGHTTPD_GROUP " fi log_daemon_msg "Starting droopy..." - start-stop-daemon $DROOPY_USER -m --start --background --pidfile $PIDFILE_DROOPY --exec $PIRATEBOX/bin/droopy -- -d "$UPLOADFOLDER" -m "$DROOPY_TXT" --chmod $DROOPY_CHMOD $DROOPY_USERDIR -$DROOPY_PORT + start-stop-daemon $DROOPY_USER -m --start --background --pidfile $PIDFILE_DROOPY --exec $PIRATEBOX/bin/droopy -- -d "$UPLOADFOLDER" -m "$DROOPY_TXT" --chmod $DROOPY_CHMOD $DROOPY_USERDIR $DROOPY_PORT log_end_msg $? fi From d266d746cb656f830898354cc33bf20a59f89266 Mon Sep 17 00:00:00 2001 From: Matthias Strubel Date: Sun, 23 Aug 2015 09:55:49 +0200 Subject: [PATCH 2/4] Better styling for droopy upload frame --- CHANGELOG | 3 +++ piratebox/piratebox/www/index.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7a7da48..c82364d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ CHANGELOG +=== 1.0.5 === +* [New] Improved styling for droopy iframe +* [Fix] Droopy call in init.d/piratebox failed to use the correct port === 1.0.4 === * [New] New feature: /opt/piratebox/bin/board-autoconf.sh for setting up the imageboard diff --git a/piratebox/piratebox/www/index.html b/piratebox/piratebox/www/index.html index 103e5dc..08af48c 100644 --- a/piratebox/piratebox/www/index.html +++ b/piratebox/piratebox/www/index.html @@ -42,7 +42,7 @@