Displaying 1 result from an estimated 1 matches for "gen_conf".
2007 Dec 06
1
smartd.conf get overridden
.../x64
I edited the /etc/smartd.conf for my needs and restarted the smartd with
"service smartd restart". But the start script is overriding my file. I
checked it and saw the following lines:
---------------/etc/init.d/smartd------------
case "$1" in
start | reload | restart)
GEN_CONF="*SMARTD*AUTOGENERATED*"
[ ! -f /etc/smartd.conf ] || read DUMMY GEN_CONF DUMMY </etc/smartd.conf \
&& [ "$GEN_CONF" == "*SMARTD*AUTOGENERATED*" ] \
&& smartd-conf.py 2>/dev/null >/etc/smartd.conf.new-autogenerated \
&& mv -f /etc/smart...