On Thu, 30 Jun 2011 12:47:10 +0100
Stuart Henderson <[email protected]> wrote:
> On 2011/06/30 12:08, David Coppa wrote:
> > + echo "Edit \`${SYSCONFDIR}/tomcat/tomcat.rc' to point to your
> > \$JAVA_HOME"
>
> Not OK - rc files should not be edited by the user.
^^^^^^ should not? Really?
# grep daemon_flags adsuck.rc
daemon_flags="-c /var/adsuck -f /files/resolv.conf /files/hosts.small"
What is the meaning of daemon_flags then?
If you really do not want to make users editing rc.d scripts then there
should be some way to load our options... like /etc/default/$daemon on
crazy Linux distros.
I would prefer to have possibility to edit rc.d scripts, it is user's
problem if the script would be not working, they can always compare it
with default one in the package.
jirib