summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-mc.1
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2004-06-14 20:56:00 +0000
committerMax Khon <fjoe@FreeBSD.org>2004-06-14 20:56:00 +0000
commit694ecd186a9b12f5115b130cb96dc3428c8dc76b (patch)
treef1a6e73aac755d8e00dfb5f10ac6a3618d9becf9 /misc/mc/files/patch-mc.1
parent- Strip binaries (diff)
- Fix CAN-2004-0226, CAN-2004-0231, CAN-2004-0232.
- Do not use :: in patch file names. - Patch for CAN-2003-1023 is now contained in patch-vfs-direntry.c. - Bump PORTREVISION. Submitted by: Jakub Jelinek <jakub@redhat.com>
Notes
Notes: svn path=/head/; revision=111487
Diffstat (limited to 'misc/mc/files/patch-mc.1')
-rw-r--r--misc/mc/files/patch-mc.175
1 files changed, 75 insertions, 0 deletions
diff --git a/misc/mc/files/patch-mc.1 b/misc/mc/files/patch-mc.1
new file mode 100644
index 000000000000..53d1715bc516
--- /dev/null
+++ b/misc/mc/files/patch-mc.1
@@ -0,0 +1,75 @@
+--- doc/es/mc.1.in.orig Wed Feb 5 21:54:31 2003
++++ doc/es/mc.1.in Tue Jun 15 03:15:09 2004
+@@ -1361,8 +1361,10 @@
+ od -c %f
+
+ B Edita un informe de errores y lo envía al superusuario
+- vi /tmp/mail.$$
+- mail -s "Error Midnight Commander" root < /tmp/mail.$$
++ I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
++ vi $I
++ mail -s "Error Midnight Commander" root < $I
++ rm -f $I
+
+ M Lee al correo
+ emacs -f rmail
+--- doc/hu/mc.1.in.orig Thu Jan 16 16:30:55 2003
++++ doc/hu/mc.1.in Tue Jun 15 03:15:09 2004
+@@ -1381,8 +1381,10 @@
+ od -c %f
+
+ B A hiba leírás szerkesztése és elküldése a root-nak
+- vi /tmp/mail.$$
+- mail -s "Midnight Commander bug" root < /tmp/mail.$$
++ I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
++ vi $I
++ mail -s "Midnight Commander bug" root < $I
++ rm -f $I
+
+ M Levél olvasás
+ emacs -f rmail
+--- doc/it/mc.1.in.orig Sun Jan 19 23:11:06 2003
++++ doc/it/mc.1.in Tue Jun 15 03:15:09 2004
+@@ -1379,8 +1379,10 @@
+ od -c %f
+
+ B Modifica un rapporto bachi e lo spedisce a root
+- vi /tmp/mail.$$
+- mail -s "Midnight Commander bug" root < /tmp/mail.$$
++ I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
++ vi $I
++ mail -s "Midnight Commander bug" root < $I
++ rm -f $I
+
+ M Legge la posta
+ emacs -f rmail
+--- doc/mc.1.in.orig Wed Feb 5 21:54:31 2003
++++ doc/mc.1.in Tue Jun 15 03:15:09 2004
+@@ -1385,8 +1385,10 @@
+ od -c %f
+
+ B Edit a bug report and send it to root
+- vi /tmp/mail.$$
+- mail -s "Midnight Commander bug" root < /tmp/mail.$$
++ I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
++ vi $I
++ mail -s "Midnight Commander bug" root < $I
++ rm -f $I
+
+ M Read mail
+ emacs -f rmail
+--- doc/ru/mc.1.in.orig Tue Feb 4 03:59:14 2003
++++ doc/ru/mc.1.in Tue Jun 15 03:15:09 2004
+@@ -1557,8 +1557,10 @@
+ od -c %f
+
+ B Edit a bug report and send it to root
+- vi /tmp/mail.$$
+- mail -s "Midnight Commander bug" root < /tmp/mail.$$
++ I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
++ vi $I
++ mail -s "Midnight Commander bug" root < $I
++ rm -f $I
+
+ M Read mail
+ emacs -f rmail