# HG changeset patch
# User Florian Haas <[email protected]>
# Date 1274014046 -7200
# Node ID 2a6d69347b107dd3b4f754cd9fc75c17fadf71af
# Parent 00c53b622c776e2da80857c280062d0f4bd693b6
Low: xinetd: fix checkbashisms FP (Debian #581073)
"type" at the start of a line causes a checkbashisms false-positive.
Rewrap the line to keep it happy.
diff -r 00c53b622c77 -r 2a6d69347b10 heartbeat/Xinetd
--- a/heartbeat/Xinetd Sun May 16 14:45:39 2010 +0200
+++ b/heartbeat/Xinetd Sun May 16 14:47:26 2010 +0200
@@ -187,8 +187,8 @@
# attr.h
check_attributes () {
# Empty these attributes before validating them
- unset socket_type wait server user protocol port group instances \
- type flags disable nice umask
+ unset socket_type wait server user protocol port group instances type \
+ flags disable nice umask
VAR=""
for SECTION in $*; do
case $SECTION in
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/