View Single Post
  #26 (permalink)  
Old 12-18-2009, 10:06 AM
solko solko is offline
OpenSource Builder
 
Posts: 71
Default

bah, i have no idea how that could have worked for you flawlessly. sudo wasn't using proper enviroment when bash was invoked so some commands were not found since 603 does not use full pathnames everywhere. i fixed that in patch. for existing installations, alter every:
"sudo -u zimbra -i -- -c" in bin/* and libexec/* to "sudo -u zimbra -i -- -lc".

i need to recompile packages somewhere. i promise i will create some "USE ZIMBRA ON FREEBSD" site somewhere in the new year :-).
Reply With Quote