[Python-apps-team] Bug#638752: Bug#638752: Commands in /etc/clustershell/groups.conf do not work with mawk, only with gawk

Stéphan Gorget phantez at gmail.com
Mon Sep 5 18:46:05 UTC 2011


On Sun, Aug 21, 2011 at 5:32 PM, Frederik Himpe <fhimpe at vub.ac.be> wrote:
> Package: clustershell
> Version: 1.5.1-1
> Severity: normal
>
> The commands in /etc/clustershell/groups.conf do not work with mawk, which
> is installed by default in Debian. Only with gawk, they work correctly.
>
> Example:
>
> # mawk -F: '/^[[:alnum:]_]/ {print $1}' /etc/clustershell/groups
> # gawk -F: '/^[[:alnum:]_]/ {print $1}' /etc/clustershell/groups
> nodes
> all
>


This is the example file provided mainstream. Should I add gawk as a
dependence or change this file to make it work with mawk ? What is the
good way to solve this ?

-- 
Stéphan Gorget





More information about the Python-apps-team mailing list