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