Bug#638752:

2012-02-15 Thread Stéphan Gorget
tag 638752 pending thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#638752:

2012-02-15 Thread Stéphan Gorget
tags 638752 + pending patch confirmed thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

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

2011-12-19 Thread Stéphan Gorget
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

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

2011-09-05 Thread Stéphan Gorget
On Sun, Aug 21, 2011 at 5:32 PM, Frederik Himpe fhi...@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: #

Bug#638752: Commands in /etc/clustershell/groups.conf do not work with mawk, only with gawk

2011-08-21 Thread Frederik Himpe
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: