• R/O
  • HTTP
  • SSH
  • HTTPS

iptables: Commit


Commit MetaInfo

Revision5319dc581cff4898bdfbffa3b8d1c86799e365f5 (tree)
Time2013-04-03 12:22:33
AuthorAkihiro MOTOKI <amotoki@gmai...>
CommiterAkihiro MOTOKI

Log Message

iptables: Add README.JM

Change Summary

Incremental Difference

--- /dev/null
+++ b/README.JM
@@ -0,0 +1,36 @@
1+= Notes when updating the original =
2+
3+Netfilter project
4+http://www.netfilter.org/projects/iptables/index.html
5+http://www.netfilter.org/projects/iptables/downloads.html
6+
7+tar xvf iptables-1.4.18.tar.bz2
8+cd iptables-1.4.18/
9+./configure
10+make
11+
12+ls -1 **/*.[1-8]
13+ls -1 **/*.[1-8].in
14+
15+@ iptables top directory
16+
17+find original -type f | xargs rm
18+
19+@ source directory
20+
21+cp **/*.1 ../../original/man1/
22+cp **/*.3 ../../original/man3/
23+cp **/*.8 ../../original/man8/
24+
25+@ iptables top directory
26+
27+grep -r @PACKAGE_VERSION@ original/
28+sed -i -e 's/@PACKAGE_VERSION@/1.4.18/' original/man8/iptables.8
29+sed -i -e 's/@PACKAGE_VERSION@/1.4.18/' original/man8/ip6tables.8
30+
31+git add -u
32+git add original
33+
34+git status . | ../../admin/git2upd > upd.txt
35+sed -i -e 's|0000/00/00|2013/03/03|' upd.txt
36+../../admin/upd_tl.perl translation_list upd.txt 1.4.18
Show on old repository browser