diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-16 01:37:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-16 01:37:10 +0000 |
commit | 894788b5c81d1f7b3a4b57a1e926d25ebde068b4 (patch) | |
tree | 6ce0737e5560a6caf57814771aa512f6a5edeb23 | |
parent | 39eb978ee52c3e5ce6840fda17e4cc0917227b10 (diff) |
Add etc/resolv.conf -> /tmp/resolv.conf.shadow link so DNS can work.
-rw-r--r-- | distrib/alpha/inst-common/list | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/alpha/inst-common/list b/distrib/alpha/inst-common/list index 75548b8d882..db9c5207823 100644 --- a/distrib/alpha/inst-common/list +++ b/distrib/alpha/inst-common/list @@ -1,5 +1,5 @@ # -# $OpenBSD: list,v 1.4 1997/05/09 18:00:20 millert Exp $ +# $OpenBSD: list,v 1.5 1997/05/16 01:37:09 millert Exp $ # # copy the crunched binary, link to it, and kill it @@ -84,3 +84,6 @@ COPY ${DESTDIR}/etc/spwd.db etc # and the common installation tools COPY ${TOPDIR}/inst-common/dot.commonutils .commonutils COPY ${TOPDIR}/inst-common/termcap.vt usr/share/misc/termcap + +# so DNS can work +SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf |