Colin Guthrie <[email protected]> writes:

> Not owned by any package so presumably it's from a %post or similar.
> Anyone know which package or a way to easily search for it?

Looks like it's created by msec, see /usr/share/msec/plugins/msec.py:
    shutdown.exists() or shutdown.symlink(CONSOLE_HELPER)

And from "rpm -q --scripts usermode":

postinstall scriptlet (using /bin/sh):
if [ ! -z "$SECURE_LEVEL" ];then
if [ -x /usr/sbin/msec -a "$SECURE_LEVEL" -gt "3" ]; then
/usr/sbin/msec $SECURE_LEVEL || true ; fi
fi

-- 
Olivier Blin - blino

Reply via email to