Explorar o código

avahi: S05avahi-setup.sh: fix s/pid/ipd/ typo

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard %!s(int64=13) %!d(string=hai) anos
pai
achega
7c4c38403d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/avahi/S05avahi-setup.sh

+ 1 - 1
package/avahi/S05avahi-setup.sh

@@ -2,7 +2,7 @@
 
 case "$1" in
     start|"")
-	if [ ! -d /tmp/avahi-autopid ]; then
+	if [ ! -d /tmp/avahi-autoipd ]; then
 	    rm -rf /tmp/avahi-autoipd
 	    mkdir /tmp/avahi-autoipd
 	    chown default.default /tmp/avahi-autoipd