6.1-RC2の/etc/rc.d/jailが変 - ぽっぺん日記@karashi.org (2006-05-06)_ で指摘されているあたりの関係か。
あとsend-pr conf/97192の「/etc/rc.d/jail script tests for empty variable using faulty method」でも
The RC script /etc/rc.d/jail does the following test:
if [ -n ${jail_interface} ]; then
The '[' test operator will ALWAYS evaluate the above as true,
even when the variable jail_interface is empty.
が報告されているな。



[ コメントする ]