From ee4ae75d110322e92a1ee3122fa5d2a20b1f9308 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 16 Dec 2007 18:19:21 +0000 Subject: fix MacOS X init script path, closes #177 -- not tested, assuming the bug report is correct git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1580 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- initscript/darwin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initscript/darwin/Makefile.am b/initscript/darwin/Makefile.am index facc9d5..3c5cecc 100644 --- a/initscript/darwin/Makefile.am +++ b/initscript/darwin/Makefile.am @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -initddir = /System/Library/LaunchDaemons/ +initddir = /Library/LaunchDaemons/ EXTRA_DIST = \ org.freedesktop.avahi-daemon.plist.in \ -- cgit