Changeset 5085 for n4d-proxy/trunk/fuentes/debian/n4d-proxy.postinst
- Timestamp:
- Jun 5, 2017, 4:31:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-proxy/trunk/fuentes/debian/n4d-proxy.postinst
r5084 r5085 48 48 DENY_DOMAIN_FILE="/etc/squid/lliurex/deny-dst-domains.conf" 49 49 DENY_DOMAIN_FILE_EXPR="/etc/squid/lliurex/deny-dst-domains-expr.conf" 50 51 52 50 DENY_NETWORKS_FILE="/etc/squid/lliurex/deny-dst-networks.conf" 51 SQUID_CONF="/etc/squid/squid.conf" 52 SQUID_LLIUREX_DIR="/etc/squid/lliurex/" 53 53 if [ -e $SQUID_CONF ]; then 54 54 echo "Fixing htcp_access..." … … 78 78 echo "Fixing dns_nameserver in squid conffile..." 79 79 sed -i -e "/^dns_nameservers 127.0.0.1/d" $SQUID_FILE 80 invoke-rc.d squid restart || true81 80 82 81 fi
Note: See TracChangeset
for help on using the changeset viewer.