Bugzilla – Bug 135219
Syntax error in /etc/init.d/boot.swap
Last modified: 2005-11-23 10:09:27 UTC
The file /etc/init.d/boot.swap from SuSE Linux 10.1 alpha3 seems to have a syntax error: $ /etc/init.d/boot.swap start /etc/init.d/boot.swap: line 37: syntax error near unexpected token `<' /etc/init.d/boot.swap: line 37: ` done < <(parted -s /dev/$dev print quit 2>/dev/null)'
Please change the first line within /etc/init.d/boot.swap #!/bin/sh with the following #!/bin/bash with this the FIFO <( ... ) should work.