Francisco Jose Bernabe Pellicer wrote:
> Hello everybody,
>
> I have a computer with Scientific Linux. From a repository I downloaded
> the packages rh-postgresql-* with the command apt-get install... The
> thing is that after installing all the packages, I cannot enable
> postgresql, because there's no /etc/init.d/postgresql file (even not
> /etc/init.d/rh-posgtresql file, or anything simmilar).
Look for 'rhdb' If that fails, the following will more than likely
locate it:
cd /etc/rc.d; find . -type f -print |xargs grep -l postmaster
--
Until later, Geoffrey