[Lunar-commits] <moonbase> hplip: Fixing the depreciated udev warnings.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Feb 18 14:50:36 CET 2010


commit 4c62ad0f9db49f1f2fb938838640fc75c5e951cb
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Feb 18 08:50:36 2010 -0500

    hplip: Fixing the depreciated udev warnings.
---
 printer/hplip/BUILD |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/printer/hplip/BUILD b/printer/hplip/BUILD
index 8f7473c..c31513e 100644
--- a/printer/hplip/BUILD
+++ b/printer/hplip/BUILD
@@ -12,6 +12,11 @@
     OPTS="$OPTS --disable-fax-build"
   fi &&
 
-  default_build
+  default_config &&
+
+# To fix the /var/log/meesages warning SYSFS will be removed in future udev versions.
+  sedit "s:SYSFS:ATTR:g" data/rules/56-hpmud_support.rules data/rules/55-hpmud.rules &&
+
+  default_make 
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list