[Dnsmasq-discuss] [PATCH] Removed empty trailing lines
Geert Stappers
stappers at stappers.nl
Sun Nov 10 09:53:02 UTC 2024
Because there is no information in empty trailing lines.
---
FAQ | 11 -----------
bld/get-version | 1 -
bld/install-mo | 2 --
contrib/CPE-WAN/README | 2 --
contrib/Solaris10/README | 1 -
contrib/conntrack/README | 1 -
contrib/dbus-test/dbus-test.py | 1 -
contrib/lease-access/README | 2 --
contrib/lease-tools/dhcp_lease_time.1 | 2 --
contrib/lease-tools/dhcp_release.1 | 2 --
contrib/lease-tools/dhcp_release6.1 | 2 --
contrib/port-forward/dnsmasq-portforward | 2 --
contrib/port-forward/portforward | 1 -
contrib/reverse-dns/README | 1 -
contrib/reverse-dns/reverse_replace.sh | 1 -
contrib/slackware-dnsmasq/dnsmasq.SlackBuild | 1 -
contrib/static-arp/static-arp | 1 -
contrib/systemd/README | 2 --
contrib/systemd/dbus_activation | 1 -
contrib/try-all-ns/README | 1 -
contrib/try-all-ns/dnsmasq-2.68-try-all-ns | 1 -
contrib/wrt/README | 5 -----
contrib/wrt/lease_update.sh | 5 -----
dbus/DBus-interface | 1 -
dbus/dnsmasq.conf | 1 -
doc.html | 1 -
logo/README | 5 -----
man/dnsmasq.8 | 2 --
src/domain-match.c | 1 -
src/metrics.c | 1 -
30 files changed, 61 deletions(-)
diff --git a/FAQ b/FAQ
index fbc6e1f..7834441 100644
--- a/FAQ
+++ b/FAQ
@@ -552,14 +552,3 @@ A: There seems to be a problem if Windows 7 doesn't get a value for
simplest fix seems to be to supply an empty option with:
dhcp-option=252,"\n"
-
-
-
-
-
-
-
-
-
-
-
diff --git a/bld/get-version b/bld/get-version
index 1f51768..0f462d9 100755
--- a/bld/get-version
+++ b/bld/get-version
@@ -38,4 +38,3 @@ else
fi
exit 0
-
diff --git a/bld/install-mo b/bld/install-mo
index ab54301..79234f9 100755
--- a/bld/install-mo
+++ b/bld/install-mo
@@ -5,5 +5,3 @@ for f in *.mo; do
$2 -m 644 $f $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
echo installing ${f%.mo}/LC_MESSAGES/dnsmasq.mo
done
-
-
diff --git a/contrib/CPE-WAN/README b/contrib/CPE-WAN/README
index 4d56347..fc1ccc4 100644
--- a/contrib/CPE-WAN/README
+++ b/contrib/CPE-WAN/README
@@ -32,5 +32,3 @@ key for future use.
This feature was added to dnsmasq under sponsorship from Ericsson.
-
-
diff --git a/contrib/Solaris10/README b/contrib/Solaris10/README
index a035875..8700971 100644
--- a/contrib/Solaris10/README
+++ b/contrib/Solaris10/README
@@ -25,4 +25,3 @@ corrections/feedback they are more than welcome.
Thanks,
David
-
diff --git a/contrib/conntrack/README b/contrib/conntrack/README
index e883447..e70ff90 100644
--- a/contrib/conntrack/README
+++ b/contrib/conntrack/README
@@ -51,4 +51,3 @@ diagram is extremely helpful in understanding the flows
Additionally the following URL contains a useful "starting guide" on
linux connection tracking/marking
http://home.regit.org/netfilter-en/netfilter-connmark/
-
diff --git a/contrib/dbus-test/dbus-test.py b/contrib/dbus-test/dbus-test.py
index 25d8881..6d22e3f 100755
--- a/contrib/dbus-test/dbus-test.py
+++ b/contrib/dbus-test/dbus-test.py
@@ -40,4 +40,3 @@ print l.SetServers(dbus.UInt32(16909060), # 1.2.3.5
dbus.Byte(0x01),
"eng.mycorp.com",
"lab.mycorp.com")
-
diff --git a/contrib/lease-access/README b/contrib/lease-access/README
index fc66bdf..81fc0d7 100644
--- a/contrib/lease-access/README
+++ b/contrib/lease-access/README
@@ -16,5 +16,3 @@ regards,
Nikos
nmav at gennetsa.com
-
-
diff --git a/contrib/lease-tools/dhcp_lease_time.1 b/contrib/lease-tools/dhcp_lease_time.1
index 2fa78d3..ad24cbe 100644
--- a/contrib/lease-tools/dhcp_lease_time.1
+++ b/contrib/lease-tools/dhcp_lease_time.1
@@ -21,5 +21,3 @@ Only works with IPv4 addresses and DHCP leases.
.BR dnsmasq (8)
.SH AUTHOR
This manual page was written by Simon Kelley <simon at thekelleys.org.uk>.
-
-
diff --git a/contrib/lease-tools/dhcp_release.1 b/contrib/lease-tools/dhcp_release.1
index e71aba0..ccaae6c 100644
--- a/contrib/lease-tools/dhcp_release.1
+++ b/contrib/lease-tools/dhcp_release.1
@@ -33,5 +33,3 @@ Only usable on IPv4 DHCP leases.
.BR dnsmasq (8)
.SH AUTHOR
This manual page was written by Simon Kelley <simon at thekelleys.org.uk>.
-
-
diff --git a/contrib/lease-tools/dhcp_release6.1 b/contrib/lease-tools/dhcp_release6.1
index 763e01c..0cfc700 100644
--- a/contrib/lease-tools/dhcp_release6.1
+++ b/contrib/lease-tools/dhcp_release6.1
@@ -34,5 +34,3 @@ Only usable on IPv6 DHCP leases.
.BR dnsmasq (8)
.SH AUTHOR
This manual page was written by Simon Kelley <simon at thekelleys.org.uk>.
-
-
diff --git a/contrib/port-forward/dnsmasq-portforward b/contrib/port-forward/dnsmasq-portforward
index c2c634f..e37a5ee 100755
--- a/contrib/port-forward/dnsmasq-portforward
+++ b/contrib/port-forward/dnsmasq-portforward
@@ -74,5 +74,3 @@ if [ ${hostname} ]; then
fi
exit 0
-
-
diff --git a/contrib/port-forward/portforward b/contrib/port-forward/portforward
index 21fdca1..29c32c3 100644
--- a/contrib/port-forward/portforward
+++ b/contrib/port-forward/portforward
@@ -25,4 +25,3 @@
# Port forwards will recreated when dnsmasq restarts after a reboot, and
# removed when DHCP leases expire. After editing this file, send
# SIGHUP to dnsmasq to install new iptables entries in the kernel.
-
diff --git a/contrib/reverse-dns/README b/contrib/reverse-dns/README
index db9ca77..52052ae 100644
--- a/contrib/reverse-dns/README
+++ b/contrib/reverse-dns/README
@@ -15,4 +15,3 @@ log-facility=/var/log/dnsmasq.log
in the dnsmasq configuration.
The script runs on debian (with dash installed) and on busybox.
-
diff --git a/contrib/reverse-dns/reverse_replace.sh b/contrib/reverse-dns/reverse_replace.sh
index dfdc1bf..d717af2 100644
--- a/contrib/reverse-dns/reverse_replace.sh
+++ b/contrib/reverse-dns/reverse_replace.sh
@@ -122,4 +122,3 @@ while read LINE; do
done
echo $LINE
done
-
diff --git a/contrib/slackware-dnsmasq/dnsmasq.SlackBuild b/contrib/slackware-dnsmasq/dnsmasq.SlackBuild
index c5ba083..60d0a24 100755
--- a/contrib/slackware-dnsmasq/dnsmasq.SlackBuild
+++ b/contrib/slackware-dnsmasq/dnsmasq.SlackBuild
@@ -53,4 +53,3 @@ zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
cd $PKG
makepkg -l y -c n ../dnsmasq-$VERSION-$ARCH-$BUILD.tgz
-
diff --git a/contrib/static-arp/static-arp b/contrib/static-arp/static-arp
index 82115b7..fea7e95 100644
--- a/contrib/static-arp/static-arp
+++ b/contrib/static-arp/static-arp
@@ -32,4 +32,3 @@ fi
if [ ${1} = old ] || [ ${1} = add ] ; then
${ARP} -s $3 $2
fi
-
diff --git a/contrib/systemd/README b/contrib/systemd/README
index c8046c2..47e5c48 100644
--- a/contrib/systemd/README
+++ b/contrib/systemd/README
@@ -12,5 +12,3 @@ Please include this file in your next release (just like in init script).
[1] http://en.wikipedia.org/wiki/Systemd
-
-
diff --git a/contrib/systemd/dbus_activation b/contrib/systemd/dbus_activation
index 38f0822..f6d17f0 100644
--- a/contrib/systemd/dbus_activation
+++ b/contrib/systemd/dbus_activation
@@ -54,4 +54,3 @@ _______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss at lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
-
diff --git a/contrib/try-all-ns/README b/contrib/try-all-ns/README
index 224d554..599de90 100644
--- a/contrib/try-all-ns/README
+++ b/contrib/try-all-ns/README
@@ -16,4 +16,3 @@ find it useful as well.
Thanks and keep up the good work.
--Bob
-
diff --git a/contrib/try-all-ns/dnsmasq-2.68-try-all-ns b/contrib/try-all-ns/dnsmasq-2.68-try-all-ns
index 66a41f6..07f3164 100644
--- a/contrib/try-all-ns/dnsmasq-2.68-try-all-ns
+++ b/contrib/try-all-ns/dnsmasq-2.68-try-all-ns
@@ -26,4 +26,3 @@ index 8167229..76070b5 100644
/* for broken servers, attempt to send to another one. */
{
unsigned char *pheader;
-
diff --git a/contrib/wrt/README b/contrib/wrt/README
index 981db9f..fd834df 100644
--- a/contrib/wrt/README
+++ b/contrib/wrt/README
@@ -74,8 +74,3 @@ call of duty.
Simon Kelley
Fri Jul 28 11:51:13 BST 2006
-
-
-
-
-
diff --git a/contrib/wrt/lease_update.sh b/contrib/wrt/lease_update.sh
index 46509b3..88759f3 100755
--- a/contrib/wrt/lease_update.sh
+++ b/contrib/wrt/lease_update.sh
@@ -47,8 +47,3 @@ else
fi
${NVRAM} commit
fi
-
-
-
-
-
diff --git a/dbus/DBus-interface b/dbus/DBus-interface
index 00b4465..ccbead7 100644
--- a/dbus/DBus-interface
+++ b/dbus/DBus-interface
@@ -304,4 +304,3 @@ DhcpLeaseUpdated
----------------
This signal is emitted when a DHCP lease for a given IP address is updated.
-
diff --git a/dbus/dnsmasq.conf b/dbus/dnsmasq.conf
index 82b1c76..6bdb4c5 100644
--- a/dbus/dnsmasq.conf
+++ b/dbus/dnsmasq.conf
@@ -11,4 +11,3 @@
<deny send_destination="uk.org.thekelleys.dnsmasq"/>
</policy>
</busconfig>
-
diff --git a/doc.html b/doc.html
index b167be7..ed1bd53 100644
--- a/doc.html
+++ b/doc.html
@@ -98,4 +98,3 @@ a contribution towards my expenses, please use the donation button below.
</BODY>
-
diff --git a/logo/README b/logo/README
index 05a8250..7e644b4 100644
--- a/logo/README
+++ b/logo/README
@@ -5,8 +5,3 @@ easy to export to other formats. For convenience I've included a 56x31
png export and a 16x16 ico suitable for use as a web favicon.
Simon Kelley, 22/10/2010
-
-
-
-
-
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index 32bdeff..cc620ad 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -2749,5 +2749,3 @@ assume that it is the system default.
.BR resolver (5)
.SH AUTHOR
This manual page was written by Simon Kelley <simon at thekelleys.org.uk>.
-
-
diff --git a/src/domain-match.c b/src/domain-match.c
index cf2da77..13f8508 100644
--- a/src/domain-match.c
+++ b/src/domain-match.c
@@ -747,4 +747,3 @@ int add_update_server(int flags,
return 1;
}
-
diff --git a/src/metrics.c b/src/metrics.c
index e59e762..13d7089 100644
--- a/src/metrics.c
+++ b/src/metrics.c
@@ -67,4 +67,3 @@ void clear_metrics(void)
serv->query_latency = 0;
}
}
-
--
2.30.2
More information about the Dnsmasq-discuss
mailing list