Exim 4.90.1 (security release)

Is this a normal ignorable error which occurs after compiling?
Code:
Exim installation complete
Moving exim binary.
ls: cannot access /usr/sbin/exim-4.90.1-*: No such file or directory
Cannot find the 4.90.1 formatted binary.  Trying a wildcard instead...
Found: '/usr/sbin/exim-4.90_1-4'
Exim 4.90.1 Installed.
 
Since '/usr/sbin/exim-4.90_1-4' is found and exim 4.90.1 is installed you can ignore the "not-found" notice.

Code:
# exim -bV | head -1
Exim version 4.90_1 #4 built 13-Feb-2018 11:38:12
 
If I remember correctly this warning also showed up in a previous 4.89.x update. It's because Exim uses this weird 4.90_2 versioning.
 
Back
Top