* fixes conffile variable

* removed ..Local because of super.tab
This commit is contained in:
age 2007-01-21 11:07:54 +00:00
parent e57232efc9
commit 71276ae7fa
2 changed files with 3 additions and 2 deletions

View file

@ -85,7 +85,7 @@ umount = /bin/umount
nice = /usr/bin/nice nice = /usr/bin/nice
super = /usr/bin/super super = /usr/bin/super
# this is the "program" name as defined in /etc/super.tab # this is the "program" name as defined in /etc/super.tab
CryptoBoxRootActions = CryptoBoxRootActionsLocal CryptoBoxRootActions = CryptoBoxRootActions
[PluginSettings] [PluginSettings]

View file

@ -22,7 +22,8 @@ FALLBACK_CONF_FILE=$BIN_DIR/cryptobox.conf
## determine the configuration file ## determine the configuration file
CONFIG_FILE=$FALLBACK_CONF_FILE CONFIG_FILE=$FALLBACK_CONF_FILE
test -e "$PREFERRED_FILE" && CONFIG_FILE=$PREFERRED_CONF_FILE test -r "$PREFERRED_CONF_FILE" && CONFIG_FILE=$PREFERRED_CONF_FILE
echo "used config: $CONFIG_FILE"
## create necessary directories ## create necessary directories
mkdir -p "$BIN_DIR/../ttt/mnt" mkdir -p "$BIN_DIR/../ttt/mnt"