Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/rc.d/mdnsd,v rcsdiff: /ftp/cvs/cvsroot/src/etc/rc.d/mdnsd,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/etc/rc.d/mdnsd 2009/09/29 23:56:27 1.1 +++ src/etc/rc.d/mdnsd 2010/01/23 17:44:44 1.2 @@ -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