Ticket #160: mythdora-iguanair.patch
| File mythdora-iguanair.patch, 406 bytes (added by bill_mcgonigle, 3 years ago) |
|---|
-
/etc/init.d/iguanaIR
old new 29 29 if [ "$DISTRO" = "" ]; then 30 30 DISTRO=`head -1 /etc/issue | sed 's/ .*//' | tr 'A-Z' 'a-z'` 31 31 fi 32 if [ "$DISTRO" = "fedora" ]; then32 if [ "$DISTRO" = "fedora" -o "$DISTRO" = "mythdora" ]; then 33 33 # welcome to fedora land 34 34 . /etc/init.d/functions
