From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 602e26a56529ab13a041a2b3e535655a122edff4
Date: Wed, 04 Jun 2014 19:29:22 +0200 [thread overview]
Message-ID: <20140604172922.B1DE82126B@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 20981 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 602e26a56529ab13a041a2b3e535655a122edff4 (commit)
via 6a27e0b06ab907e852b6b87eaf83927439f06b7d (commit)
via ad59362fc738803014b35c22f12ba32b72010bd8 (commit)
via ddd47deaa3de5b50bc29415a9f41c5c1c26a7e53 (commit)
via f4e9a251168732fb30358402a5d5ca1b4b572698 (commit)
via e0d208c5f4ea8a33b0c9bfe221090a0c961de82d (commit)
via 1efa8995ebe9bb911d6575b6587c0600187572ae (commit)
via a545f88e402a62d1b90a929b0e6622ae6eeeb143 (commit)
via eab3759a854442a3846548c9bae62539764796c0 (commit)
via 3e611b5e0301de8858cddaa9b9a9d3f8a95f4a39 (commit)
via 4eb368f153e1e211680aa146c2e17fb63992ea49 (commit)
via 69a324f0bb14e65c9e0a6b24b3bd9db8b57ff3b5 (commit)
via f7fb5bc5c9b5831729669c35cd9a934f516db471 (commit)
via 92bed25016aa2f4054723e4d607680a3354d8d96 (commit)
via fc5dd098c2c70d76ca6f3b35576bd8b062afde71 (commit)
via 520fd2431bfccddd30489653ba9024f2d214205a (commit)
from ccf1cb25b969b216db241c59b8ec4cbe12da66bf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 602e26a56529ab13a041a2b3e535655a122edff4
Merge: 6a27e0b e0d208c
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Jun 4 12:03:09 2014 +0200
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
commit 6a27e0b06ab907e852b6b87eaf83927439f06b7d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Jun 4 10:14:21 2014 +0200
icinga: Rootfile update.
commit ad59362fc738803014b35c22f12ba32b72010bd8
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Jun 4 05:39:05 2014 +0200
hostname: Add rootfile.
commit ddd47deaa3de5b50bc29415a9f41c5c1c26a7e53
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Jun 3 21:06:30 2014 +0200
net-tools: Don't build hostname.
commit f4e9a251168732fb30358402a5d5ca1b4b572698
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Jun 3 20:57:30 2014 +0200
hostname: New package.
commit e0d208c5f4ea8a33b0c9bfe221090a0c961de82d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Jun 3 18:20:27 2014 +0200
transmission: update to 2.83.
commit 1efa8995ebe9bb911d6575b6587c0600187572ae
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Jun 3 15:32:00 2014 +0200
Add user nobody to group dialout.
Those permissions are required for modem-status.cgi to
communicate with serial modems.
commit a545f88e402a62d1b90a929b0e6622ae6eeeb143
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Jun 3 12:29:23 2014 +0200
squidclamav: fix warning page delivery.
The page reside on the ipfire not on the clients so only rewrite-url can used.
-----------------------------------------------------------------------
Summary of changes:
config/etc/group | 2 +-
config/rootfiles/common/armv5tel/util-linux | 1 +
config/rootfiles/common/hostname | 9 +++
config/rootfiles/common/i586/util-linux | 2 +-
config/rootfiles/common/net-tools | 9 ---
config/rootfiles/core/78/filelists/hostname | 1 +
config/rootfiles/core/78/filelists/sudo | 1 +
config/rootfiles/core/78/update.sh | 3 +
config/rootfiles/packages/icinga | 3 +-
config/rootfiles/packages/nagios | 2 +
config/rootfiles/packages/tftpd | 4 +-
lfs/{arping => hostname} | 11 ++--
lfs/net-tools | 1 +
lfs/squidclamav | 4 +-
lfs/transmission | 8 +--
make.sh | 1 +
src/patches/hostname-rh.patch | 69 ++++++++++++++++++++++
.../squidclamav-5.11-squid-helper-protocol.patch | 10 ++--
18 files changed, 111 insertions(+), 30 deletions(-)
create mode 100644 config/rootfiles/common/hostname
create mode 120000 config/rootfiles/core/78/filelists/hostname
create mode 120000 config/rootfiles/core/78/filelists/sudo
copy lfs/{arping => hostname} (92%)
create mode 100644 src/patches/hostname-rh.patch
Difference in files:
diff --git a/config/etc/group b/config/etc/group
index 46e4b80..ab5f4af 100644
--- a/config/etc/group
+++ b/config/etc/group
@@ -10,7 +10,7 @@ kmem:x:9:
wheel:x:10:root
mail:x:12:mail
uucp:x:14:
-dialout:x:16:
+dialout:x:16:nobody
floppy:x:19:
tape:x:20:
utmp:x:22:
diff --git a/config/rootfiles/common/armv5tel/util-linux b/config/rootfiles/common/armv5tel/util-linux
index 85b027d..c75b147 100644
--- a/config/rootfiles/common/armv5tel/util-linux
+++ b/config/rootfiles/common/armv5tel/util-linux
@@ -233,6 +233,7 @@ usr/sbin/rtcwake
#usr/share/man/man1/ipcmk.1
#usr/share/man/man1/ipcrm.1
#usr/share/man/man1/ipcs.1
+#usr/share/man/man1/logger.1
#usr/share/man/man1/look.1
#usr/share/man/man1/lscpu.1
#usr/share/man/man1/mcookie.1
diff --git a/config/rootfiles/common/hostname b/config/rootfiles/common/hostname
new file mode 100644
index 0000000..7c59b98
--- /dev/null
+++ b/config/rootfiles/common/hostname
@@ -0,0 +1,9 @@
+bin/dnsdomainname
+bin/domainname
+bin/hostname
+bin/nisdomainname
+bin/ypdomainname
+#usr/share/man/man1/dnsdomainname.1
+#usr/share/man/man1/domainname.1
+#usr/share/man/man1/nisdomainname.1
+#usr/share/man/man1/ypdomainname.1
diff --git a/config/rootfiles/common/i586/util-linux b/config/rootfiles/common/i586/util-linux
index ea3de18..6f31cf6 100644
--- a/config/rootfiles/common/i586/util-linux
+++ b/config/rootfiles/common/i586/util-linux
@@ -234,6 +234,7 @@ usr/share/bash-completion
#usr/share/man/man1/ipcmk.1
#usr/share/man/man1/ipcrm.1
#usr/share/man/man1/ipcs.1
+#usr/share/man/man1/logger.1
#usr/share/man/man1/look.1
#usr/share/man/man1/lscpu.1
#usr/share/man/man1/mcookie.1
@@ -303,4 +304,3 @@ usr/share/bash-completion
#usr/share/man/man8/umount.8
#usr/share/man/man8/wdctl.8
#usr/share/man/man8/wipefs.8
-
diff --git a/config/rootfiles/common/net-tools b/config/rootfiles/common/net-tools
index 3cf72ac..4860b2f 100644
--- a/config/rootfiles/common/net-tools
+++ b/config/rootfiles/common/net-tools
@@ -1,9 +1,4 @@
-bin/dnsdomainname
-bin/domainname
-bin/hostname
bin/netstat
-#bin/nisdomainname
-#bin/ypdomainname
sbin/arp
sbin/ifconfig
#sbin/ipmaddr
@@ -14,10 +9,6 @@ sbin/nameif
sbin/rarp
sbin/route
sbin/slattach
-#usr/share/man/man1/dnsdomainname.1
-#usr/share/man/man1/domainname.1
-#usr/share/man/man1/nisdomainname.1
-#usr/share/man/man1/ypdomainname.1
#usr/share/man/man5/ethers.5
#usr/share/man/man8/arp.8
#usr/share/man/man8/ifconfig.8
diff --git a/config/rootfiles/core/78/filelists/hostname b/config/rootfiles/core/78/filelists/hostname
new file mode 120000
index 0000000..2a96fdd
--- /dev/null
+++ b/config/rootfiles/core/78/filelists/hostname
@@ -0,0 +1 @@
+../../../common/hostname
\ No newline at end of file
diff --git a/config/rootfiles/core/78/filelists/sudo b/config/rootfiles/core/78/filelists/sudo
new file mode 120000
index 0000000..0d3c45e
--- /dev/null
+++ b/config/rootfiles/core/78/filelists/sudo
@@ -0,0 +1 @@
+../../../common/sudo
\ No newline at end of file
diff --git a/config/rootfiles/core/78/update.sh b/config/rootfiles/core/78/update.sh
index 6564379..f3e0593 100644
--- a/config/rootfiles/core/78/update.sh
+++ b/config/rootfiles/core/78/update.sh
@@ -173,6 +173,9 @@ chmod 4755 /usr/bin/ping
# Update Language cache
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
+# Add nobody to group dialout
+usermod -a -G dialout nobody
+
#
# Start services
#
diff --git a/config/rootfiles/packages/icinga b/config/rootfiles/packages/icinga
index e31b73a..7a8ae92 100644
--- a/config/rootfiles/packages/icinga
+++ b/config/rootfiles/packages/icinga
@@ -20,8 +20,9 @@ etc/rc.d/init.d/icinga
etc/rc.d/rc0.d/K33icinga
etc/rc.d/rc3.d/S67icinga
etc/rc.d/rc6.d/K33icinga
-#usr/bin/icinga
+usr/bin/icinga
usr/bin/icingastats
+#usr/lib/icinga
usr/lib/icinga/p1.pl
#usr/lib/icinga/plugins
usr/lib/icinga/plugins/check_apt
diff --git a/config/rootfiles/packages/nagios b/config/rootfiles/packages/nagios
index f0200cb..971a360 100644
--- a/config/rootfiles/packages/nagios
+++ b/config/rootfiles/packages/nagios
@@ -34,6 +34,7 @@ usr/lib/nagios
#usr/lib/nagios/check_file_age
#usr/lib/nagios/check_flexlm
#usr/lib/nagios/check_ftp
+#usr/lib/nagios/check_hpjd
#usr/lib/nagios/check_http
#usr/lib/nagios/check_icmp
#usr/lib/nagios/check_ide_smart
@@ -69,6 +70,7 @@ usr/lib/nagios
#usr/lib/nagios/check_sensors
#usr/lib/nagios/check_simap
#usr/lib/nagios/check_smtp
+#usr/lib/nagios/check_snmp
#usr/lib/nagios/check_spop
#usr/lib/nagios/check_ssh
#usr/lib/nagios/check_ssmtp
diff --git a/config/rootfiles/packages/tftpd b/config/rootfiles/packages/tftpd
index 55d261b..eb19657 100644
--- a/config/rootfiles/packages/tftpd
+++ b/config/rootfiles/packages/tftpd
@@ -1,6 +1,6 @@
-etc/rc.d/init.d/tftpd
+usr/bin/tftp
#usr/man/man1/tftp.1
#usr/man/man8/in.tftpd.8
#usr/man/man8/tftpd.8
usr/sbin/tftpd
-#var/tftpboot
+etc/rc.d/init.d/tftpd
diff --git a/lfs/hostname b/lfs/hostname
new file mode 100644
index 0000000..feac3a0
--- /dev/null
+++ b/lfs/hostname
@@ -0,0 +1,77 @@
+###############################################################################
+# #
+# IPFire.org - A linux based firewall #
+# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <http://www.gnu.org/licenses/>. #
+# #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+VER = 3.15
+
+THISAPP = hostname_$(VER)
+DL_FILE = $(THISAPP).tar.gz
+DL_FROM = $(URL_IPFIRE)
+DIR_APP = $(DIR_SRC)/hostname
+TARGET = $(DIR_INFO)/$(THISAPP)
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects = $(DL_FILE)
+
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+
+$(DL_FILE)_MD5 = f93c87de2517850de5f47234e3bcb563
+
+install : $(TARGET)
+
+check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+
+download :$(patsubst %,$(DIR_DL)/%,$(objects))
+
+md5 : $(subst %,%_MD5,$(objects))
+
+###############################################################################
+# Downloading, checking, md5sum
+###############################################################################
+
+$(patsubst %,$(DIR_CHK)/%,$(objects)) :
+ @$(CHECK)
+
+$(patsubst %,$(DIR_DL)/%,$(objects)) :
+ @$(LOAD)
+
+$(subst %,%_MD5,$(objects)) :
+ @$(MD5)
+
+###############################################################################
+# Installation Details
+###############################################################################
+
+$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
+ @$(PREBUILD)
+ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+ cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/hostname-rh.patch
+ cd $(DIR_APP) && make $(MAKETUNING)
+ cd $(DIR_APP) && make install BINDIR=/bin
+ @rm -rf $(DIR_APP)
+ @$(POSTBUILD)
diff --git a/lfs/net-tools b/lfs/net-tools
index 08b4815..ae4d738 100644
--- a/lfs/net-tools
+++ b/lfs/net-tools
@@ -69,6 +69,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+ cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/net-tools-1.60-no-hostname.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/$(THISAPP)-gcc34-3.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/$(THISAPP)-kernel_headers-3.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/$(THISAPP)-mii_ioctl-1.patch
diff --git a/lfs/squidclamav b/lfs/squidclamav
index 263826f..697b59a 100644
--- a/lfs/squidclamav
+++ b/lfs/squidclamav
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2007-2014 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = squidclamav
-PAK_VER = 18
+PAK_VER = 19
DEPS = "clamav"
diff --git a/lfs/transmission b/lfs/transmission
index 51c2fbd..cb4ad45 100644
--- a/lfs/transmission
+++ b/lfs/transmission
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2013 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2014 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 2.82
+VER = 2.83
THISAPP = transmission-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = transmission
-PAK_VER = 9
+PAK_VER = 10
DEPS = "libevent2"
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a5ef870c0410b12d10449c2d36fa4661
+$(DL_FILE)_MD5 = 4620cfbfefee2ce55a6fa12c3ec330a7
install : $(TARGET)
diff --git a/make.sh b/make.sh
index 041a0f6..c170076 100755
--- a/make.sh
+++ b/make.sh
@@ -355,6 +355,7 @@ buildbase() {
lfsmake2 groff
lfsmake2 gperf
lfsmake2 gzip
+ lfsmake2 hostname
lfsmake2 iproute2
lfsmake2 jwhois
lfsmake2 kbd
diff --git a/src/patches/hostname-rh.patch b/src/patches/hostname-rh.patch
new file mode 100644
index 0000000..d56ae59
--- /dev/null
+++ b/src/patches/hostname-rh.patch
@@ -0,0 +1,69 @@
+diff -up hostname/Makefile.rh hostname/Makefile
+--- hostname/Makefile.rh 2013-11-04 10:12:59.670379153 +0100
++++ hostname/Makefile 2013-11-04 10:15:04.957314495 +0100
+@@ -10,21 +10,17 @@ OBJS=hostname.o
+
+ hostname: $(OBJS)
+ $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS) -lnsl
+- ln -fs hostname dnsdomainname
+- ln -fs hostname domainname
+- ln -fs hostname ypdomainname
+- ln -fs hostname nisdomainname
+
+ install: hostname
+ install -d ${BASEDIR}$(MANDIR)/man1
+- install -o root -g root -m 0644 hostname.1 ${BASEDIR}$(MANDIR)/man1
++ install -m 0644 hostname.1 ${BASEDIR}$(MANDIR)/man1
+ ln -fs hostname.1 ${BASEDIR}$(MANDIR)/man1/dnsdomainname.1
+ ln -fs hostname.1 ${BASEDIR}$(MANDIR)/man1/domainname.1
+ ln -fs hostname.1 ${BASEDIR}$(MANDIR)/man1/ypdomainname.1
+ ln -fs hostname.1 ${BASEDIR}$(MANDIR)/man1/nisdomainname.1
+
+ install -d ${BASEDIR}$(BINDIR)
+- install -o root -g root -m 0755 hostname ${BASEDIR}$(BINDIR)
++ install -m 0755 hostname ${BASEDIR}$(BINDIR)
+ ln -fs hostname ${BASEDIR}$(BINDIR)/dnsdomainname
+ ln -fs hostname ${BASEDIR}$(BINDIR)/domainname
+ ln -fs hostname ${BASEDIR}$(BINDIR)/nisdomainname
+diff -up hostname/hostname.1.rh hostname/hostname.1
+--- hostname/hostname.1.rh 2013-11-03 15:24:23.000000000 +0100
++++ hostname/hostname.1 2013-11-04 10:12:59.670379153 +0100
+@@ -80,6 +80,28 @@ complete FQDN of the system is returned
+ .B "THE FQDN"
+ below).
+
++.LP
++The function
++.BR gethostname(2)
++is used to get the hostname. When the
++.BR "hostname \-a, \-d, \-f or \-i"
++is called will
++.BR gethostbyname(3)
++be called. The difference in
++.BR gethostname(2)
++and
++.BR gethostbyname(3)
++is that
++.BR gethostbyname(3)
++is network aware, so it consults
++.IR /etc/nsswitch.conf
++and
++.IR /etc/host.conf
++to decide whether to read information in
++.IR /etc/hostname
++or
++.IR /etc/hosts
++
+ .SS "SET NAME"
+ When called with one argument or with the
+ .B \-\-file
+@@ -105,8 +127,7 @@ command (see
+ .B "THE FQDN"
+ below).
+ .LP
+-The host name is usually set once at system startup in
+-.I /etc/init.d/hostname.sh
++The host name is usually set once at system startup
+ (normally by reading the contents of a file which contains
+ the host name, e.g.
+ .IR /etc/hostname ).
diff --git a/src/patches/squidclamav-5.11-squid-helper-protocol.patch b/src/patches/squidclamav-5.11-squid-helper-protocol.patch
index 0bdb21b..e64bcaf 100644
--- a/src/patches/squidclamav-5.11-squid-helper-protocol.patch
+++ b/src/patches/squidclamav-5.11-squid-helper-protocol.patch
@@ -1,6 +1,6 @@
-diff -Nur squidclamav-5.11-vanilla/src/squidclamav.c squidclamav-5.11/src/squidclamav.c
---- squidclamav-5.11-vanilla/src/squidclamav.c 2012-10-29 09:46:06.000000000 +0100
-+++ squidclamav-5.11/src/squidclamav.c 2014-06-02 15:19:05.463465297 +0200
+diff -Naur squidclamav-5.11.org/src/squidclamav.c squidclamav-5.11/src/squidclamav.c
+--- squidclamav-5.11.org/src/squidclamav.c 2012-10-29 09:46:06.000000000 +0100
++++ squidclamav-5.11/src/squidclamav.c 2014-06-03 12:26:36.215696508 +0200
@@ -483,7 +483,7 @@
aren't appropriate, then just echo back the line from stdin */
if (buff_status == 1) {
@@ -61,7 +61,7 @@ diff -Nur squidclamav-5.11-vanilla/src/squidclamav.c squidclamav-5.11/src/squidc
}
- fprintf (stdout, "%s %s %s %s\n", urlredir,
- in_buff.src_address, in_buff.ident, in_buff.method);
-+ fprintf (stdout, "OK status=302 url=\"%s\"\n", urlredir);
++ fprintf (stdout, "OK rewrite-url=\"%s\"\n", urlredir);
fflush(stdout);
xfree(urlredir);
if (debug != 0)
@@ -170,7 +170,7 @@ diff -Nur squidclamav-5.11-vanilla/src/squidclamav.c squidclamav-5.11/src/squidc
}
- fprintf (stdout, "%s %s %s %s\n", urlredir,
- in_buff.src_address, in_buff.ident, in_buff.method);
-+ fprintf (stdout, "OK status=302 url=\"%s\"\n", urlredir);
++ fprintf (stdout, "OK rewrite-url=\"%s\"\n", urlredir);
fflush(stdout);
xfree(urlredir);
if (debug != 0)
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2014-06-04 17:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140604172922.B1DE82126B@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox