Author: jhuntwork Date: 2007-07-26 19:18:06 -0600 (Thu, 26 Jul 2007) New Revision: 1988
Modified: branches/x86_64/scripts/shutdown-helper Log: Corrected dynamic linker in shutdown-helper Modified: branches/x86_64/scripts/shutdown-helper =================================================================== --- branches/x86_64/scripts/shutdown-helper 2007-07-26 23:22:15 UTC (rev 1987) +++ branches/x86_64/scripts/shutdown-helper 2007-07-27 01:18:06 UTC (rev 1988) @@ -1,7 +1,7 @@ #!/bin/sh FILES="/lib/libc.so.6 -/lib/ld-linux.so.2 +/lib/ld-linux-x86-64.so.2 /lib/libreadline.so.5 /lib/libhistory.so.5 /lib/libncursesw.so.5 -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
