> > ./mysql-server.sh: 6: Syntax error: "&&" unexpected > > I remember that one. It is caused by a shell change: construction > 'command1 & && command2' is now considered illegal, whereas > it was allowed before. > > You can fix /usr/local/etc/rc.d/mysql-server.sh script > yourself, or just get a newer version of this script from a > newer port.
Yes, I was able to restart mysql after removing the "&&" from the startup script, and later I upgraded the whole port. Thanks, ---Marius _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"