BSD 4_2 development
[unix-history] / usr / hosts / MAKEHOSTS
CommitLineData
e57ecf71
C
1#! /bin/sh -x
2cd ${DESTDIR}/usr/hosts
3rm -f [a-z]*
4for i in `grep ucb ${DESTDIR}/etc/hosts | grep -v -e '-' | awk '{print $3}'`;
5do
6 ln -s /usr/ucb/rsh $i
7done