Devrim GUNDUZ devrim
Thu Oct 6 07:25:34 PDT 2005
Hi,

On Wed, 5 Oct 2005, elein wrote:

> Generally a short sed (or perl if you like) script will fix
> these up.  But it is really pretty obscure trail for people
> to find the exact problem.

The problem arises here I think but I could not find it. This is a part or 
tools/altperl/Makefile:

        @for file in $(wildcard *.pl) $(wildcard *.pm); do \
                 tmpname=`echo $$file | $(SED) "s#\.p[lm]##"` ; \
                 $(SED) -e "s#@@PERL@@#$(PERL)#;" \
                        -e "s#@@SYSCONFDIR@@#$(sysconfdir)#;" \
                        -e "s#@@PGLIBDIR@@#$(pglibdir)#;" \
                        -e "s#@@PGBINDIR@@#$(pgbindir)#;" \
                        -e "s#@@TOOLSBIN@@#$(toolsbin)#;" \
                        $$file > $$tmpname; \
                 chmod 755 $$tmpname; \
         done

However only the @@PGBINDIR@@ in slon-tools.pm is left unchanged. Can 
anyone see the reason?

Regards,
--
Devrim GUNDUZ
Kivi Bili?im Teknolojileri - http://www.kivi.com.tr
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                       http://www.gunduz.org


More information about the Slony1-general mailing list