Updated to libg++ 2.4
[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#
02d8200c 7# $Header: /a/cvs/386BSD/src/FixLinks,v 1.4 1993/07/03 02:01:30 root Exp $
2aa096aa
RM
8#
9# $Log: FixLinks,v $
02d8200c
NW
10# Revision 1.4 1993/07/03 02:01:30 root
11# Updated since the links for the gnu stuff are no longer needed.
12#
1eeb56f4
RM
13# Revision 1.3 1993/06/21 19:47:32 root
14# Added rcs -> ../gnu/rcs
15#
2aa096aa
RM
16# Revision 1.2 1993/06/20 12:02:09 rgrimes
17# Put back in the ones that usr.bin/Makefile should do, it needs fixed
18# as it does not work for a make obj.
83d985b5 19#
a03542eb
RG
20# Revision 1.1 93/06/19 14:50:18 rgrimes
21# Added my silly little FixLinks script until someone fixes all
22# the make files.
23#
83d985b5
RG
24
25pushd sys.386bsd/netccitt ; ln -s x25.h x25_sockaddr.h ; popd
26pushd lib/libc/db ; ln -s VERSION README ; popd
27pushd lib/libc/db/PORT ; ln -s include sys ; popd
28pushd libexec/uucp ; ln -s sys1.unx sys1.c ; popd
29pushd libexec/uucp ; ln -s sys3.unx sys3.c ; popd
30pushd libexec/uucp ; ln -s sys4.unx sys4.c ; popd
31pushd libexec/uucp ; ln -s sys5.unx sys5.c ; popd
32pushd libexec/uucp ; ln -s sys6.unx sys6.c ; popd
33pushd libexec/uucp ; ln -s sys7.unx sys7.c ; popd
34pushd libexec/uucp ; ln -s sysh.unx sysdep.h ; popd
83d985b5
RG
35pushd usr.bin/yacc/test ; ln -s ../../../libexec/ftpd/ftpcmd.y ftp.y ; popd
36pushd usr.sbin/named ; ln -s /usr/include/arpa/nameser.h nameser.h ; popd
37pushd usr.sbin/named ; ln -s /usr/include/resolv.h resolv.h ; popd
38pushd usr.sbin/sendmail ; ln -s ../../libexec/mail.local mail.local ; popd
39pushd usr.sbin/sendmail ; ln -s ../../bin/rmail rmail ; popd
83d985b5
RG
40pushd share/doc/usd/10.etiq ; ln -s ../../smm/10.newsop/tmac.n tmac.n ; popd
41pushd share/doc/usd/09.newsread ; ln -s ../../smm/10.newsop/tmac.n tmac.n ; popd
42pushd games/chess ; ln -s DOCUMENTATION/MAN-PAGE chess.6 ; popd
43pushd games/fortune/datfiles ; ln -s fortunes-o.real.rot13 fortunes-o ; popd