Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mgetty for openSUSE:Factory checked 
in at 2026-09-01 15:52:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mgetty (Old)
 and      /work/SRC/openSUSE:Factory/.mgetty.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mgetty"

Tue Sep  1 15:52:05 2026 rev:48 rq:1375104 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mgetty/mgetty.changes    2026-08-18 
16:38:57.013227854 +0200
+++ /work/SRC/openSUSE:Factory/.mgetty.new.1265/mgetty.changes  2026-09-01 
15:52:44.039919352 +0200
@@ -1,0 +2,14 @@
+Mon Aug 31 13:31:44 UTC 2026 - Antonio Teixeira <[email protected]>
+
+- Fix faxq-helper path in faxrm (boo#1269217)
+  * faxq-libexec.patch
+- Refresh patches to apply with -p1:
+  * mgetty-1.1.36-implicit-fortify-decl.patch
+  * mgetty-1.1.36-local.patch
+  * mgetty-1.1.36-no-date-time.patch
+  * mgetty-1.1.36-specialdigits.patch
+  * mgetty-1.1.36-tempfile.patch
+  * mgetty-1.1.37-makefile.patch
+- Apply patches with autosetup
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mgetty.spec ++++++
--- /var/tmp/diff_new_pack.VAEklo/_old  2026-09-01 15:52:45.988987350 +0200
+++ /var/tmp/diff_new_pack.VAEklo/_new  2026-09-01 15:52:45.992987489 +0200
@@ -95,24 +95,7 @@
 The g3utils are included in the mgetty source package.
 
 %prep
-%setup -q
-%patch -P 0
-%patch -P 1
-%patch -P 2
-%patch -P 3 -p1
-%patch -P 4
-%patch -P 5
-%patch -P 6
-%patch -P 7 -p1
-%patch -P 8 -p1
-%patch -P 9 -p1
-%patch -P 10 -p1
-%patch -P 12 -p1
-%patch -P 13 -p1
-%patch -P 14 -p1
-%patch -P 15 -p1
-%patch -P 16 -p1
-%patch -P 17 -p1
+%autosetup -p1
 chmod +x mkidirs
 
 %build

++++++ faxq-libexec.patch ++++++
--- /var/tmp/diff_new_pack.VAEklo/_old  2026-09-01 15:52:46.094991048 +0200
+++ /var/tmp/diff_new_pack.VAEklo/_new  2026-09-01 15:52:46.104991397 +0200
@@ -1,7 +1,7 @@
-Index: mgetty-1.2.1/Makefile
+Index: b/Makefile
 ===================================================================
---- mgetty-1.2.1.orig/Makefile
-+++ mgetty-1.2.1/Makefile
+--- a/Makefile
++++ b/Makefile
 @@ -199,6 +199,10 @@ BINDIR=$(prefix)/bin
  #
  LIBDIR=$(prefix)/lib/mgetty+sendfax
@@ -49,10 +49,10 @@
  #
  # callback tool
  #
-Index: mgetty-1.2.1/doc/faxspool.1in
+Index: b/doc/faxspool.1in
 ===================================================================
---- mgetty-1.2.1.orig/doc/faxspool.1in
-+++ mgetty-1.2.1/doc/faxspool.1in
+--- a/doc/faxspool.1in
++++ b/doc/faxspool.1in
 @@ -207,7 +207,7 @@ program to create fax cover page (see co
  program to control which file extentions are recognized (.txt, .ps, ...)
  and how those file formats should be converted to G3.
@@ -62,10 +62,10 @@
  this a small C helper program that facilitates access to the fax spool
  queue (which is since mgetty 1.1.29 no longer world-writeable)
  .fi
-Index: mgetty-1.2.1/fax/Makefile
+Index: b/fax/Makefile
 ===================================================================
---- mgetty-1.2.1.orig/fax/Makefile
-+++ mgetty-1.2.1/fax/Makefile
+--- a/fax/Makefile
++++ b/fax/Makefile
 @@ -58,8 +58,9 @@ install: all
                $(INSTALL) -m 755 $$i $(DESTDIR)$(BINDIR) ; \
        done
@@ -78,10 +78,10 @@
  #
  # data files
  #
-Index: mgetty-1.2.1/fax/faxq.in
+Index: b/fax/faxq.in
 ===================================================================
---- mgetty-1.2.1.orig/fax/faxq.in
-+++ mgetty-1.2.1/fax/faxq.in
+--- a/fax/faxq.in
++++ b/fax/faxq.in
 @@ -30,7 +30,7 @@ AWK=@AWK@
  
  #
@@ -91,10 +91,10 @@
  
  # ------------- subroutines -----------
  do_faxq_stop()
-Index: mgetty-1.2.1/fax/faxspool.in
+Index: b/fax/faxspool.in
 ===================================================================
---- mgetty-1.2.1.orig/fax/faxspool.in
-+++ mgetty-1.2.1/fax/faxspool.in
+--- a/fax/faxspool.in
++++ b/fax/faxspool.in
 @@ -130,7 +130,7 @@ FAX_SEQ_LOCK=$FAX_SEQ_LOCKDIR/LCK..seq
  LAST_RUN=@FAX_SPOOL_OUT@/faxqueue_done
  
@@ -104,10 +104,10 @@
  
  # fax phone directories - format: <alias> <fax phone number>
  GLOBAL_PHONE_DIR=@CONFDIR@/faxaliases
-Index: mgetty-1.2.1/mksed.c
+Index: b/mksed.c
 ===================================================================
---- mgetty-1.2.1.orig/mksed.c
-+++ mgetty-1.2.1/mksed.c
+--- a/mksed.c
++++ b/mksed.c
 @@ -49,6 +49,7 @@ int main _P0( void )
      printf( "      -e 's;@BINDIR@;%s;g'\\\n", BINDIR );
      printf( "      -e 's;@SBINDIR@;%s;g'\\\n", SBINDIR );
@@ -116,4 +116,17 @@
      printf( "      -e 's;@CONFDIR@;%s;g'\\\n", CONFDIR );
      printf( "      -e 's;@LOGIN@;%s;g'\n", DEFAULT_LOGIN_PROGRAM );
      return 0;
+Index: b/fax/faxrm.in
+===================================================================
+--- a/fax/faxrm.in
++++ b/fax/faxrm.in
+@@ -16,7 +16,7 @@ FAX_SPOOL_OUT=@FAX_SPOOL_OUT@
+ echo="@ECHO@"
+ #
+ # helper program for privileged queue access
+-FAXQ_HELPER=@LIBDIR@/faxq-helper
++FAXQ_HELPER=@LIBEXECDIR@/faxq-helper
+ #
+ 
+ if [ ! -d $FAX_SPOOL_OUT ]
 

++++++ mgetty-1.1.36-implicit-fortify-decl.patch ++++++
--- /var/tmp/diff_new_pack.VAEklo/_old  2026-09-01 15:52:46.220995444 +0200
+++ /var/tmp/diff_new_pack.VAEklo/_new  2026-09-01 15:52:46.236996002 +0200
@@ -1,6 +1,8 @@
---- faxsend.c
-+++ faxsend.c
-@@ -18,6 +18,7 @@
+Index: b/faxsend.c
+===================================================================
+--- a/faxsend.c
++++ b/faxsend.c
+@@ -28,6 +28,7 @@
   */
  
  #include <stdio.h>

++++++ mgetty-1.1.36-local.patch ++++++
--- /var/tmp/diff_new_pack.VAEklo/_old  2026-09-01 15:52:46.275997363 +0200
+++ /var/tmp/diff_new_pack.VAEklo/_new  2026-09-01 15:52:46.288997817 +0200
@@ -1,5 +1,7 @@
---- contrib/faxdvi2.perl
-+++ contrib/faxdvi2.perl
+Index: b/contrib/faxdvi2.perl
+===================================================================
+--- a/contrib/faxdvi2.perl
++++ b/contrib/faxdvi2.perl
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
@@ -15,9 +17,11 @@
  $user_file = "$ENV{'HOME'}/.faxdvirc";
  
  $dvips = 'dvips -t letter -P fax';
---- contrib/faxiobe.sh
-+++ contrib/faxiobe.sh
-@@ -35,8 +35,8 @@
+Index: b/contrib/faxiobe.sh
+===================================================================
+--- a/contrib/faxiobe.sh
++++ b/contrib/faxiobe.sh
+@@ -35,8 +35,8 @@ XDIALPREF=\"8,\"
  X
  X# define GHOSTSCRIPT and SENDFAX correct for you site
  X
@@ -28,7 +32,7 @@
  X
  X# define NOFAX for a dummy program instead of sendfax
  X# this is for debugging. A sample "nofax" is in the distribution.
-@@ -160,11 +160,11 @@
+@@ -160,11 +160,11 @@ X#define MAXRETRY "3"
  X#define SLEEPTIME 300   /* make multiple of 10 please */
  X
  X#ifndef GHOSTSCRIPT
@@ -42,9 +46,11 @@
  X#endif
  X
  X#ifndef NOFAX
---- contrib/lp-fax
-+++ contrib/lp-fax
-@@ -81,7 +81,7 @@
+Index: b/contrib/lp-fax
+===================================================================
+--- a/contrib/lp-fax
++++ b/contrib/lp-fax
+@@ -81,7 +81,7 @@ umask 022
  # send the file(s) to the standard out $copies times
  while [ "$copies" -gt 0 ]
  do
@@ -53,9 +59,11 @@
  #     for file
  #     do
  #             0<${file} eval ${FILTER} 2>&1 
---- contrib/mgetty-to-flexfax.sh
-+++ contrib/mgetty-to-flexfax.sh
-@@ -28,7 +28,7 @@
+Index: b/contrib/mgetty-to-flexfax.sh
+===================================================================
+--- a/contrib/mgetty-to-flexfax.sh
++++ b/contrib/mgetty-to-flexfax.sh
+@@ -28,7 +28,7 @@ let's faxinfo work right. After that, it
  --- new_fax ---
  #! /bin/sh
  
@@ -64,17 +72,21 @@
  export PATH
  
  FILE=/var/spool/fax/recvq/mgetty.$$
---- contrib/watchit.pl
-+++ contrib/watchit.pl
+Index: b/contrib/watchit.pl
+===================================================================
+--- a/contrib/watchit.pl
++++ b/contrib/watchit.pl
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl5
 +#!/usr/bin/perl
  #
  # watchit.pl
  #
---- doc/Makefile
-+++ doc/Makefile
-@@ -12,11 +12,11 @@
+Index: b/doc/Makefile
+===================================================================
+--- a/doc/Makefile
++++ b/doc/Makefile
+@@ -12,11 +12,11 @@ MAN4PAGES=mgettydefs.4
  MAN5PAGES=faxqueue.5
  MAN8PAGES=sendfax.8 mgetty.8 callback.8 faxrunqd.8 faxq-helper.8
  MANSRC=$(MAN1PAGES) $(MAN4PAGES) $(MAN5PAGES) $(MAN8PAGES)
@@ -91,9 +103,11 @@
  
  #
  # formatted man pages
---- doc/loginv2.txt
-+++ doc/loginv2.txt
-@@ -29,7 +29,7 @@
+Index: b/doc/loginv2.txt
+===================================================================
+--- a/doc/loginv2.txt
++++ b/doc/loginv2.txt
+@@ -29,7 +29,7 @@ Set up login.config like this:
  #
  # this is the dummy user name, it's allowed to login only if this 
  # is not already an ongoing callback
@@ -102,9 +116,11 @@
  #
  # these are the real users: only allowed if it's a callback ("Y")
  *             Y       -       -       /bin/login @
---- doc/mgetty.texi-in
-+++ doc/mgetty.texi-in
-@@ -2449,7 +2449,7 @@
+Index: b/doc/mgetty.texi-in
+===================================================================
+--- a/doc/mgetty.texi-in
++++ b/doc/mgetty.texi-in
+@@ -2494,7 +2494,7 @@ while test -f /etc/nologin.ttyS1
  do
     sleep 60
     done
@@ -113,7 +129,7 @@
  @end example
  
  @item
-@@ -3691,7 +3691,7 @@
+@@ -3736,7 +3736,7 @@ If everything compiled well and you did
  add an entry to @file{/etc/inittab} like the following:
  
  @example
@@ -122,9 +138,11 @@
  @end example
  
  @emph{Don't use the Solaris @code{admintool} to create any port monitoring
---- doc/scanner.txt
-+++ doc/scanner.txt
-@@ -44,7 +44,7 @@
+Index: b/doc/scanner.txt
+===================================================================
+--- a/doc/scanner.txt
++++ b/doc/scanner.txt
+@@ -44,7 +44,7 @@ The procedure of sending picture from UX
  Of course you should set up mgetty for the terminal port of Fax modem as
  follows.
  
@@ -133,7 +151,7 @@
  
  As you know, "push data/voice button of Fax modem" can be substituted by
  kill -USR1 <mgetty-pid>.
-@@ -174,7 +174,7 @@
+@@ -174,7 +174,7 @@ Following is the log file when I receive
  07/03 17:58:49 m0  (Normal and proper end of connection)** found **
  07/03 17:58:49 m0  fax receiver: hangup & end
  07/03 17:58:49 m0  fax_notify_mail: sending mail to: faxadmin
@@ -142,8 +160,10 @@
  07/03 17:58:51 ##### fax dev=ttym0, pid=1342, caller=none, name='', id='      
               ', +FHNG=000, pages=1, time=00:01:35
  
  
---- faxrunq.config
-+++ faxrunq.config
+Index: b/faxrunq.config
+===================================================================
+--- a/faxrunq.config
++++ b/faxrunq.config
 @@ -21,10 +21,10 @@
  
  #  here you can specify a program that will be called for each fax that
@@ -166,9 +186,11 @@
  
  #  call an external script if the fax queue length goes over threshold
  #  (default: off)
---- samples/answer_fax.sh
-+++ samples/answer_fax.sh
-@@ -17,7 +17,7 @@
+Index: b/samples/answer_fax.sh
+===================================================================
+--- a/samples/answer_fax.sh
++++ b/samples/answer_fax.sh
+@@ -17,7 +17,7 @@ if pid=`cat /etc/mg-pid.$port 2>/dev/nul
  then
        :
  else
@@ -177,8 +199,10 @@
        echo "starting mgetty..."
        sleep 4
        pid=`cat /etc/mg-pid.$port`
---- samples/coverpg-pl.ps
-+++ samples/coverpg-pl.ps
+Index: b/samples/coverpg-pl.ps
+===================================================================
+--- a/samples/coverpg-pl.ps
++++ b/samples/coverpg-pl.ps
 @@ -21,7 +21,7 @@
  #
  #-------------------------------------------------------------------------
@@ -188,9 +212,11 @@
  # 
  # make.coverpg -- slightly advanced version, use ghostscript 
  #                 (just a sample, naturally you have to adapt all the texts!) 
---- samples/coverpg.pbm
-+++ samples/coverpg.pbm
-@@ -21,9 +21,9 @@
+Index: b/samples/coverpg.pbm
+===================================================================
+--- a/samples/coverpg.pbm
++++ b/samples/coverpg.pbm
+@@ -21,9 +21,9 @@ fi
  # select font according to resolution
  if [ X$normal_res = X ]
  then
@@ -202,8 +228,10 @@
  fi
  
  tmp=/tmp/coverpg.$$
---- samples/fax
-+++ samples/fax
+Index: b/samples/fax
+===================================================================
+--- a/samples/fax
++++ b/samples/fax
 @@ -1,10 +1,11 @@
 -#!/bin/ksh
 +#!/bin/bash
@@ -218,8 +246,10 @@
  
  input()
  {
---- samples/faxmemo
-+++ samples/faxmemo
+Index: b/samples/faxmemo
+===================================================================
+--- a/samples/faxmemo
++++ b/samples/faxmemo
 @@ -13,7 +13,7 @@
  # this is the cover page to use for memo. Faxspool will call
  # "$COVER_PAGE -m <memo-text> <standard options as of coverpg(1)>
@@ -229,9 +259,11 @@
  
  if [ $# -lt 2 ]
  then
---- samples/new_fax.all/README
-+++ samples/new_fax.all/README
-@@ -43,7 +43,7 @@
+Index: b/samples/new_fax.all/README
+===================================================================
+--- a/samples/new_fax.all/README
++++ b/samples/new_fax.all/README
+@@ -43,7 +43,7 @@ All of these actions can be mixed togeth
  
  THE CONFIGURATION FILE
  
@@ -240,8 +272,10 @@
  but can be moved to any destination. The file is referenced inside new_fax
  with the variable "config" in the header. The config file consists of
  sections. Each section contains at least one identifier which must be a
---- samples/new_fax.all/new_fax
-+++ samples/new_fax.all/new_fax
+Index: b/samples/new_fax.all/new_fax
+===================================================================
+--- a/samples/new_fax.all/new_fax
++++ b/samples/new_fax.all/new_fax
 @@ -1,4 +1,5 @@
 -#!/bin/ksh
 +#!/bin/bash
@@ -249,9 +283,11 @@
  #
  # Written 1996 by Darko Krizic
  #
---- samples/new_fax.lj
-+++ samples/new_fax.lj
-@@ -16,7 +16,7 @@
+Index: b/samples/new_fax.lj
+===================================================================
+--- a/samples/new_fax.lj
++++ b/samples/new_fax.lj
+@@ -16,7 +16,7 @@ HUP="$1"
  SENDER="$2"
  PAGES="$3"
  
@@ -260,8 +296,10 @@
  shift 3
  P=1
  
---- samples/new_fax.mime1
-+++ samples/new_fax.mime1
+Index: b/samples/new_fax.mime1
+===================================================================
+--- a/samples/new_fax.mime1
++++ b/samples/new_fax.mime1
 @@ -1,4 +1,4 @@
 -#!/bin/ksh
 +#!/bin/bash
@@ -277,7 +315,7 @@
  
  FAX_DIR=/var/spool/fax
  
-@@ -52,7 +52,7 @@
+@@ -52,7 +52,7 @@ umask 077
      let page=page+1
    done
  ) >$TMP
@@ -286,8 +324,10 @@
  rm -f $TMP
  
  ## Alternative method (using metamail directly)
---- samples/new_fax.mime3
-+++ samples/new_fax.mime3
+Index: b/samples/new_fax.mime3
+===================================================================
+--- a/samples/new_fax.mime3
++++ b/samples/new_fax.mime3
 @@ -1,6 +1,6 @@
  #!/bin/sh
  #
@@ -296,16 +336,18 @@
  #
  # new_fax <getty-exit-code> <fax-sender-id> <number-of-pages> <page> 
[<page>..]
  #
-@@ -75,4 +75,4 @@
+@@ -75,4 +75,4 @@ echo "--$BOUNDARY--" >> $TMPMAIL
  # Send out the created mail:
  sendmail $ADMIN < $TMPMAIL
  
 -exit 0
 \ No newline at end of file
 +exit 0
---- samples/new_fax.pbm
-+++ samples/new_fax.pbm
-@@ -28,7 +28,7 @@
+Index: b/samples/new_fax.pbm
+===================================================================
+--- a/samples/new_fax.pbm
++++ b/samples/new_fax.pbm
+@@ -28,7 +28,7 @@ esac
  id=
  for i in $@
  do
@@ -314,9 +356,11 @@
    # our compress is faster than gzip, so use this here.
    # this make preview faster....
    [ $? -eq 0 -a -f $i.pbm.Z ] && /bin/rm -f $i
---- samples/new_fax.th
-+++ samples/new_fax.th
-@@ -15,13 +15,13 @@
+Index: b/samples/new_fax.th
+===================================================================
+--- a/samples/new_fax.th
++++ b/samples/new_fax.th
+@@ -15,13 +15,13 @@ use File::Basename;
  # The user to receive the fax and the get the fax viewer on its display
  my $user = 'torsten';
  
@@ -332,9 +376,11 @@
  
  # Information received from mgetty
  my $hangup_code = shift;
---- samples/new_fax.vacation
-+++ samples/new_fax.vacation
-@@ -25,13 +25,13 @@
+Index: b/samples/new_fax.vacation
+===================================================================
+--- a/samples/new_fax.vacation
++++ b/samples/new_fax.vacation
+@@ -25,13 +25,13 @@ it is so dammed simple (is this correct
                                 ,,,
                                (o o)
  ---------------------------oOO-(_)-OOo---------------------------
@@ -350,9 +396,11 @@
  
  exit 0
    if ! -r $message;   # Do nothing.
---- voice/contrib/Mark_Haun
-+++ voice/contrib/Mark_Haun
-@@ -28,7 +28,7 @@
+Index: b/voice/contrib/Mark_Haun
+===================================================================
+--- a/voice/contrib/Mark_Haun
++++ b/voice/contrib/Mark_Haun
+@@ -28,7 +28,7 @@ progress.  So, my current solution is to
  current call-out script (a modified version of the "notify.sh" distributed
  with vgetty), in the hope that it will prove useful to someone: 
  
@@ -361,8 +409,10 @@
  
  function receive
       {
---- voice/doc/Readme.Beginners
-+++ voice/doc/Readme.Beginners
+Index: b/voice/doc/Readme.Beginners
+===================================================================
+--- a/voice/doc/Readme.Beginners
++++ b/voice/doc/Readme.Beginners
 @@ -36,7 +36,7 @@
  
  2. Replace the invocation of mgetty in your /etc/inittab with vgetty if
@@ -372,16 +422,20 @@
     /etc/inittab file. (like that vgetty is running at runlevels 3 4 and 5
     see inittab(5) man page for more)
  
---- voice/scripts/button.sh
-+++ voice/scripts/button.sh
+Index: b/voice/scripts/button.sh
+===================================================================
+--- a/voice/scripts/button.sh
++++ b/voice/scripts/button.sh
 @@ -1,4 +1,4 @@
 -#! /usr/local/bin/vm shell
 +#! /usr/bin/vm shell
  
  #
  # This is the button script. It is called by vgetty when
---- voice/scripts/demo.pl
-+++ voice/scripts/demo.pl
+Index: b/voice/scripts/demo.pl
+===================================================================
+--- a/voice/scripts/demo.pl
++++ b/voice/scripts/demo.pl
 @@ -1,6 +1,6 @@
 -#! /usr/local/bin/vm shell
 -exec /usr/local/bin/perl -x $0
@@ -392,40 +446,50 @@
  
  #
  # This is a demo script for the new interface between shell scripts and
---- voice/scripts/demo.sh
-+++ voice/scripts/demo.sh
+Index: b/voice/scripts/demo.sh
+===================================================================
+--- a/voice/scripts/demo.sh
++++ b/voice/scripts/demo.sh
 @@ -1,4 +1,4 @@
 -#! /usr/local/bin/vm shell
 +#! /usr/bin/vm shell
  
  #
  # This is a demo script for the new interface between shell scripts and
---- voice/scripts/dtmf.sh
-+++ voice/scripts/dtmf.sh
+Index: b/voice/scripts/dtmf.sh
+===================================================================
+--- a/voice/scripts/dtmf.sh
++++ b/voice/scripts/dtmf.sh
 @@ -1,4 +1,4 @@
 -#! /usr/local/bin/vm shell
 +#! /usr/bin/vm shell
  
  #
  # This is the dtmf script. It is called by vgetty when a dtmf code was
---- voice/scripts/events.sh
-+++ voice/scripts/events.sh
+Index: b/voice/scripts/events.sh
+===================================================================
+--- a/voice/scripts/events.sh
++++ b/voice/scripts/events.sh
 @@ -1,4 +1,4 @@
 -#! /usr/local/bin/vm shell
 +#! /usr/bin/vm shell
  
  #
  # This is a demo script for the new event handling interface between
---- voice/scripts/message.sh
-+++ voice/scripts/message.sh
+Index: b/voice/scripts/message.sh
+===================================================================
+--- a/voice/scripts/message.sh
++++ b/voice/scripts/message.sh
 @@ -1,4 +1,4 @@
 -#! /usr/local/bin/vm shell
 +#! /usr/bin/vm shell
  
  #
  # This script calls the given phone number and plays a message.
---- voice/scripts/vmtest.sh
-+++ voice/scripts/vmtest.sh
+Index: b/voice/scripts/vmtest.sh
+===================================================================
+--- a/voice/scripts/vmtest.sh
++++ b/voice/scripts/vmtest.sh
 @@ -1,4 +1,4 @@
 -#! /usr/local/bin/vm shell
 +#! /usr/bin/vm shell

++++++ mgetty-1.1.36-no-date-time.patch ++++++
--- /var/tmp/diff_new_pack.VAEklo/_old  2026-09-01 15:52:46.330999282 +0200
+++ /var/tmp/diff_new_pack.VAEklo/_new  2026-09-01 15:52:46.339999596 +0200
@@ -1,8 +1,8 @@
-Index: mgetty.c
+Index: b/mgetty.c
 ===================================================================
---- mgetty.c.orig      2006-01-01 14:13:18.000000000 -0300
-+++ mgetty.c   2010-08-29 13:16:06.330122665 -0400
-@@ -361,7 +361,7 @@ int main _P2((argc, argv), int argc, cha
+--- a/mgetty.c
++++ b/mgetty.c
+@@ -410,7 +410,7 @@ int main _P2((argc, argv), int argc, cha
      lprintf( L_MESG, "vgetty: %s", vgetty_version);
  #endif
      lprintf( L_MESG, "mgetty: %s", mgetty_version);
@@ -11,11 +11,11 @@
      i=getppid();
      lprintf( L_NOISE, "user id: %d, pid: %d, parent pid: %d", getuid(), 
getpid(), i);
      if ( i != 1 )
-Index: sendfax.c
+Index: b/sendfax.c
 ===================================================================
---- sendfax.c.orig     2007-01-19 04:38:21.000000000 -0300
-+++ sendfax.c  2010-08-29 13:16:37.702183926 -0400
-@@ -314,7 +314,7 @@ int main _P2( (argc, argv),
+--- a/sendfax.c
++++ b/sendfax.c
+@@ -364,7 +364,7 @@ int main _P2( (argc, argv),
      sendfax_get_config( NULL );
  
      lprintf( L_MESG, "sendfax: %s", mgetty_version );

++++++ mgetty-1.1.36-specialdigits.patch ++++++
--- /var/tmp/diff_new_pack.VAEklo/_old  2026-09-01 15:52:46.389001305 +0200
+++ /var/tmp/diff_new_pack.VAEklo/_new  2026-09-01 15:52:46.403001794 +0200
@@ -1,6 +1,8 @@
---- fax/faxspool.in
-+++ fax/faxspool.in
-@@ -578,7 +578,7 @@
+Index: b/fax/faxspool.in
+===================================================================
+--- a/fax/faxspool.in
++++ b/fax/faxspool.in
+@@ -612,7 +612,7 @@ if [ $# -eq 0 ] ; then
  fi
  
  phone=$1 ; shift

++++++ mgetty-1.1.36-tempfile.patch ++++++
--- /var/tmp/diff_new_pack.VAEklo/_old  2026-09-01 15:52:46.472004201 +0200
+++ /var/tmp/diff_new_pack.VAEklo/_new  2026-09-01 15:52:46.484004620 +0200
@@ -1,6 +1,8 @@
---- fax/faxspool.in
-+++ fax/faxspool.in
-@@ -675,9 +675,7 @@
+Index: b/fax/faxspool.in
+===================================================================
+--- a/fax/faxspool.in
++++ b/fax/faxspool.in
+@@ -709,9 +709,7 @@ do
      if [ x$file = x- ]
      then
        $echo "spooling $file (stdin)..."
@@ -11,7 +13,7 @@
      else
        $echo "spooling $file..."
      fi
-@@ -924,7 +922,7 @@
+@@ -966,7 +964,7 @@ if [ -z "$finalpg" -a -z "$poll_req" ]
  then
      $echo "\nnothing to do (no cover page, no data)." >&2
      cd $FAX_SPOOL_OUT
@@ -20,7 +22,7 @@
      exit 52
  fi
  
-@@ -965,7 +963,7 @@
+@@ -1007,7 +1005,7 @@ $FAXQ_HELPER activate $new_seq < $job.q
  # clean up
  rm $job.q
  cd ..

++++++ mgetty-1.1.37-makefile.patch ++++++
--- /var/tmp/diff_new_pack.VAEklo/_old  2026-09-01 15:52:46.529006190 +0200
+++ /var/tmp/diff_new_pack.VAEklo/_new  2026-09-01 15:52:46.542006643 +0200
@@ -1,7 +1,7 @@
-Index: Makefile
+Index: b/Makefile
 ===================================================================
---- Makefile.orig
-+++ Makefile
+--- a/Makefile
++++ b/Makefile
 @@ -109,7 +109,8 @@ HOSTCC=$(CC)
  #         USTAT         - ustat(), no statfs etc.
  #
@@ -224,10 +224,10 @@
        FAX_SPOOL_IN="$(FAX_SPOOL_IN)" CONFDIR="$(CONFDIR)" \
        VARRUNDIR="$(VARRUNDIR)" \
        SHELL="$(SHELL)" vgetty-all
-Index: callback/Makefile
+Index: b/callback/Makefile
 ===================================================================
---- callback/Makefile.orig
-+++ callback/Makefile
+--- a/callback/Makefile
++++ b/callback/Makefile
 @@ -37,7 +37,7 @@ clean:
  # install programs
  #
@@ -238,10 +238,10 @@
 +      $(INSTALL) -m 4755 ct $(BINDIR)
  
  # source modules
-Index: doc/Makefile
+Index: b/doc/Makefile
 ===================================================================
---- doc/Makefile.orig
-+++ doc/Makefile
+--- a/doc/Makefile
++++ b/doc/Makefile
 @@ -79,7 +79,7 @@ install: $(MANSRC) mgetty.info
                $(INSTALL) -m 644 $$i $(MAN8DIR) ; \
        done
@@ -251,10 +251,10 @@
            for i in mgetty.info* ; do \
                $(INSTALL) -m 644 $$i $(INFODIR) ; \
            done ; \
-Index: fax/Makefile
+Index: b/fax/Makefile
 ===================================================================
---- fax/Makefile.orig
-+++ fax/Makefile
+--- a/fax/Makefile
++++ b/fax/Makefile
 @@ -52,26 +52,29 @@ install: all
  #
  # programs / scripts
@@ -303,10 +303,10 @@
  #
 -      $(INSTALL) -m 644 faxspool.rules $(CONFDIR)/faxspool.rules.sample
 +      $(INSTALL) -m 644 faxspool.rules 
$(DESTDIR)$(CONFDIR)/faxspool.rules.sample
-Index: g3/Makefile
+Index: b/g3/Makefile
 ===================================================================
---- g3/Makefile.orig
-+++ g3/Makefile
+--- a/g3/Makefile
++++ b/g3/Makefile
 @@ -37,12 +37,12 @@ install: all
  # install programs
  #
@@ -322,10 +322,10 @@
        test -x g3topbm || ln -s g32pbm g3topbm
  
  
-Index: login.cfg.in
+Index: b/login.cfg.in
 ===================================================================
---- login.cfg.in.orig
-+++ login.cfg.in
+--- a/login.cfg.in
++++ b/login.cfg.in
 @@ -30,7 +30,7 @@
  #  (Big advantage: tuucp can use the same passwd file for serial dial-in 
  #   and tcp dial-in [uucico running as in.uucpd]). Works from 1.05 up.
@@ -344,10 +344,10 @@
  
  #
  #
-Index: policy.h-dist
+Index: b/policy.h-dist
 ===================================================================
---- policy.h-dist.orig
-+++ policy.h-dist
+--- a/policy.h-dist
++++ b/policy.h-dist
 @@ -123,7 +123,7 @@
  /* group id that the device is chown()ed to. If not defined, the
   * primary group of "DEVICE_OWNER" is used.
@@ -402,10 +402,10 @@
  
  /* default minimum space required on spooling partition for receiving a FAX
   * (in KILObytes)
-Index: samples/new_fax.mail
+Index: b/samples/new_fax.mail
 ===================================================================
---- samples/new_fax.mail.orig
-+++ samples/new_fax.mail
+--- a/samples/new_fax.mail
++++ b/samples/new_fax.mail
 @@ -10,8 +10,8 @@
  # Revision 1.2  2000/07/16 21:18:08  gert
  # add .gz to file names, for automatic unziping
@@ -425,10 +425,10 @@
            $G3TOPBM $STRETCH $FAX \
            | gzip -9 \
            | uuencode `basename $FAX`.pbm.gz
-Index: voice/Makefile
+Index: b/voice/Makefile
 ===================================================================
---- voice/Makefile.orig
-+++ voice/Makefile
+--- a/voice/Makefile
++++ b/voice/Makefile
 @@ -6,6 +6,8 @@
  # $Id: Makefile,v 1.10 2018/03/04 19:39:56 gert Exp $
  #

Reply via email to