Comment 1 for bug 1707290

Revision history for this message
Lucas Albuquerque Medeiros de Moura (lamoura) wrote :

We no longer ship the 99-esm file, so we shouldn't be affected by this issue anymore.
Additionally, I have double checked the new update-motd scripts we deliver and I can confirm they will not break the system if the user just removes the packages, since we have a check that prevent invalid files from being read, for example, this is the output of our 88-esm-announce script:

```
#!/bin/sh
stamp="/var/lib/ubuntu-advantage/messages/motd-esm-announce"

[ ! -r "$stamp" ] || cat "$stamp"
```

Because of that, I am marking this bug as invalid for the current version of UA.