9 lines
257 B
Bash
9 lines
257 B
Bash
#!/bin/sh
|
|
CONFILE=conf/radius/radius.conf
|
|
DST=${RPM_INSTALL_PREFIX}
|
|
mkdir -p ${DST}/plug/business/
|
|
touch ${DST}/plug/conflist.inf
|
|
touch ${DST}/${CONFILE}
|
|
sed -i '/fw_mail_plug.inf/d' ${DST}/plug/conflist.inf
|
|
sed -i '/\[RADIUS_PLUG\]/,+7d' ${DST}/${CONFILE}
|