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
commit29de73d5870fb14d14af883a6f26242065ab8ff1 (patch)
tree27c411947994e56319fba96f73d304e7be16c25a
parentReleasing progress-linux version 1.7.7-1~progress7.99u1. (diff)
downloadttyd-29de73d5870fb14d14af883a6f26242065ab8ff1.tar.xz
ttyd-29de73d5870fb14d14af883a6f26242065ab8ff1.zip
Merging debian version 1.7.7-2.
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 e466441..bc8a887 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~progress7.99u1) graograman-backports; urgency=medium
* Uploading to graograman-backports, remaining changes:
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"