BSD 4_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 27 Feb 1983 07:45:59 +0000 (23:45 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 27 Feb 1983 07:45:59 +0000 (23:45 -0800)
Work on file usr/hosts/MAKEHOSTS

Synthesized-from: CSRG/cd1/4.2

usr/hosts/MAKEHOSTS [new file with mode: 0755]

diff --git a/usr/hosts/MAKEHOSTS b/usr/hosts/MAKEHOSTS
new file mode 100755 (executable)
index 0000000..8946846
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh -x
+cd ${DESTDIR}/usr/hosts
+rm -f [a-z]*
+for i in `grep ucb ${DESTDIR}/etc/hosts | grep -v -e '-' | awk '{print $3}'`;
+do
+       ln -s /usr/ucb/rsh $i
+done