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: rc.M.in
===================================================================
--- rc.M.in	(revision 384)
+++ rc.M.in	(revision 385)
@@ -474,7 +474,6 @@
   /etc/rc.d/rc.keymap
 fi
 
-
 # Start the MySQL database:
 if [ -x /etc/rc.d/rc.mysqld ]; then
   /etc/rc.d/rc.mysqld start
@@ -536,6 +535,16 @@
   /etc/rc.d/rc.samba start
 fi
 
+# Start the MiniDLNA server:
+if [ -x /etc/rc.d/rc.minidlna ]; then
+  /etc/rc.d/rc.minidlna start
+fi
+
+# Start transmission daemon
+if [ -x /etc/rc.d/rc.transmission ]; then
+  /etc/rc.d/rc.transmission start
+fi
+
 # Start the GPM mouse server:
 if [ -x /etc/rc.d/rc.gpm ]; then
   /etc/rc.d/rc.gpm start