debian/patches/db-update
branch2011091400
changeset 62 a170d243ea64
child 63 4b1a3d9a3cae
equal deleted inserted replaced
61:66d75379a0c6 62:a170d243ea64
       
     1 Description: Upstream changes introduced in version 2011091400-0
       
     2  This patch has been created by dpkg-source during the package build.
       
     3  Here's the last changelog entry, hopefully it gives details on why
       
     4  those changes were made:
       
     5  .
       
     6  littlebird (2011091400-0) stable; urgency=low
       
     7  .
       
     8    * new upstream 2011-09-14
       
     9  .
       
    10  The person named in the Author field signed this changelog entry.
       
    11 Author: Heiko Schlittermann <hs@schlittermann.de>
       
    12 
       
    13 ---
       
    14 The information above should follow the Patch Tagging Guidelines, please
       
    15 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
       
    16 are templates for supplementary fields that you might want to add:
       
    17 
       
    18 Origin: <vendor|upstream|other>, <url of original patch>
       
    19 Bug: <url in upstream bugtracker>
       
    20 Bug-Debian: http://bugs.debian.org/<bugnumber>
       
    21 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
       
    22 Forwarded: <no|not-needed|url proving that it has been forwarded>
       
    23 Reviewed-By: <name and email of someone who approved the patch>
       
    24 Last-Update: <YYYY-MM-DD>
       
    25 
       
    26 --- littlebird-2011091400.orig/TrustCenter/scripts/install_update_db.sh
       
    27 +++ littlebird-2011091400/TrustCenter/scripts/install_update_db.sh
       
    28 @@ -1,6 +1,6 @@
       
    29 -#!/bin/sh
       
    30 +#!/bin/bash
       
    31  # cron script actual statistic
       
    32  ZF_CONF=$(dirname `readlink -f $0`)/../zf_conf.sh
       
    33  source $ZF_CONF
       
    34  
       
    35 -$ZEND_PROJECT_PATH/zf.sh database update root L1ttleB1rd
       
    36 +$ZEND_PROJECT_PATH/zf.sh database update ${1-root} ${2-L1ttleB1rd}