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_shutdown  -  Local system shutdown script.
     5         kx #
     5         kx # If you have anything that needs to be run at shutdown time
     5         kx # you can put those commands in here.
     5         kx #
     5         kx 
   385         kx # Stop avahidnsconfd
   385         kx if [ -x /etc/rc.d/rc.avahidnsconfd ]; then
   385         kx   /etc/rc.d/rc.avahidnsconfd stop
   385         kx fi
   385         kx # Stop avahidaemon
   385         kx if [ -x /etc/rc.d/rc.avahidaemon ]; then
   385         kx   /etc/rc.d/rc.avahidaemon stop
   385         kx fi
   385         kx