OSDN Git Service

iptables: Add README.JM
authorAkihiro MOTOKI <amotoki@gmail.com>
Wed, 3 Apr 2013 03:22:33 +0000 (12:22 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Wed, 3 Apr 2013 03:22:33 +0000 (12:22 +0900)
README.JM [new file with mode: 0644]

diff --git a/README.JM b/README.JM
new file mode 100644 (file)
index 0000000..0762896
--- /dev/null
+++ b/README.JM
@@ -0,0 +1,36 @@
+= Notes when updating the original =
+
+Netfilter project
+http://www.netfilter.org/projects/iptables/index.html
+http://www.netfilter.org/projects/iptables/downloads.html
+
+tar xvf iptables-1.4.18.tar.bz2
+cd iptables-1.4.18/
+./configure
+make
+
+ls -1 **/*.[1-8]
+ls -1 **/*.[1-8].in
+
+@ iptables top directory
+
+find original -type f | xargs rm
+
+@ source directory
+
+cp **/*.1 ../../original/man1/
+cp **/*.3 ../../original/man3/
+cp **/*.8 ../../original/man8/
+
+@ iptables top directory
+
+grep -r @PACKAGE_VERSION@ original/
+sed -i -e 's/@PACKAGE_VERSION@/1.4.18/' original/man8/iptables.8
+sed -i -e 's/@PACKAGE_VERSION@/1.4.18/' original/man8/ip6tables.8
+
+git add -u
+git add original
+
+git status . | ../../admin/git2upd > upd.txt
+sed -i -e 's|0000/00/00|2013/03/03|' upd.txt
+../../admin/upd_tl.perl translation_list upd.txt 1.4.18