# Default settings for Uniconf. This file is sourced by /bin/sh from # /etc/init.d/uniconfd. UNICONFD_PORT=4111 # These are the options that we pass to the $UNICONFD. UNICONFD_OPTS="-dl tcp:$UNICONFD_PORT" # And these are the Uniconf mounts. By default, we set up a temp: generator # at the root. UNICONFD_CFG="/etc/uniconfd.d" [ ! -d "$UNICONFD_CFG" ] || UNICONFD_MOUNTS="$(find "$UNICONFD_CFG" -xtype f -exec cat {} \; |sed -e "/^#/d;/^[[:blank:]]*$/d;s%^%'%;s%$%'%" |tr "\n" " ")" [ "$UNICONFD_MOUNTS" ] || UNICONFD_MOUNTS="/tmp=temp:"