FC6 and /etc/rc.d/init.d/smartd

D. Hugh Redelmeier hugh at mimosa.com
Sat Nov 4 01:49:53 UTC 2006


| From: Kevin Layer <layer at known.net>

| This change fixes the problem:
| 
| && [ "$GEN_CONF" == "*SMARTD*AUTOGENERATED*" ] \
| 
| to
| 
| && [ $GEN_CONF == "*SMARTD*AUTOGENERATED*" ] \

Surely you have this backwards.  The quoting is (in general) needed.




More information about the users mailing list