From decca1b7a36e42f224edbbe065ba67440eba4ffd Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Tue, 31 Mar 2015 17:35:04 +0200 Subject: services: uppercase configuration variables --- services/agetty-serial/conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/agetty-serial') diff --git a/services/agetty-serial/conf b/services/agetty-serial/conf index 7e064af..5aba88f 100644 --- a/services/agetty-serial/conf +++ b/services/agetty-serial/conf @@ -3,5 +3,5 @@ if [ -x /sbin/getty ]; then GETTY_ARGS="-8 -L" fi -baud_rate=115200 -term_name=vt100 +BAUD_RATE=115200 +TERM_NAME=vt100 -- cgit 1.4.1