summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:55:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:55:16 +0000
commit947c64ccf55d23105caf0edc1d884ba7dfb30d9e (patch)
treec47f42ec371ae676204e5ec46d0f6c12610c6c0f
parentAdding debian version 1.7.7-1. (diff)
downloadttyd-debian.tar.xz
ttyd-debian.zip
Adding debian version 1.7.7-2.debian/1.7.7-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog8
-rw-r--r--debian/local/default/ttyd2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6c5fcdb..d8394a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ttyd (1.7.7-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Moving writable startup-option to the front as apparently order
+ matters.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 08 Apr 2024 10:20:40 +0200
+
ttyd (1.7.7-1) sid; urgency=medium
* Uploading to sid.
diff --git a/debian/local/default/ttyd b/debian/local/default/ttyd
index f18d17a..5a43f67 100644
--- a/debian/local/default/ttyd
+++ b/debian/local/default/ttyd
@@ -1,3 +1,3 @@
# /etc/default/ttyd
-TTYD_OPTIONS="-i lo -p 7681 -O login -W"
+TTYD_OPTIONS="-W -i lo -p 7681 -O login"