pgbouncer - pgbouncer: Disable init.d script, add as example. - Mailing list pgsql-committers

From mkz@pgfoundry.org (User Mkz)
Subject pgbouncer - pgbouncer: Disable init.d script, add as example.
Date
Msg-id 20071009085642.1E9822176B8@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Disable init.d script, add as example.

Pgbouncer does not have enough infra yet to run
as boot-up daemon (chroot, setuid, etc)

Postponed after 1.1.

Modified Files:
--------------
    pgbouncer:
        Makefile (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.12&r2=1.13)
    pgbouncer/debian:
        packages (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/debian/packages.diff?r1=1.3&r2=1.4)

Added Files:
-----------
    pgbouncer/etc:
        example.debian.init.sh (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/etc/example.debian.init.sh?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: Add init.d script to debian package.
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Don't try to free pgpassfile since it's a stack variable.