fcgid misconfigured when new domain created

php5-fcgi file states:
#!/bin/sh
PHPRC=$PWD/../etc/php5
export PHPRC
umask 022
PHP_FCGI_CHILDREN=4
export PHP_FCGI_CHILDREN
exec /usr/bin/php

but should state that
exec /usr/bin/php5-cgi

I have to manually change this for every new domain created. Using current php 5.2.4 from vm repo.

Thanks,
steve

Status: 
Closed (fixed)