adding DBD::Pg and DBIx::DBSchema for 5.005. argh freebsd and solaris!
[freeside.git] / rt / etc / acl.Informix
1 sub acl {
2 return  (
3 "GRANT RESOURCE TO ${RT::DatabaseUser};");
4 }
5 1;