Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1129 → Rev 1130

/alcasar.sh
998,7 → 998,7
# create file for DHCP static ip. Reserve the second IP address for eth1 (the first one is for tun0)
echo "$PRIVATE_MAC $PRIVATE_SECOND_IP" > $DIR_DEST_ETC/alcasar-ethers
# create files for trusted domains and urls
cp -f $DIR_CONF/alcasar-uam* $DIR_DEST_ETC/.
cp -f $DIR_CONF/etc/alcasar-uam* $DIR_DEST_ETC/.
# touch $DIR_DEST_ETC/alcasar-uamallowed $DIR_DEST_ETC/alcasar-uamdomain
chown root:apache $DIR_DEST_ETC/alcasar-*
chmod 660 $DIR_DEST_ETC/alcasar-*