diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:55:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:55:16 +0000 |
commit | 947c64ccf55d23105caf0edc1d884ba7dfb30d9e (patch) | |
tree | c47f42ec371ae676204e5ec46d0f6c12610c6c0f | |
parent | Adding debian version 1.7.7-1. (diff) | |
download | ttyd-947c64ccf55d23105caf0edc1d884ba7dfb30d9e.tar.xz ttyd-947c64ccf55d23105caf0edc1d884ba7dfb30d9e.zip |
Adding debian version 1.7.7-2.debian/1.7.7-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/local/default/ttyd | 2 |
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" |