Removed erroneous backticks in the zfs.lunar init script.
authorGunnar Beutner <gunnar@beutner.name>
Sun, 3 Jul 2011 00:38:50 +0000 (02:38 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 5 Jul 2011 18:25:48 +0000 (11:25 -0700)
commitc8082367cfe9954f0e932fb1513b518d8b84022d
treeba1680a40177779ba0ebe9013b5c0e206eb6ec15
parent0f4524cca43b1718d54970fcaf0201541733903c
Removed erroneous backticks in the zfs.lunar init script.

The backticks would cause the output of the zfs commands
to be evaluated as input for the if construct rather than
their exit status.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
etc/init.d/zfs.lunar