Author: alexander Date: 2005-12-19 23:36:58 -0700 (Mon, 19 Dec 2005) New Revision: 1293
Modified: trunk/scripts/shutdown-helper Log: Fixed references to readline libraries in the shutdown helper. Modified: trunk/scripts/shutdown-helper =================================================================== --- trunk/scripts/shutdown-helper 2005-12-20 02:18:04 UTC (rev 1292) +++ trunk/scripts/shutdown-helper 2005-12-20 06:36:58 UTC (rev 1293) @@ -2,8 +2,8 @@ FILES="/lib/libc.so.6 /lib/_LINKER_ -/lib/libreadline.so.5.0 -/lib/libhistory.so.5.0 +/lib/libreadline.so.5 +/lib/libhistory.so.5 /lib/libncursesw.so.5 /lib/libdl.so.2 /lib/libblkid.so.1 -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
