Daouda LO wrote:
> 
> Christian Zoffoli <[EMAIL PROTECTED]> writes:
> 
> > ...here the patch
> 
> [...]
> 
> >  Summary: PostgreSQL client programs and libraries.
> > @@ -485,10 +485,10 @@
> >  then
> >     mkdir -p %{_libdir}/pgsql/backup > /dev/null
> >     pushd %{_bindir} > /dev/null
> > -   cp -fp postmaster postgres pg_dump pg_dumpall psql
> > %{_datadir}/pgsql/backup > /dev/null
> > +   cp -fp postmaster postgres pg_dump pg_dumpall psql
> > %{_libdir}/pgsql/backup > /dev/null
> >     popd > /dev/null
> >     pushd %{_libdir} > /dev/null
> > -   cp -fp libpq.* %{_datadir}/pgsql/backup > /dev/null
> > +   cp -fp libpq.* %{_libdir}/pgsql/backup > /dev/null
> >     popd > /dev/null
> >  fi
> 
> Your patch is wrong: We move stuffs from %_libdir/pgsql to %_datadir/pgsql
> (new 7.1 specs). But only the files section needs a fix.
> Anyway, thanx very much, this is fixed now.

I understand... but you also have to correct backup directory creation
if you want to copy files in it.

- ...you provide only *.sample configuration files ...I think it's not a
bad idea have some basically configured ones
- init script doesn't initialize well the envinronment 
- webmin search PostgreSQL files in the old directory 
- is it possible to have a flag to enable tcp connections ? 


Christian

-- 
[EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
1024D/2D3C2E70   6241 A35C DD72 242E 5430  2D01 F732 1EEF 2D3C 2E7

 - Littlepenguin Team      www.littlepenguin.org
 - jPackage Team           jpackage.sourceforge.net
 - Genetix Team            genetix.sourceforge.net

Reply via email to