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 15834b62223bdbd98832a0429eea2b5eddbce56f (commit) from 00da75e97519c7dc083eda60fabb0e14eace314d (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 15834b62223bdbd98832a0429eea2b5eddbce56f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Dec 9 23:29:41 2010 +0100
extra hd: disabled blkid cache use.
-----------------------------------------------------------------------
Summary of changes: src/scripts/scanhd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/scripts/scanhd b/src/scripts/scanhd index 9ae6e93..2d76ba6 100644 --- a/src/scripts/scanhd +++ b/src/scripts/scanhd @@ -8,7 +8,7 @@ case "$1" in cat /proc/partitions | awk '{print $4 " " $3 }' | grep -v name | grep -v "^[:space:]*$" | \ while read device size; do [ -z "${device}" ] && continue - echo "${device};${size};$(blkid -s UUID -o value /dev/${device});" + echo "${device};${size};$(blkid -c /dev/null -s UUID -o value /dev/${device});" done > /var/ipfire/extrahd/partitions ;; *)
hooks/post-receive -- IPFire 2.x development tree