diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 47c3040282..3d386d592d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -11,6 +11,9 @@ who wrote what. +January 31st, 2004 [tushar]: Corrected man +page installation for tcsh. + January 31st, 2004 [tushar]: Added link to Linux PAM Modules page. Closes bug 362. diff --git a/postlfs/shells/tcsh/tcsh-exp.xml b/postlfs/shells/tcsh/tcsh-exp.xml index d2e4a9bfaf..ac7a8199dc 100644 --- a/postlfs/shells/tcsh/tcsh-exp.xml +++ b/postlfs/shells/tcsh/tcsh-exp.xml @@ -1,10 +1,7 @@ Command explanations -cp tcsh.man /usr/share/man/man1/tcsh.1: -Tcsh doesn't install its man page correctly, so we do it manually. - -ln -s /usr/bin/tcsh /bin/csh: The +ln -sf /usr/bin/tcsh /bin/csh: The FHS states that if there is a C shell installed, there should be a symlink from /bin/csh to it. This creates that symlink. diff --git a/postlfs/shells/tcsh/tcsh-inst.xml b/postlfs/shells/tcsh/tcsh-inst.xml index 7e4c6f434d..62931dfd69 100644 --- a/postlfs/shells/tcsh/tcsh-inst.xml +++ b/postlfs/shells/tcsh/tcsh-inst.xml @@ -6,8 +6,8 @@ ./configure --prefix=/usr && make && make install && -cp tcsh.man /usr/share/man/man1/tcsh.1 && -ln -s /usr/bin/tcsh /bin/csh +make install.man && +ln -sf /usr/bin/tcsh /bin/csh