Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/43a3ef9ce837
branches: trunk
changeset: 542861:43a3ef9ce837
user: shin <shin%NetBSD.org@localhost>
date: Mon Feb 10 02:24:27 2003 +0000
description:
fix typo in comment.
diffstat:
distrib/utils/sysinst/net.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ffccf9839640 -r 43a3ef9ce837 distrib/utils/sysinst/net.c
--- a/distrib/utils/sysinst/net.c Mon Feb 10 00:35:15 2003 +0000
+++ b/distrib/utils/sysinst/net.c Mon Feb 10 02:24:27 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: net.c,v 1.81 2003/01/10 20:00:28 christos Exp $ */
+/* $NetBSD: net.c,v 1.82 2003/02/10 02:24:27 shin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -857,7 +857,7 @@
if (*ans != 'y')
return;
- /* Write hostname to /etc/rc.cofn */
+ /* Write hostname to /etc/rc.conf */
if ((net_dhcpconf & DHCPCONF_HOST) == 0)
add_rc_conf("hostname=%s\n", net_host);
Home |
Main Index |
Thread Index |
Old Index