summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2012-01-26 15:19:26 +0100
committerPeter Korsgaard2012-01-26 15:19:26 +0100
commit7c4c38403df01c4cbbb89c8b327d184f5a4b4dc6 (patch)
tree1e2e6e1437d330d5130deec1a13dc3394d091dda
parentgst-plugins-base: fix build with updated tremor (diff)
downloadbuildroot-7c4c38403df01c4cbbb89c8b327d184f5a4b4dc6.tar.gz
buildroot-7c4c38403df01c4cbbb89c8b327d184f5a4b4dc6.tar.xz
buildroot-7c4c38403df01c4cbbb89c8b327d184f5a4b4dc6.zip
avahi: S05avahi-setup.sh: fix s/pid/ipd/ typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rwxr-xr-xpackage/avahi/S05avahi-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/S05avahi-setup.sh b/package/avahi/S05avahi-setup.sh
index 002f0c892..f42a4d318 100755
--- a/package/avahi/S05avahi-setup.sh
+++ b/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