Comment # 28 on bug 968405 from
(In reply to Michael Schr�der from comment #27)
> I'm also in favor of checking another environment variable, e.g.
> DISABLE_RESTART_ON_UPDATE_OVERRIDE

Just for referenceL

> osc/openSUSE:Factory> find -maxdepth 2 -name '*.spec' -exec grep -H "export.*DISABLE_RESTART_ON_UPDATE" {} \;
./apparmor/apparmor.spec:export DISABLE_RESTART_ON_UPDATE="yes"
./firewalld/firewalld.spec:export DISABLE_RESTART_ON_UPDATE=1
./xen/xen.spec:export DISABLE_RESTART_ON_UPDATE=yes
./PackageKit/PackageKit.spec:export DISABLE_RESTART_ON_UPDATE=yes
./xdm/xdm.spec:export DISABLE_RESTART_ON_UPDATE=yes

Those packages need to be touched if the variable name changed - and we have to
be careful to keep them working for older releases in case some of the
maintainers care.


You are receiving this mail because: