Error at the end of the sa-update.log on FreeBSD

wattie

Verified User
Joined
May 31, 2008
Messages
1,234
Location
Bulgaria
[Bug report] Error at the end of the sa-update.log on FreeBSD

At the very end of the /var/log/sa-update.log file I see the following error:

Code:
/usr/local/directadmin/custombuild/sa-update: /etc/init.d/exim: not found

I guess it wants to restart it. The problem is that on FreeBSD it is /usr/local/rc.d/exim, not /etc/init.d/exim

The sa-update script is doing the following check:

if [ "${OS}" = "FreeBSD" ]; then
INITDDIR=/usr/local/etc/rc.d
fi

I guess this if is failing.
 
Last edited:
Back
Top