Changeset 1151
- Timestamp:
- Apr 8, 2016, 1:13:20 PM (5 years ago)
- Location:
- llx-network-config/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
llx-network-config/trunk/fuentes/debian/changelog
r981 r1151 1 llx-network-config (0.7-1) xenial; urgency=medium 2 3 * Fix squid3->squid 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Fri, 08 Apr 2016 13:13:15 +0200 6 1 7 llx-network-config (0.7) xenial; urgency=medium 2 8 -
llx-network-config/trunk/fuentes/install-files/usr/share/llx-network-config/llx-network-config.py
r981 r1151 339 339 #os.system("/etc/init.d/dnsmasq restart") 340 340 os.system("systemctl restart dnsmasq.service") 341 #os.system("sudo service squid 3restart")342 os.system("systemctl restart squid 3.service")341 #os.system("sudo service squid restart") 342 os.system("systemctl restart squid.service") 343 343 #os.system("sudo service n4d restart") 344 344 os.system("systemctl restart n4d.service")
Note: See TracChangeset
for help on using the changeset viewer.