#!/bin/sh

# Add version to /etc/version
cat _samba_vers.txt >> /etc/version/samba
rm -f _samba_vers.txt

# Create symlinks
ln -sf /usr/samba/lib /etc/samba

# View contact information
echo
echo SAMBA 2
echo http://www.samba.org
echo
echo Build for QNX4.25 was made by CBD BC
echo e-mail: support@kpda.ru
echo http://forum.kpda.ru
echo
sleep 5
