diff -r 66d75379a0c6 -r a170d243ea64 debian/patches/db-update --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/patches/db-update Wed Sep 14 15:59:31 2011 +0200 @@ -0,0 +1,36 @@ +Description: Upstream changes introduced in version 2011091400-0 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + littlebird (2011091400-0) stable; urgency=low + . + * new upstream 2011-09-14 + . + The person named in the Author field signed this changelog entry. +Author: Heiko Schlittermann + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- littlebird-2011091400.orig/TrustCenter/scripts/install_update_db.sh ++++ littlebird-2011091400/TrustCenter/scripts/install_update_db.sh +@@ -1,6 +1,6 @@ +-#!/bin/sh ++#!/bin/bash + # cron script actual statistic + ZF_CONF=$(dirname `readlink -f $0`)/../zf_conf.sh + source $ZF_CONF + +-$ZEND_PROJECT_PATH/zf.sh database update root L1ttleB1rd ++$ZEND_PROJECT_PATH/zf.sh database update ${1-root} ${2-L1ttleB1rd}