- PG_HBA=/etc/postgresql/8.1/main/pg_hba.conf
- perl -ni -e 'print unless /^# ===BEGIN ADDED BY sipb-xen-dabase server$/ ..
- /^# ===END ADDED BY sipb-xen-dabase server$/' \
- "$PG_HBA"
-
- if hash invoke-rc.d; then
- invoke-rc.d postgresql-8.1 restart
- else
- /etc/init.d/postgresql-8.1 restart
- fi