ebtables: update to 2.0.10-2

This commit is contained in:
Mikhail Kolesnik 2011-12-02 18:23:58 +02:00
parent 87aa02b433
commit c2b254dcaa
3 changed files with 7 additions and 19 deletions

View File

@ -1,2 +1,2 @@
6af35119bbceba5097bbb0d8c89385d6 ebtables-makefile.diff
b880429a6424186728eb57ae80ef878a ebtables-v2.0.9-2.tar.gz
28077cafe75aeb8224e4d15abc21f752 ebtables-makefile.diff
c5ae7fb75810fd936a5445239e853fd8 ebtables-v2.0.10-2.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on:
name=ebtables
version=2.0.9-2
version=2.0.10-2
release=1
source=(http://download.sourceforge.net/$name/$name-v$version.tar.gz \
$name-makefile.diff)

View File

@ -1,7 +1,7 @@
diff -Nru ebtables-v2.0.8-2-orig/Makefile ebtables-v2.0.8-2/Makefile
--- ebtables-v2.0.8-2-orig/Makefile 2007-09-21 20:27:20.000000000 +0300
+++ ebtables-v2.0.8-2/Makefile 2007-10-10 12:57:08.254461064 +0300
@@ -8,10 +8,10 @@
diff -Nru ebtables-v2.0.10-2-orig/Makefile ebtables-v2.0.10-2/Makefile
--- ebtables-v2.0.10-2-orig/Makefile 2011-12-02 18:19:17.150077039 +0200
+++ ebtables-v2.0.10-2/Makefile 2011-12-02 18:20:51.744854053 +0200
@@ -10,10 +10,10 @@
# default paths
LIBDIR:=/usr/lib
@ -15,15 +15,3 @@ diff -Nru ebtables-v2.0.8-2-orig/Makefile ebtables-v2.0.8-2/Makefile
SYSCONFIGDIR:=/etc/sysconfig
DESTDIR:=
@@ -156,9 +156,9 @@
cat ebtables-save | sed 's/__EXEC_PATH__/$(tmp1)/g' > ebtables-save_
install -m 0755 -o root -g root ebtables-save_ $(DESTDIR)$(BINDIR)/ebtables-save
cat ebtables.sysv | sed 's/__EXEC_PATH__/$(tmp1)/g' | sed 's/__SYSCONFIG__/$(tmp2)/g' > ebtables.sysv_
- install -m 0755 -o root -g root ebtables.sysv_ $(DESTDIR)$(INITDIR)/ebtables
+ install -D -m 0755 -o root -g root ebtables.sysv_ $(DESTDIR)$(INITDIR)/ebtables
cat ebtables-config | sed 's/__SYSCONFIG__/$(tmp2)/g' > ebtables-config_
- install -m 0600 -o root -g root ebtables-config_ $(DESTDIR)$(SYSCONFIGDIR)/ebtables-config
+ install -D -m 0600 -o root -g root ebtables-config_ $(DESTDIR)$(SYSCONFIGDIR)/ebtables-config
rm -f ebtables-save_ ebtables.sysv_ ebtables-config_
$(MANDIR)/man8/ebtables.8: ebtables.8