aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-28 16:36:11 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-28 16:36:11 +0000
commitf10f45d4b5865a76790735197155baae0fc1f931 (patch)
tree1bdc62b65aab03622b3aa0493bd37368c779198d /TODO
parent3d3b4661c824c9345b3b3d2a7cb851c066b6696d (diff)
Added "use ln -sf source dest instead of rm file && ln -s source dest"
TODO git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@250 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7ee8a0b19..eb80b97e0 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,7 @@
These are the TODO items for the next LFS release (3.0):
+* Instead of rm file && ln -s source dest, use ln -sf source dest
+
* e2fsprogs apparently needs ldconfig. Check if there are other
packages before e2fsprogs which use ldconfig when it's present