hwclock: use shell variables for configuration file path
This removes a reference to @SYSCONFDIR@.
This commit is contained in:
parent
d5f3fe52c8
commit
eb18f4f348
@ -105,7 +105,7 @@ start()
|
|||||||
done
|
done
|
||||||
[ -n "$modname" ] &&
|
[ -n "$modname" ] &&
|
||||||
ewarn "The $modname module needs to be configured in" \
|
ewarn "The $modname module needs to be configured in" \
|
||||||
"@SYSCONFDIR@/conf.d/modules or built in."
|
"${RC_SERVICE%/*/*}/conf.d/modules or built in."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user