From 56fdab4e0dff24b7218f73fbb1cc300e02120498 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 25 Oct 2023 08:49:32 +0200 Subject: [PATCH] system: make a note about rcons integration --- src/etc/inc/system.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 804dac65e..c05e4472e 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -1285,6 +1285,8 @@ function system_login_configure($verbose = false) continue; } + /* XXX rcons currently not tied to serial setting */ + if (!empty($tty)) { /* all other lines stay the same */ fwrite($fd, $tty . "\n");