diff options
author | 1999-10-13 02:47:42 +0000 | |
---|---|---|
committer | 1999-10-13 02:47:42 +0000 | |
commit | f77e7ab379c6d2154d661bff1e03dbb7775137a3 (patch) | |
tree | ff876c562a11edce4a1b81e3c2eb4783a819e685 | |
parent | -P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. port (diff) | |
download | wireguard-openbsd-f77e7ab379c6d2154d661bff1e03dbb7775137a3.tar.xz wireguard-openbsd-f77e7ab379c6d2154d661bff1e03dbb7775137a3.zip |
always add kernel to MDSETS; millert & deraadt ok'd
-rw-r--r-- | distrib/sparc/install.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 06f143e3c75..8cbeffbee5b 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.29 1999/09/03 18:55:36 deraadt Exp $ +# $OpenBSD: install.md,v 1.30 1999/10/13 02:47:42 jason Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -44,10 +44,7 @@ # Machine-dependent install sets MSGBUF=/kern/msgbuf HOSTNAME=/kern/hostname -MDSETS="xbin xman xinc xcon" -if [ ! -f /bsd ]; then - MDSETS="kernel ${MDSETS}" -fi +MDSETS="kernel xbin xman xinc xcon" # an alias for hostname(1) hostname() { |