fix an obvious typo in directory check

This commit is contained in:
drochner 2010-01-23 17:44:44 +00:00
parent 3b84dd90dd
commit 9b670cd37e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: mdnsd,v 1.1 2009/09/29 23:56:27 tsarna Exp $
# $NetBSD: mdnsd,v 1.2 2010/01/23 17:44:44 drochner Exp $
#
# PROVIDE: mdnsd
@ -16,7 +16,7 @@ start_precmd="mdnsd_precmd"
mdnsd_precmd()
{
if [ ! -d /var/run/mdns ]; then
if [ ! -d /var/run/mdnsd ]; then
mkdir -p -m 755 /var/run/mdnsd
fi
chown _mdnsd:_mdnsd /var/run/mdnsd