#!/bin/sh

set -e

if [ ! -f /etc/rc2.d/S199tcsd ] ; then
        ln -s /etc/init.d/tcsd /etc/rc2.d/S199tcsd
fi

ldconfig

exit 0
