Searched refs:XWRAPPER_CONFIG (Results 1 – 3 of 3) sorted by relevance
15 XWRAPPER_CONFIG="$CONFIG_DIR/Xwrapper.config"24 if [ -e "$XWRAPPER_CONFIG" ] || [ -z "$UPGRADE" ]; then32 if ! [ -e "$XWRAPPER_CONFIG" ]; then51 sed -e '/^allowed_users.*/d' < "$XWRAPPER_CONFIG" > "$NEW_XWRAPPER_CONFIG"54 if ! cmp -s "$XWRAPPER_CONFIG" "$NEW_XWRAPPER_CONFIG"; then55 cp "$NEW_XWRAPPER_CONFIG" "$XWRAPPER_CONFIG.dpkg-new"56 mv "$XWRAPPER_CONFIG.dpkg-new" "$XWRAPPER_CONFIG"60 echo "not updating $XWRAPPER_CONFIG; problems communicating" \64 echo "not updating $XWRAPPER_CONFIG; file does not exist" >&2
16 XWRAPPER_CONFIG="$CONFIG_DIR/Xwrapper.config"61 if [ -e "$XWRAPPER_CONFIG" ]; then62 if MATCHES=$(grep "^allowed_users=.\+" "$XWRAPPER_CONFIG"); then
14 XWRAPPER_CONFIG="$CONFIG_DIR/Xwrapper.config"24 rm -f "$XWRAPPER_CONFIG"