On 05/07/2018 14:18, Jonathan Billings wrote:
The /var/run symlink to /run is part of the 'filesystem' package, and has existed as a symlink since 7.0.1406 was released:
$ rpmls -l http://vault.centos.org/7.0.1406/os/x86_64/Packages/filesystem-3.2-18.el7.x8... |grep /var/run lrwxrwxrwx root root /var/run
I've never seen "rpmls". Is it an actual command, or your personal alias? I would have done:
rpm -qlvp http://vault.centos.org/7.0.1406/os/x86_64/Packages/filesystem-3.2-18.el7.x8... |grep /var/run
Regards, Anand