På svenska, tack |
kissd is a program that works in the background (daemon). The program streams video, mp3 and images to a KiSS DP-15xx or KiSS DP-558 DVD/DiVX player. Freestanding, older website: KiSS
User Guide (DP-558) | User Guide (DP-1500) | Data Sheet (DP-1500)
Written by Stelian Pop
http://www.popies.net/kissd/index.html
I made a package for Slackware
The script for starting and stopping is slightly different and adapted for Slackware. I have tested it on Slackware 10.2, 11.0 and 12.0, but it should work with older and newer Slackware as well.
Download: kissd-0.1.4-i386-1.tgz (29 kB)
Download: kissd-0.1.3-i386-1.tgz (26 kB)
How to make it possible for a none super user to start and stop
Edit /etc/rc.d/rc.kissd
changetouch /var/lock/subsys/kissd
tosudo touch /var/lock/subsys/kissd
andrm -f /var/lock/subsys/kissd
tosudo rm -f /var/lock/subsys/kissd
Edit sudoers (visudo) and add a line (make sure to add just one line, and without "\\" or whitespaces):%users ALL=(ALL)NOPASSWD: /bin/rm -f /var/lock/subsys/kissd, \\
/bin/touch /var/lock/subsys/kissd
and all users are able to start and stop kissd.
How to make kissd start on boot
Add the following lines to /etc/rc.d/rc.localif [ -x /etc/rc.d/rc.kissd ]; then
/etc/rc.d/rc.kissd start
fi
Click to enlarge