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
     5         kx #!/bin/sh
     5         kx #
     5         kx # /etc/rc.d/rc.local  -  Local system initialization script.
     5         kx #
     5         kx # Put any local startup commands in here.
     5         kx #
     5         kx 
   385         kx # Start avahidaemon
   385         kx if [ -x /etc/rc.d/rc.avahidaemon ] ; then
   385         kx   /etc/rc.d/rc.avahidaemon start
   385         kx fi
   385         kx # Start avahidnsconfd
   385         kx if [ -x /etc/rc.d/rc.avahidnsconfd ] ; then
   385         kx   /etc/rc.d/rc.avahidnsconfd start
   385         kx fi
   385         kx