summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-04-18 12:40:04 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-04-18 12:40:04 +0000
commit68fe5a1c52613ebdbe038a23c3744148835876b8 (patch)
treee89e209108a3659a13f7faba6402b97f34bd31b8 /net-mgmt
parentoriginal distribution updated (-> 4.0) (diff)
typo fixed.
PR: 6286
Notes
Notes: svn path=/head/; revision=10560
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/wide-dhcp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile
index 8ac329ffd9bf..ae04d600147b 100644
--- a/net-mgmt/wide-dhcp/Makefile
+++ b/net-mgmt/wide-dhcp/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 November 1995
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
-# $Id: Makefile,v 1.9 1997/05/30 18:38:11 max Exp $
+# $Id: Makefile,v 1.10 1997/05/30 18:52:44 max Exp $
#
DISTNAME= dhcp-1.3beta
@@ -59,7 +59,7 @@ post-install:
echo ' find $${DB_POOL} -newer $${DB_BIND} -exec rm $${DB_BIND} \;'\
>> ${STARTUP_SCRIPT}; \
echo ' fi' >> ${STARTUP_SCRIPT}; \
- echo " ${PREFIX}/sbin/dhcps [Intarface Name]" \
+ echo " ${PREFIX}/sbin/dhcps [Interface Name]" \
>> ${STARTUP_SCRIPT}; \
echo " echo -n ' dhcps'" \
>> ${STARTUP_SCRIPT}; \