- Add upstream changes since last release - Rename package to ebtables-legacy - Split systemd service into services sub-package - Rewrite systemd unit helper script for compatibility with ebtables-nft - Drop module unloading on service stop, this causes more harm than good - Remove save format settings, they are not effective anymore - Remove save on restart setting, restart is merely stop && start - Complete integration into alternatives - Remove needless ldconfig calls
28 lines
595 B
Diff
28 lines
595 B
Diff
From 038a7384ffce9b3a134eee81a5f490391b505ee4 Mon Sep 17 00:00:00 2001
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: Wed, 27 Jun 2018 11:50:42 +0200
|
|
Subject: [PATCH] Add .gitignore
|
|
|
|
Signed-off-by: Florian Westphal <fw@strlen.de>
|
|
Signed-off-by: Phil Sutter <psutter@redhat.com>
|
|
---
|
|
.gitignore | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
create mode 100644 .gitignore
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
new file mode 100644
|
|
index 0000000000000..d2fc36e763a45
|
|
--- /dev/null
|
|
+++ b/.gitignore
|
|
@@ -0,0 +1,7 @@
|
|
+*.o
|
|
+*.so
|
|
+/ebtables
|
|
+/ebtables-restore
|
|
+/ebtablesd
|
|
+/ebtablesu
|
|
+/static
|
|
--
|
|
2.21.0
|
|
|