diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-06 09:45:21 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 17:28:29 -0500 |
commit | f1d0ad19330c134d7c41d1c56f240b7b50119b81 (patch) | |
tree | fda29edef08d61f1c94ab8575dbd9e883e1e16f8 /system/udevil/slack-desc | |
parent | 111c0170c751d9ab8f8d2487ea5120dace824650 (diff) | |
download | slackbuilds-f1d0ad19330c134d7c41d1c56f240b7b50119b81.tar.gz |
system/udevil: Added (removable devices manager).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/udevil/slack-desc')
-rw-r--r-- | system/udevil/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/udevil/slack-desc b/system/udevil/slack-desc new file mode 100644 index 0000000000..d81c5b036f --- /dev/null +++ b/system/udevil/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +udevil: udevil (removable devices manager) +udevil: +udevil: udevil is a command line Linux program which mounts and unmounts +udevil: removable devices without a password, shows device info, and monitors +udevil: device changes. It can also mount ISO files, nfs://, smb://, ftp://, +udevil: ssh:// URLs, and tmpfs/ramfs filesystems. +udevil: udevil is highly configurable, requires no daemon running, and depends +udevil: only on udev and glib. To use it, just prefix a normal mount command +udevil: with 'udevil'. +udevil: homepage: http://ignorantguru.github.com/udevil/ +udevil: |