#!/bin/bash # ---- # main # ---- # load vars VAR_LIST="IFTAB_PRESERVE_FILE" [ -x "/usr/sbin/llxcfg-showvars" ] && eval `/usr/sbin/llxcfg-showvars ${VAR_LIST}` # if IFTAB_PRESERVE_FILE is defined, then exit 1 to preserve the file [ "$IFTAB_PRESERVE_FILE" ] && exit 1 # lets remove.list to do his work ... exit 0