Changeset 943

Show
Ignore:
Timestamp:
08/06/08 19:50:57 (4 months ago)
Author:
mariodebian
Message:

initramfs-tools-tcos (0.89.5)

  • bin/get_server:
    • Read TCOS SSL vars before reading log file
  • Update Debian testing default kernel to 2.6.25-2-486
Location:
trunk/initramfs-tools-tcos
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/initramfs-tools-tcos/bin/get_server

    r806 r943  
    88if [ -e /conf/tcos-run-functions ]; then 
    99  STANDALONE=/var 
     10  export `grep SSL /conf/tcos.conf` 
    1011else 
    1112  STANDALONE=/var/lib/tcos/standalone 
     13  . /etc/default/tcos-standalone 
    1214fi 
    1315 
     
    1517# SSL enabled 
    1618if [ -f $STANDALONE/log/stunnel.log ]; then 
     19  if [ "$TCOS_XMLRPC_SSL" = "1" ] || [ "$TCOS_ENABLE_SSL" = "1" ]; then 
    1720    grep "tcosxmlrpc accepted connection" $STANDALONE/log/stunnel.log |tail -1 | awk '{print $NF}'| awk -F ":" '{print $1}' 
    1821    exit 0 
     22  fi 
    1923fi 
    2024 
  • trunk/initramfs-tools-tcos/common.mk

    r932 r943  
    1818USPLASH_etch=0.3 
    1919 
    20 KERNEL_testing="2.6.24-1-486" 
     20KERNEL_testing="2.6.25-2-486" 
    2121USPLASH_testing=0.4.1 
    2222 
  • trunk/initramfs-tools-tcos/debian/changelog

    r932 r943  
    44    - Revert remove_line_break that breaks tcos auth 
    55  * Update Debian unstable kernel to 2.6.26-1-486 
    6  
    7  -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 03 Aug 2008 19:53:55 +0200 
     6  * bin/get_server: 
     7    - Read TCOS SSL vars before reading log file 
     8  * Update Debian testing default kernel to 2.6.25-2-486 
     9 
     10 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 06 Aug 2008 19:49:43 +0200 
    811 
    912initramfs-tools-tcos (0.89.4) unstable; urgency=low