xinitrc-3.41-1 release slipup?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello people.

I'm just wondering about the recently released update xinitrc-3.41-1. Inside the script /etc/X11/xinit/xinitrc is this section:

# run all system xinitrc shell scripts.
for file in /etc/X11/xinit/xinitrc.d/* ; do
    if echo $file | grep -q "\.sh$" ; then
        . $file
    else
        echo "warning: $file does not end in .sh extension, ignoring"
    fi
done

and yet it comes with a script /etc/X11/xinit/xinitrc.d/xinput that doesn't have a ".sh" in the end, which never gets run. I only noticed this since I have tpb from fedora.us that no longer worked.

Did this just slip by? Or did updating xinitrc from 3.39 to 3.41 not create a new xinput.sh?

dex



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux