Author: alexander Date: 2007-05-06 20:33:03 -0600 (Sun, 06 May 2007) New Revision: 1875
Modified: trunk/scripts/shutdown-helper Log: Hard-coded the linker into shutdown helper Modified: trunk/scripts/shutdown-helper =================================================================== --- trunk/scripts/shutdown-helper 2007-05-07 02:15:12 UTC (rev 1874) +++ trunk/scripts/shutdown-helper 2007-05-07 02:33:03 UTC (rev 1875) @@ -1,7 +1,7 @@ #!/bin/sh FILES="/lib/libc.so.6 -/lib/_LINKER_ +/lib/ld-linux.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
