summaryrefslogtreecommitdiff
path: root/distrib/simpleroot/install.sub
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/simpleroot/install.sub')
-rw-r--r--distrib/simpleroot/install.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/simpleroot/install.sub b/distrib/simpleroot/install.sub
index 0f0430584e4..9ff91b56076 100644
--- a/distrib/simpleroot/install.sub
+++ b/distrib/simpleroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sub,v 1.5 1997/07/16 22:33:04 pefo Exp $
+# $OpenBSD: install.sub,v 1.6 1998/11/03 04:35:17 aaron Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -308,7 +308,7 @@ addhostent() {
# Create an entry in the hosts table. If no host table
# exists, create one. If the IP address already exists,
- # replace it's entry.
+ # replace its entry.
if [ ! -f /tmp/hosts ]; then
echo "127.0.0.1 localhost" > /tmp/hosts
fi