summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/udevil/README13
-rw-r--r--system/udevil/udevil.SlackBuild2
-rw-r--r--system/udevil/udevil.info6
3 files changed, 10 insertions, 11 deletions
diff --git a/system/udevil/README b/system/udevil/README
index a43b17a0ec..435396a613 100644
--- a/system/udevil/README
+++ b/system/udevil/README
@@ -5,14 +5,13 @@ removable devices without a password, shows device info, and monitors
device changes. It can also mount ISO files, nfs://, smb://, ftp://,
ssh:// URLs, and tmpfs/ramfs filesystems.
udevil is highly configurable, requires no daemon running, and depends
-only on udev and glib. To use it, just prefix a normal mount command
-with 'udevil'.
+only on udev and glib (if it's not clear yet, no polkit needed!).
+To use it, just prefix a normal mount command with "udevil".
-It's reccomended for proper autodetection of removable
-devices to enable kernel polling. You can do it adding
-this line to /etc/rc.d/rc.local (the value is in
-milliseconds, higher means slower detection but lower
-overhead)
+It's reccomended for proper autodetection of removable devices to
+enable kernel polling. You can do it adding this line to
+/etc/rc.d/rc.local (the value is in milliseconds, higher means slower
+detection but lower overhead):
echo 3000 > /sys/module/block/parameters/events_dfl_poll_msecs
diff --git a/system/udevil/udevil.SlackBuild b/system/udevil/udevil.SlackBuild
index aac6e5d9bd..8f42021ade 100644
--- a/system/udevil/udevil.SlackBuild
+++ b/system/udevil/udevil.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=udevil
-VERSION=${VERSION:-0.4.1}
+VERSION=${VERSION:-0.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/udevil/udevil.info b/system/udevil/udevil.info
index 5592696365..cf1f8fbfc6 100644
--- a/system/udevil/udevil.info
+++ b/system/udevil/udevil.info
@@ -1,8 +1,8 @@
PRGNAM="udevil"
-VERSION="0.4.1"
+VERSION="0.4.3"
HOMEPAGE="http://ignorantguru.github.com/udevil/"
-DOWNLOAD="https://github.com/IgnorantGuru/udevil/raw/master/packages/0.4.1/udevil-0.4.1.tar.xz"
-MD5SUM="16b31f3d03169b4d511e0a9f5cf419a3"
+DOWNLOAD="https://github.com/IgnorantGuru/udevil/raw/pkg/0.4.3/udevil-0.4.3.tar.xz"
+MD5SUM="51b70af0d3d16575d41c910db3a2f099"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""