Ruediger Oertel changed bug 1161239
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comment # 6 on bug 1161239 from
since yast2 online-update also set's zypp.pid the same way that zypper does ...


if [ -s /var/run/zypp.pid ] ; then
    ZYPP_PID=$(cat /var/run/zypp.pid)
    if [ -e /proc/$ZYPP_PID ] ; then
        echo "zypp seems to be running with pid $ZYPP_PID"
        echo "exiting backup-rpmdb gracefully"
        exit 0
    fi
fi


You are receiving this mail because: