This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, master has been updated
via 12eba2296f2efc3fb54a9b062aa3c35f2b0f197d (commit)
from cae7b5a5b1ad97eee4ceecf40d09e0710e17c5d9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 12eba2296f2efc3fb54a9b062aa3c35f2b0f197d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat May 1 17:07:05 2010 +0200
Fix nut udev rules.
-----------------------------------------------------------------------
Summary of changes:
lfs/nut | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Difference in files:
diff --git a/lfs/nut b/lfs/nut
index c8363fd..b5a5eda 100644
--- a/lfs/nut
+++ b/lfs/nut
@@ -82,6 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--with-wrap=no --with-udev-dir=/etc/udev
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
+ sed -i -e "s|ATTR{|SYSFS{|g" /etc/udev/rules.d/52-nut-usbups.rules
-mkdir -p /var/state/ups
install -v -m 644 $(DIR_SRC)/config/backup/includes/nut \
/var/ipfire/backup/addons/includes/nut
hooks/post-receive
--
IPFire 2.x development tree