From 908e491f7d55209acfbb2595ab1ef5b24502d641 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 25 Jun 2010 03:10:32 +0200 Subject: get rid of a lot of old svn cruft --- avahi-dnsconfd/Makefile.am | 6 ++---- avahi-dnsconfd/avahi-dnsconfd.action | 2 -- avahi-dnsconfd/main.c | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) (limited to 'avahi-dnsconfd') diff --git a/avahi-dnsconfd/Makefile.am b/avahi-dnsconfd/Makefile.am index d358734..dddf99e 100644 --- a/avahi-dnsconfd/Makefile.am +++ b/avahi-dnsconfd/Makefile.am @@ -1,7 +1,5 @@ -# $Id$ -# # This file is part of avahi. -# +# # avahi is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2 of the @@ -33,7 +31,7 @@ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' sbin_PROGRAMS = avahi-dnsconfd -avahi_dnsconfd_SOURCES = main.c +avahi_dnsconfd_SOURCES = main.c avahi_dnsconfd_CFLAGS = $(AM_CFLAGS) $(LIBDAEMON_CFLAGS) avahi_dnsconfd_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(LIBDAEMON_LIBS) diff --git a/avahi-dnsconfd/avahi-dnsconfd.action b/avahi-dnsconfd/avahi-dnsconfd.action index f7d3aa4..f0ace51 100755 --- a/avahi-dnsconfd/avahi-dnsconfd.action +++ b/avahi-dnsconfd/avahi-dnsconfd.action @@ -1,7 +1,5 @@ #!/bin/sh -# $Id$ -# # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it diff --git a/avahi-dnsconfd/main.c b/avahi-dnsconfd/main.c index 4002193..6ae6c3a 100644 --- a/avahi-dnsconfd/main.c +++ b/avahi-dnsconfd/main.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of avahi. -- cgit