Apply fix to deference links for gentoo bug #269603
authorAndrew Gaffney <agaffney@gentoo.org>
Tue, 12 May 2009 22:53:27 +0000 (17:53 -0500)
committerAndrew Gaffney <agaffney@gentoo.org>
Tue, 12 May 2009 22:53:27 +0000 (17:53 -0500)
ChangeLog
arch/x86/modules_load
defaults/initrd.scripts

index 1d6936019f8122e77891c2c1db6e57ccb2099735..7ff705e352748c69d35e78459c3afb5db87044f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
 # Distributed under the GPL v2
 
+  12 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load,
+  defaults/initrd.scripts:
+  Apply fix to deference links for gentoo bug #269603
+
+  09 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load:
+  foo
+
   09 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load,
   arch/x86_64/modules_load:
   Add dm-crypt module for gentoo bug #269042
index a70d531faba6bfd3d106dedb4d98cef5bb3d597a..e480050794946da9d4d85bf649087abab832ffd6 100644 (file)
@@ -1,3 +1,4 @@
+
 # Module groups for genkernel initramfs auto-loading
 
 # RAID
index ae22dd514d871445d8fc60d949d78d22fc2f0bfb..b63568df03f686ce4248870af6f051b495953c8d 100755 (executable)
@@ -858,7 +858,7 @@ rundebugshell() {
 
 swsusp_resume() {
        # determine swap resume partition
-       local device=$(ls -l "${REAL_RESUME}" | sed 's/\ */ /g' | cut -d \  -f 6-7 | sed 's/,\ */:/')
+       local device=$(ls -Ll "${REAL_RESUME}" | sed 's/\ */ /g' | cut -d \  -f 6-7 | sed 's/,\ */:/')
        [ -f /sys/power/resume ] && echo "${device}" > /sys/power/resume
        return 0
 }