public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alin Nastac (mrness)" <mrness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/mgetty/files: mgetty-1.1.36-tmpfile.patch
Date: Tue, 09 Dec 2008 23:18:12 +0000	[thread overview]
Message-ID: <E1LABqG-0005uz-5b@stork.gentoo.org> (raw)

mrness      08/12/09 23:18:12

  Modified:             mgetty-1.1.36-tmpfile.patch
  Log:
  Fix tmpfile patch.
  (Portage version: 2.1.4.4, RepoMan options: --force)

Revision  Changes    Path
1.2                  net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch?r1=1.1&r2=1.2

Index: mgetty-1.1.36-tmpfile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mgetty-1.1.36-tmpfile.patch	7 Sep 2008 09:54:29 -0000	1.1
+++ mgetty-1.1.36-tmpfile.patch	9 Dec 2008 23:18:12 -0000	1.2
@@ -1,7 +1,7 @@
 diff -Nru mgetty-1.1.36.orig/fax/faxspool.in mgetty-1.1.36/fax/faxspool.in
---- mgetty-1.1.36.orig/fax/faxspool.in	2008-08-31 13:06:48.000000000 +0000
-+++ mgetty-1.1.36/fax/faxspool.in	2008-09-07 09:44:01.000000000 +0000
-@@ -675,9 +675,7 @@
+--- mgetty-1.1.36.orig/fax/faxspool.in	2008-12-09 23:12:31.000000000 +0000
++++ mgetty-1.1.36/fax/faxspool.in	2008-12-09 23:13:28.000000000 +0000
+@@ -675,9 +675,8 @@
      if [ x$file = x- ]
      then
  	$echo "spooling $file (stdin)..."
@@ -9,10 +9,11 @@
 -        cat - >/tmp/faxsp.$$
 -	file=/tmp/faxsp.$$
 +	file=$spooldir/faxsp
++	cat - > $file
      else
  	$echo "spooling $file..."
      fi
-@@ -924,7 +922,7 @@
+@@ -924,7 +923,7 @@
  then
      $echo "\nnothing to do (no cover page, no data)." >&2
      cd $FAX_SPOOL_OUT
@@ -21,7 +22,7 @@
      exit 52
  fi
  
-@@ -965,7 +963,7 @@
+@@ -965,7 +964,7 @@
  # clean up
  rm $job.q
  cd ..






             reply	other threads:[~2008-12-09 23:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-09 23:18 Alin Nastac (mrness) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-09-07  9:54 [gentoo-commits] gentoo-x86 commit in net-dialup/mgetty/files: mgetty-1.1.36-tmpfile.patch Alin Nastac (mrness)

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=E1LABqG-0005uz-5b@stork.gentoo.org \
    --to=mrness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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