Package: dnssec-trigger Severity: serious Version: 0.13~svn685-2 User: debian-rele...@lists.debian.org Usertags: goal-dash
Hi, I've ran checkbashisms (from the 'devscripts' package) over the whole archive and I found that your package has a /bin/sh script that uses a "bashism". checkbashisms' output: > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 73 (should be >word 2>&1): > dnssec-trigger-control submit "$global_nameservers" &> /dev/null > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 86 (should be >word 2>&1): > unbound-control forward_remove +i $domain &> /dev/null > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 88 (should be >word 2>&1): > unbound-control forward_remove $domain &> /dev/null > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 90 (should be >word 2>&1): > unbound-control flush_zone $domain &> /dev/null > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 91 (should be >word 2>&1): > unbound-control flush_requestlist &> /dev/null > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 97 (should be >word 2>&1): > rm -f $conn_zones_file &> /dev/null > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 105 (should be >word 2>&1): > unbound-control forward_add +i $domain $nameservers &> > /dev/null > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 107 (should be >word 2>&1): > unbound-control forward_add $domain $nameservers &> > /dev/null > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 109 (should be >word 2>&1): > unbound-control flush_zone $domain &> /dev/null > possible bashism in ./etc/NetworkManager/dispatcher.d/01-dnssec-trigger > line 110 (should be >word 2>&1): > unbound-control flush_requestlist &> /dev/null Not using bash (or a Debian Policy compliant shell interpreter that doesn't provide such an extra feature) as /bin/sh is likely to lead to errors or unexpected behaviours. Please be aware that dash is the default /bin/sh. Please closely examine the above output and the script, and determine what the proper severity of the bug is, and adjust it accordingly. If it's important or greater please hurry to get this fixed for jessie. Hints about how to fix bashisms can be found at: https://wiki.ubuntu.com/DashAsBinSh Thanks in advance, Raphael Geissert -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org