Changeset 943
- Timestamp:
- 08/06/08 19:50:57 (4 months ago)
- Location:
- trunk/initramfs-tools-tcos
- Files:
-
- 3 modified
-
bin/get_server (modified) (2 diffs)
-
common.mk (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/initramfs-tools-tcos/bin/get_server
r806 r943 8 8 if [ -e /conf/tcos-run-functions ]; then 9 9 STANDALONE=/var 10 export `grep SSL /conf/tcos.conf` 10 11 else 11 12 STANDALONE=/var/lib/tcos/standalone 13 . /etc/default/tcos-standalone 12 14 fi 13 15 … … 15 17 # SSL enabled 16 18 if [ -f $STANDALONE/log/stunnel.log ]; then 19 if [ "$TCOS_XMLRPC_SSL" = "1" ] || [ "$TCOS_ENABLE_SSL" = "1" ]; then 17 20 grep "tcosxmlrpc accepted connection" $STANDALONE/log/stunnel.log |tail -1 | awk '{print $NF}'| awk -F ":" '{print $1}' 18 21 exit 0 22 fi 19 23 fi 20 24 -
trunk/initramfs-tools-tcos/common.mk
r932 r943 18 18 USPLASH_etch=0.3 19 19 20 KERNEL_testing="2.6.2 4-1-486"20 KERNEL_testing="2.6.25-2-486" 21 21 USPLASH_testing=0.4.1 22 22 -
trunk/initramfs-tools-tcos/debian/changelog
r932 r943 4 4 - Revert remove_line_break that breaks tcos auth 5 5 * 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 8 11 9 12 initramfs-tools-tcos (0.89.4) unstable; urgency=low
