Ticket #160: mythdora-iguanair.patch

File mythdora-iguanair.patch, 406 bytes (added by bill_mcgonigle, 3 years ago)
  • /etc/init.d/iguanaIR

    old new  
    2929if [ "$DISTRO" = "" ]; then 
    3030  DISTRO=`head -1 /etc/issue | sed 's/ .*//' | tr 'A-Z' 'a-z'` 
    3131fi 
    32 if [ "$DISTRO" = "fedora" ]; then 
     32if [ "$DISTRO" = "fedora" -o "$DISTRO" = "mythdora" ]; then 
    3333    # welcome to fedora land 
    3434    . /etc/init.d/functions