View Single Post
  #7 (permalink)  
Old 07-19-2007, 11:22 AM
Cheakamus Cheakamus is offline
Active Member
 
Posts: 32
Smile

Worked great. I'm actually working on compiling zcs in Ubuntu 64 and have been writing a script to automate much of it. It inserts a line into the PostFix Makefile to alter the postfix-install file:

sed -i 's/bin\/postfix post-install/$$config_directory\/post-install/' postfix-install; \

That way I can let it run with no manual intervention...

Thanks for the help!
Reply With Quote