Page 1 of 1

install script suggestion

Posted: 19 Dec 2006, 17:24
by streigh
Hi,

Your install script assumes that there is a path to sbin. For some reason my provider has omitted this and I haven't gotten around to changing it, as it usually isn't a problem.

Just a suggestion that you might consider adding /sbin/ before the calls to executables.

Or not...

Posted: 19 Dec 2006, 17:46
by chirpy
Are you using su to login to the root account? If so, this can happen if you don't use a dash after the su command:

su -

The dash tells su to setup the root environment correctly. If that's not the issue, ignore me ;)

Posted: 19 Dec 2006, 21:06
by streigh
<.bow>

This humble wintel user bows graciously..