From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#20720: Inconsistency in text fields for 'operating-system' Date: Tue, 02 Jun 2015 17:58:46 +0300 Message-ID: <87egludumx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yznfp-0006UP-9m for bug-guix@gnu.org; Tue, 02 Jun 2015 11:00:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yznfm-00082W-3L for bug-guix@gnu.org; Tue, 02 Jun 2015 11:00:13 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:55979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yznfm-00082R-0d for bug-guix@gnu.org; Tue, 02 Jun 2015 11:00:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Yznfj-0001iF-QN for bug-guix@gnu.org; Tue, 02 Jun 2015 11:00:08 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzneX-0005X4-ES for bug-guix@gnu.org; Tue, 02 Jun 2015 10:58:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzneU-0007HC-4w for bug-guix@gnu.org; Tue, 02 Jun 2015 10:58:53 -0400 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:33719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzneT-0007GV-U4 for bug-guix@gnu.org; Tue, 02 Jun 2015 10:58:50 -0400 Received: by lbcue7 with SMTP id ue7so106256660lbc.0 for ; Tue, 02 Jun 2015 07:58:48 -0700 (PDT) Received: from leviafan ([217.107.192.152]) by mx.google.com with ESMTPSA id ef5sm2687044lac.30.2015.06.02.07.58.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Jun 2015 07:58:47 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 20720@debbugs.gnu.org Hello, this is not a bug report, but a feature request. I see some inconsistency in specifying text / text files in an operating-system declaration: - =E2=80=98sudoers=E2=80=99 and =E2=80=98issue=E2=80=99 want plain strings; - =E2=80=98hosts-file=E2=80=99 and =E2=80=98mingetty-service=E2=80=99 (#:mo= td argument) want a 'text-file' monadic procedure; - some other services (=E2=80=98syslog-service=E2=80=99, =E2=80=98lirc-serv= ice=E2=80=99, ...) want file names (of the configuration files). As for me, I prefer the latter variant. But I think the best would be to add support for any of the above possibilities for all services or operating-system fields. --=20 Alex