1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: rio
Build-Depends: debhelper
Section: sound
Priority: optional
Maintainer: Vince Mulhollon <vlm@debian.org>
Standards-Version: 3.5.8.0
Package: rio
Architecture: i386 alpha
Depends: ${shlibs:Depends}
Suggests: menu (>= 1.5)
Description: A command line Diamond Rio MP3 player controller
rio is a Diamond Rio MP3 CLI controller program
The home website is http://www.world.co.uk/sba
This program supports file uploads and downloads, on both
the Classic Rio and the 64 Meg Rio, and supports plug in cards.
.
The default port is 0x378, if your rio is plugged into a
different port, you will need to use the -p option.
.
This program directly controls various IOports. The program need to
be run as root, or setuid root.
.
If you execute the following line as root after package installation,
the program will be setuid root.
.
chmod 4755 /usr/bin/rio
.
Do NOT do that unless you understand the security implications of a
setuid binary that can "easily" overwrite any system file.
|