From: Lennart Poettering Date: Sat, 26 Jun 2010 01:57:42 +0000 (+0200) Subject: build-sys: get rid of old cruft X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=749a220448f2b1f4a8c865002382397dd9f671b8 build-sys: get rid of old cruft --- diff --git a/Makefile.am b/Makefile.am index 15a6cd8..168c556 100644 --- a/Makefile.am +++ b/Makefile.am @@ -235,12 +235,5 @@ homepage: ssh tango rm -rf www/avahi.org/tree/download/doxygen scp -r doxygen/html tango:www/avahi.org/tree/download/doxygen -dist-hook: - if test -d .svn ; then \ - svn update ; \ - chmod u+w ${distdir}/ChangeLog || true ; \ - svn2cl -o ${distdir}/ChangeLog ; \ - fi - DISTCLEANFILES = \ po/.intltool-merge-cache diff --git a/avahi-dnsconfd/main.c b/avahi-dnsconfd/main.c index 6ae6c3a..57147cd 100644 --- a/avahi-dnsconfd/main.c +++ b/avahi-dnsconfd/main.c @@ -158,8 +158,8 @@ static int open_socket(void) { if (connect(fd, (struct sockaddr*) &sa, sizeof(sa)) < 0) { daemon_log(LOG_ERR, "connect(): %s", strerror(errno)); - daemon_log(LOG_INFO, "Failed to connect to the daemon. This probably means that you"); - daemon_log(LOG_INFO, "didn't start avahi-daemon before avahi-dnsconfd."); + daemon_log(LOG_INFO, "Failed to connect to the daemon. This probably means that you"); + daemon_log(LOG_INFO, "didn't start avahi-daemon before avahi-dnsconfd."); goto fail; }