From 744c8224a2cdae4086f6bc7477521ee5c8909989 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 5 Mar 2009 21:38:40 +0000 Subject: avahi: convert to Makefile.autotools.in format --- package/avahi/avahi-autoipd-perms.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/avahi/avahi-autoipd-perms.patch (limited to 'package/avahi/avahi-autoipd-perms.patch') diff --git a/package/avahi/avahi-autoipd-perms.patch b/package/avahi/avahi-autoipd-perms.patch new file mode 100644 index 000000000..c740e3f8a --- /dev/null +++ b/package/avahi/avahi-autoipd-perms.patch @@ -0,0 +1,11 @@ +--- avahi-0.6.14/avahi-autoipd/main.c.cls 2006-09-13 12:49:45.000000000 -0700 ++++ avahi-0.6.14/avahi-autoipd/main.c 2006-09-25 20:34:10.000000000 -0700 +@@ -239,7 +239,7 @@ + + fprintf(f, "%s\n", inet_ntop(AF_INET, &addr, buf, sizeof (buf))); + fclose(f); +- ++ chmod(fn, S_IRUSR|S_IWUSR); + return 0; + + fail: -- cgit v1.2.3