From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: (user (comment)) equal to gecos? Date: Mon, 15 May 2017 09:17:02 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAC81-0004H5-H8 for guix-devel@gnu.org; Mon, 15 May 2017 05:17:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAC7x-0002ZF-FL for guix-devel@gnu.org; Mon, 15 May 2017 05:17:21 -0400 Received: from [195.159.176.226] (port=44615 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAC7x-0002YY-9v for guix-devel@gnu.org; Mon, 15 May 2017 05:17:17 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dAC7o-0006Tu-Nm for guix-devel@gnu.org; Mon, 15 May 2017 11:17:08 +0200 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Is the (comment) in (user-account) completely equal to gecos (http://www.manpages.info/freebsd/passwd.5.html)? I mean the examples to my knowledge just list (comment "Full Name"). gecos is comma separated, so it would be (comment "Full Name,no.one@veryimportant.bloat") for more values.. or am I wrong? gnu/system/shadow.scm didn't proof me right or wrong.