Changeset 918 for trunk/packages/sipb-xen-database/debian
- Timestamp:
- Aug 24, 2008, 8:59:27 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-database/debian
- Files:
-
- 1 added
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-database/debian/changelog
r874 r918 1 sipb-xen-database (10.19) unstable; urgency=low 2 3 * Generate config files for pg_hba.conf 4 * replace postgresql.conf 5 6 -- Sam Hartman <hartmans@xvm.mit.edu> Mon, 25 Aug 2008 00:38:21 +0000 7 1 8 sipb-xen-database (10.18) unstable; urgency=low 2 9 -
trunk/packages/sipb-xen-database/debian/control
r824 r918 3 3 Priority: extra 4 4 Maintainer: SIPB Xen Project <sipb-xen@mit.edu> 5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python-support (>= 0.5.3) 5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python-support (>= 0.5.3), config-package-dev 6 6 Standards-Version: 3.7.2 7 7 -
trunk/packages/sipb-xen-database/debian/rules
r824 r918 1 1 #!/usr/bin/make -f 2 2 3 DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 3 4 DEB_DIVERT_EXTENSION = .invert 5 DEB_DIVERT_FILES_sipb-xen-database-server += \ 6 /etc/postgresql/8.1/main/postgresql.conf.invert 7 4 8 5 9 include /usr/share/cdbs/1/rules/debhelper.mk 10 include /usr/share/cdbs/1/rules/config-package.mk 6 11 7 12 binary-install/sipb-xen-database-common:: -
trunk/packages/sipb-xen-database/debian/sipb-xen-database-server.install
r77 r918 1 server/* . 1 2 sipb-xen-database-tables usr/bin -
trunk/packages/sipb-xen-database/debian/sipb-xen-database-server.postinst
r295 r918 18 18 # the debian-policy package 19 19 20 # dh_installdeb will replace this with shell code automatically 21 # generated by other debhelper scripts. 22 # Note that by moving this above our generated code we could run into significant problems 23 # if we happened to start a daemon, and use debconf 24 # We move this up here because we need the diversion of postgresql.conf to happen before we create tables 25 26 #DEBHELPER# 27 20 28 21 29 case "$1" in … … 28 36 adduser --system sipb-xen 29 37 fi 38 mako-render /etc/postgresql/8.1/main/pg_hba.conf.mako >/etc/postgresql/8.1/main/pg_hba.conf 39 /etc/init.d/postgresql-8.1 restart 30 40 su sipb-xen -s /bin/sh -c 'sipb-xen-database-tables create' 31 41 ;; … … 40 50 esac 41 51 42 # dh_installdeb will replace this with shell code automatically43 # generated by other debhelper scripts.44 45 #DEBHELPER#46 47 52 exit 0 48 53
Note: See TracChangeset
for help on using the changeset viewer.