MA Samba
From Gruff Goat Wiki
Upgrade
Kingu upgrade from 3.0.23 to 3.0.25.
> cvsup -g -L 2 /root/ports-supfile > portupgrade -nrR samba
Portupgrade on samba yields error 'port marked as ignore'. This is due to problems with LDAP and smbsh. Fix by:
> cd /usr/ports/net/samba3 > make config Uncheck LDAP
According to /usr/ports/UPDATING, the location of the Samba password has changed from /usr/local/private to /usr/local/etc/samba. Therefore move the files.
> mv /usr/local/private /usr/local/etc/samba
Now upgrade:
> portupgrade -rR samba # if your prefer use only -r