[Glibc-bsd-commits] r2831 - trunk/freebsd-sendpr/debian/patches

Guillem Jover guillem at alioth.debian.org
Sat Nov 14 03:42:21 UTC 2009


Author: guillem
Date: 2009-11-14 03:42:21 +0000 (Sat, 14 Nov 2009)
New Revision: 2831

Modified:
   trunk/freebsd-sendpr/debian/patches/001_main.diff
   trunk/freebsd-sendpr/debian/patches/002_man_sendbug.patch
Log:
Refresh patches


Modified: trunk/freebsd-sendpr/debian/patches/001_main.diff
===================================================================
--- trunk/freebsd-sendpr/debian/patches/001_main.diff	2009-11-14 03:15:28 UTC (rev 2830)
+++ trunk/freebsd-sendpr/debian/patches/001_main.diff	2009-11-14 03:42:21 UTC (rev 2831)
@@ -1,7 +1,9 @@
-Index: b/send-pr.sh
-===================================================================
---- a/send-pr.sh	2008-06-08 23:53:34.000000000 +0300
-+++ b/send-pr.sh	2008-06-08 23:54:19.000000000 +0300
+---
+ send-pr.sh |   31 +++++++++++++++++++++++--------
+ 1 file changed, 23 insertions(+), 8 deletions(-)
+
+--- a/send-pr.sh
++++ b/send-pr.sh
 @@ -88,10 +88,12 @@ fi
  # Find out the name of the originator of this PR.
  if [ -n "$NAME" ]; then
@@ -59,7 +61,7 @@
  # Catch some signals. ($xs kludge needed by Sun /bin/sh)
  xs=0
  trap 'rm -f $REF $TEMP; exit $xs' 0
-@@ -492,7 +507,7 @@ while true; do
+@@ -494,7 +509,7 @@ while true; do
      case "$input" in
        a*)
  	if [ -z "$BATCH" ]; then
@@ -68,12 +70,12 @@
  	  echo "$COMMAND: the problem report remains in $BAD and is not sent."
  	  mv $TEMP $BAD
          else
-@@ -574,7 +589,7 @@ if $MAIL_AGENT < $REF; then
+@@ -576,7 +591,7 @@ if $MAIL_AGENT < $REF; then
  else
    echo "$COMMAND: mysterious mail failure."
    if [ -z "$BATCH" ]; then
 -    BAD=`mktemp -t pbad`
 +    BAD=`mktemp -t pbad.XXXXXX`
      echo "$COMMAND: the problem report remains in $BAD and is not sent."
-     mv $REF $BAD
+     mv $TEMP $BAD
    else

Modified: trunk/freebsd-sendpr/debian/patches/002_man_sendbug.patch
===================================================================
--- trunk/freebsd-sendpr/debian/patches/002_man_sendbug.patch	2009-11-14 03:15:28 UTC (rev 2830)
+++ trunk/freebsd-sendpr/debian/patches/002_man_sendbug.patch	2009-11-14 03:42:21 UTC (rev 2831)
@@ -1,10 +1,12 @@
-Index: b/send-pr.1
-===================================================================
---- a/send-pr.1	2008-06-08 23:53:58.000000000 +0300
-+++ b/send-pr.1	2008-06-08 23:54:11.000000000 +0300
+---
+ send-pr.1 |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/send-pr.1
++++ b/send-pr.1
 @@ -26,7 +26,7 @@
  .nh
- .TH SEND-PR 1 3.113 "February 1993"
+ .TH SEND-PR 1 3.113 "October 2006"
  .SH NAME
 -send-pr \- send problem report (PR) to a central support site
 +send-pr, sendbug \- send problem report (PR) to a central support site




More information about the Glibc-bsd-commits mailing list