summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2006-07-09 06:54:24 +0000
committerstefanf <stefanf@FreeBSD.org>2006-07-09 06:54:24 +0000
commite8d77f637b7520b0a77fff94596a96627f680c34 (patch)
treedf22c1e57ad369199679d5e91859c301a4f0ef66 /etc/rc.d
parent5fe5db7b92d100880e8e1049b140630a29d38514 (diff)
downloadFreeBSD-src-e8d77f637b7520b0a77fff94596a96627f680c34.zip
FreeBSD-src-e8d77f637b7520b0a77fff94596a96627f680c34.tar.gz
Fix spelling in a comment.
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/dhclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/dhclient b/etc/rc.d/dhclient
index ca3aece..4d6d733 100755
--- a/etc/rc.d/dhclient
+++ b/etc/rc.d/dhclient
@@ -18,7 +18,7 @@ stop_cmd="dhclient_stop"
dhclient_start()
{
- # prevent unnecessicary restarts
+ # prevent unnecessary restarts
# XXX: should use a pidfile
if [ -x /usr/bin/pgrep ]; then
pids=`/usr/bin/pgrep -f "dhclient: $ifn(\$| .*)"`
OpenPOWER on IntegriCloud