Changeset 5085 for n4d-proxy/trunk
- Timestamp:
- Jun 5, 2017, 4:31:20 PM (4 years ago)
- Location:
- n4d-proxy/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-proxy/trunk/fuentes/debian/changelog
r5079 r5085 1 n4d-proxy (0.50.1) xenial; urgency=high 2 3 * Fixing divert names 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Mon, 05 Jun 2017 16:30:33 +0200 6 1 7 n4d-proxy (0.50) xenial; urgency=high 2 8 -
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.