summaryrefslogtreecommitdiffstats
path: root/avahi-autoipd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-25 03:10:32 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-25 03:11:20 +0200
commit908e491f7d55209acfbb2595ab1ef5b24502d641 (patch)
treee3922a11db074e6a99045797cf9c1c69fe23f738 /avahi-autoipd
parent2b2844b10d7b7e5c97f9c667d664d9418bb7769a (diff)
get rid of a lot of old svn cruft
Diffstat (limited to 'avahi-autoipd')
-rw-r--r--avahi-autoipd/Makefile.am4
-rwxr-xr-xavahi-autoipd/avahi-autoipd.action.bsd2
-rwxr-xr-xavahi-autoipd/avahi-autoipd.action.linux2
-rwxr-xr-xavahi-autoipd/dhclient-enter-hook.in2
-rwxr-xr-xavahi-autoipd/dhclient-exit-hook.in6
-rw-r--r--avahi-autoipd/iface-linux.c2
-rw-r--r--avahi-autoipd/iface.h2
-rw-r--r--avahi-autoipd/main.c2
-rw-r--r--avahi-autoipd/main.h2
9 files changed, 3 insertions, 21 deletions
diff --git a/avahi-autoipd/Makefile.am b/avahi-autoipd/Makefile.am
index 2f99592..1911a80 100644
--- a/avahi-autoipd/Makefile.am
+++ b/avahi-autoipd/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
diff --git a/avahi-autoipd/avahi-autoipd.action.bsd b/avahi-autoipd/avahi-autoipd.action.bsd
index db39c4e..06084fb 100755
--- a/avahi-autoipd/avahi-autoipd.action.bsd
+++ b/avahi-autoipd/avahi-autoipd.action.bsd
@@ -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-autoipd/avahi-autoipd.action.linux b/avahi-autoipd/avahi-autoipd.action.linux
index 9b14600..cc9238c 100755
--- a/avahi-autoipd/avahi-autoipd.action.linux
+++ b/avahi-autoipd/avahi-autoipd.action.linux
@@ -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-autoipd/dhclient-enter-hook.in b/avahi-autoipd/dhclient-enter-hook.in
index 10449f1..a746856 100755
--- a/avahi-autoipd/dhclient-enter-hook.in
+++ b/avahi-autoipd/dhclient-enter-hook.in
@@ -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-autoipd/dhclient-exit-hook.in b/avahi-autoipd/dhclient-exit-hook.in
index 3dcb7df..379cb46 100755
--- a/avahi-autoipd/dhclient-exit-hook.in
+++ b/avahi-autoipd/dhclient-exit-hook.in
@@ -1,9 +1,7 @@
#!/bin/sh
-# $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
@@ -26,7 +24,7 @@ case "$reason" in
PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
# Stopping avahi-autoipd is left for the enter hook
;;
-
+
EXPIRE|FAIL|TIMEOUT)
@sbindir@/avahi-autoipd -wD $interface 2> /dev/null
;;
diff --git a/avahi-autoipd/iface-linux.c b/avahi-autoipd/iface-linux.c
index b4abd6f..fc27829 100644
--- a/avahi-autoipd/iface-linux.c
+++ b/avahi-autoipd/iface-linux.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
This file is part of avahi.
diff --git a/avahi-autoipd/iface.h b/avahi-autoipd/iface.h
index 7599b80..95c97fd 100644
--- a/avahi-autoipd/iface.h
+++ b/avahi-autoipd/iface.h
@@ -1,8 +1,6 @@
#ifndef fooavahiifacehfoo
#define fooavahiifacehfoo
-/* $Id$ */
-
/***
This file is part of avahi.
diff --git a/avahi-autoipd/main.c b/avahi-autoipd/main.c
index eb71c3b..380ab94 100644
--- a/avahi-autoipd/main.c
+++ b/avahi-autoipd/main.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
This file is part of avahi.
diff --git a/avahi-autoipd/main.h b/avahi-autoipd/main.h
index 1e2f627..cc02df7 100644
--- a/avahi-autoipd/main.h
+++ b/avahi-autoipd/main.h
@@ -1,8 +1,6 @@
#ifndef fooavahimainhfoo
#define fooavahimainhfoo
-/* $Id$ */
-
/***
This file is part of avahi.