From cc54b5bea4fd392cbc88a4bc1d33298a1aac41f0 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 1 Mar 2002 15:30:24 +0000 Subject: When having an expanded name for a class, use '|' instead if ':' to seperate the short name and the long name. This was present for most but not all entries. Because the parsing doesn't reject unrecognized entries, this didn't cause failures, but it wasn't strictly correct. Submitted by: Martin Faxer MFC after: 2 weeks --- etc/login.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/login.conf') diff --git a/etc/login.conf b/etc/login.conf index 854a2ab..ea9bbad 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -69,7 +69,7 @@ root:\ # # Russian Users Accounts. Setup proper environment variables. # -russian:Russian Users Accounts:\ +russian|Russian Users Accounts:\ :charset=KOI8-R:\ :lang=ru_RU.KOI8-R:\ :tc=default: @@ -301,7 +301,7 @@ russian:Russian Users Accounts:\ # :tc=subscriber: # # -#subshell:Shell Subscriber Accounts:\ +#subshel|:Shell Subscriber Accounts:\ # :tc=subscriber: # ## -- cgit v1.1