Re: FreeBSD Security Survey



If you are using portupgrade, you can use /usr/local/etc/pkgtools.conf

MAKE_ARGS = {
'databases/mysql41-*' => [
'WITH_CHARSET=latin2',
'WITH_XCHARSET=all',
'WITH_OPENSSL=yes',
'OVERWRITE_DB=no',
],
}

AFTERINSTALL = {
'databases/mysql41-server' => proc { |origin|
cmd_enable_rc(origin) + ';' + cmd_restart_rc(origin)
},
}

Thank you for your helpful comments on this one, but I'd rather like to
see some discussion about the other part of my message. It's also
getting off-topic now.

And it really helps my point because this behaviour along with its
workaround is not what I would call user-friendly.


Clemens
_______________________________________________
freebsd-security@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@xxxxxxxxxxx"