#!/bin/sh

## optexport is run from /etc/rc.d/init.d/functions to initialize the PATH
## after boot

. $KUMATUXBIN/optvars

for FILE in $KUMATUXEXPORT/*
do
. $FILE
done
