diff options
-rw-r--r-- | TODO4stretch-host-upgrades.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/TODO4stretch-host-upgrades.txt b/TODO4stretch-host-upgrades.txt index fe2aa931..0540326d 100644 --- a/TODO4stretch-host-upgrades.txt +++ b/TODO4stretch-host-upgrades.txt @@ -47,12 +47,8 @@ also on pb3+4+9 I had to do: sudo apt install linux-image-amd64 to be done once all hosts run stretch: squid -------------------------------------------- -It seems the squid configuration moved from /etc/squid3 to /etc/squid. postinst -script takes care of moving the files, but we should eventually: -1) move them in our git repo too -2) delete /etc/squid3 from the hosts -3) install squid instead of squid3 in update_jdn (once all hosts are upgraded) - that's going to mark the package as manually installed -4) apt purge squid3 +2) delete /etc/squid3 and /var/log/squid3 from the hosts +4) apt purge squid3 (this will probably take care of ↑) to be done once all hosts run stretch: sshd_config -------------------------------------------------- |