I think there is a wiki entry on this. If you just want to run the slim rpms, the only problem is that init script won't shutdown the service. To fix this you need to edit /etc/rc.d/init.d/slimserver so that the stop() to change killproc:
Original: killproc $SLIMSERVER_BIN Modified: killproc slimserver -- Triode ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=20715 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
