From 656aec05e83a12adfea8c5d98da2c0220ec54e4a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 30 Jul 2005 12:21:59 +0000 Subject: * Move avahi-daemon and avahi-dnsconfd to sbin * Fix Debian init scripts to use absolute paths to the binaries installed with the package git-svn-id: file:///home/lennart/svn/public/avahi/trunk@196 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-dnsconfd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-dnsconfd') diff --git a/avahi-dnsconfd/Makefile.am b/avahi-dnsconfd/Makefile.am index 3b3c79e..db21810 100644 --- a/avahi-dnsconfd/Makefile.am +++ b/avahi-dnsconfd/Makefile.am @@ -36,7 +36,7 @@ AM_LDADD+=$(LIBDAEMON_LIBS) # This cool debug trap works on i386/gcc only AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' -bin_PROGRAMS = \ +sbin_PROGRAMS = \ avahi-dnsconfd avahi_dnsconfd_SOURCES = \ -- cgit