Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 0.8/avahi-pkg-install.sh
===================================================================
--- 0.8/avahi-pkg-install.sh	(revision 333)
+++ 0.8/avahi-pkg-install.sh	(revision 334)
@@ -44,7 +44,7 @@
   fi
 
   # Reload messagebus daemon:
-  if [ -r proc/sys/kernel/osrelease -a -x etc/rc.d/rc.messagebus ] ; then
+  if [ -r proc/sys/kernel/osrelease -a ! -r /etc/system-installer -a -x etc/rc.d/rc.messagebus ] ; then
       chroot . /etc/rc.d/rc.messagebus reload  1> /dev/null 2> /dev/null
   fi
 }