Changeset 1152


Ignore:
Timestamp:
Oct 20, 2008, 1:06:03 PM (16 years ago)
Author:
broder
Message:

Catch calls to restart Postgres and translate them into a sequential
stop, then start

Location:
trunk/packages/sipb-xen-database
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-database/debian/changelog

    r1136 r1152  
     1sipb-xen-database (10.33) unstable; urgency=low
     2
     3  * Catch calls to restart Postgres and translate them into a sequential
     4    stop, then start
     5
     6 -- Evan Broder <broder@mit.edu>  Mon, 20 Oct 2008 13:05:29 -0400
     7
    18sipb-xen-database (10.32) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-database/debian/rules

    r974 r1152  
    44DEB_DIVERT_EXTENSION = .invirt
    55DEB_DIVERT_FILES_sipb-xen-database-server += \
    6 /etc/postgresql/8.3/main/postgresql.conf.invirt
    7 
     6        /etc/postgresql/8.3/main/postgresql.conf.invirt \
     7        /etc/init.d/postgresql-8.3.invirt
    88
    99include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset for help on using the changeset viewer.