Commented out the global clean up that searched all file systems and
[unix-history] / FixLinks
CommitLineData
83d985b5
RG
1#!/bin/csh
2#
3# A silly little script to Fix the Links that cvs does not
4# import/ checkout. These need to be made by the Makefiles, this
5# is just here as a stop gap solution.
6#
ca983a44 7# $Header: /a/cvs/386BSD/src/FixLinks,v 1.7 1993/08/05 18:40:33 conklin Exp $
2aa096aa
RM
8#
9# $Log: FixLinks,v $
ca983a44
RG
10# Revision 1.7 1993/08/05 18:40:33 conklin
11# Commented out more links that are no longer needed.
12#
d26ddee5
C
13# Revision 1.6 1993/08/03 01:40:19 rgrimes
14# Commented out many of the links that are no longer needed.
15#
8c59dcc2
RG
16# Revision 1.5 1993/07/08 17:58:20 nate
17# Removed Fixed Links
18#
02d8200c
NW
19# Revision 1.4 1993/07/03 02:01:30 root
20# Updated since the links for the gnu stuff are no longer needed.
21#
1eeb56f4
RM
22# Revision 1.3 1993/06/21 19:47:32 root
23# Added rcs -> ../gnu/rcs
24#
2aa096aa
RM
25# Revision 1.2 1993/06/20 12:02:09 rgrimes
26# Put back in the ones that usr.bin/Makefile should do, it needs fixed
27# as it does not work for a make obj.
83d985b5 28#
a03542eb
RG
29# Revision 1.1 93/06/19 14:50:18 rgrimes
30# Added my silly little FixLinks script until someone fixes all
31# the make files.
32#
83d985b5 33
8c59dcc2 34pushd sys/netccitt ; ln -s x25.h x25_sockaddr.h ; popd
83d985b5
RG
35pushd lib/libc/db ; ln -s VERSION README ; popd
36pushd lib/libc/db/PORT ; ln -s include sys ; popd
d26ddee5
C
37#pushd libexec/uucp ; ln -s sys1.unx sys1.c ; popd
38#pushd libexec/uucp ; ln -s sys3.unx sys3.c ; popd
39#pushd libexec/uucp ; ln -s sys4.unx sys4.c ; popd
40#pushd libexec/uucp ; ln -s sys5.unx sys5.c ; popd
41#pushd libexec/uucp ; ln -s sys6.unx sys6.c ; popd
42#pushd libexec/uucp ; ln -s sys7.unx sys7.c ; popd
43#pushd libexec/uucp ; ln -s sysh.unx sysdep.h ; popd
8c59dcc2
RG
44#pushd usr.bin/yacc/test ; ln -s ../../../libexec/ftpd/ftpcmd.y ftp.y ; popd
45#pushd usr.sbin/named ; ln -s /usr/include/arpa/nameser.h nameser.h ; popd
46#pushd usr.sbin/named ; ln -s /usr/include/resolv.h resolv.h ; popd
47#pushd usr.sbin/sendmail ; ln -s ../../libexec/mail.local mail.local ; popd
48#pushd usr.sbin/sendmail ; ln -s ../../bin/rmail rmail ; popd
ca983a44
RG
49#pushd share/doc/usd/10.etiq ; ln -s ../../smm/10.newsop/tmac.n tmac.n ; popd
50#pushd share/doc/usd/09.newsread ; ln -s ../../smm/10.newsop/tmac.n tmac.n ; popd
8c59dcc2 51#pushd games/chess ; ln -s DOCUMENTATION/MAN-PAGE chess.6 ; popd
83d985b5 52pushd games/fortune/datfiles ; ln -s fortunes-o.real.rot13 fortunes-o ; popd