summaryrefslogtreecommitdiff
path: root/mail/metamail/files/patch-bin_showaudio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-05-13 19:30:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-05-13 19:30:14 +0000
commit54598e668d4023736e79c6fbc8ef451ee0c0dc71 (patch)
treedeca63b46b6756ba22cbf11df5115e9a426a8da9 /mail/metamail/files/patch-bin_showaudio
parentPrevent collision with getline(3) (diff)
Prevent collision with getline(3)
While here, regenerate patches
Notes
Notes: svn path=/head/; revision=415139
Diffstat (limited to 'mail/metamail/files/patch-bin_showaudio')
-rw-r--r--mail/metamail/files/patch-bin_showaudio10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/metamail/files/patch-bin_showaudio b/mail/metamail/files/patch-bin_showaudio
index 6b69cbf86ddb..b494cab3e842 100644
--- a/mail/metamail/files/patch-bin_showaudio
+++ b/mail/metamail/files/patch-bin_showaudio
@@ -1,5 +1,5 @@
---- bin/showaudio.orig Thu Feb 3 00:21:26 1994
-+++ bin/showaudio Mon Dec 18 11:50:24 2006
+--- bin/showaudio.orig 1994-02-02 23:21:26 UTC
++++ bin/showaudio
@@ -15,9 +15,35 @@
# WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
#
@@ -38,7 +38,7 @@
endif
# First, figure out which machine to play it on!
-@@ -33,7 +59,7 @@
+@@ -33,7 +59,7 @@ set AUDIOLOGMAIL=andrew@thumper.bellcore
set ORG="Bellcore"
set STDINPUT=0
if ("$1" == "-p") then
@@ -47,7 +47,7 @@
shift
shift
endif
-@@ -173,7 +199,7 @@
+@@ -173,7 +199,7 @@ if (-d $AUDIOBINDIR) then
set AUDIOPHONE=$<
endif
if ($thishost == $AUDIOPHONEHOST || $thishost == $AUDIOPHONEHOSTLONG) then
@@ -56,7 +56,7 @@
echo "You MUST SAY HELLO when you answer the phone, or you will not hear the message."
mail -s "showaudio: `whoami` called $AUDIOPHONE" $AUDIOLOGMAIL < /dev/null
if ($STDINPUT) then
-@@ -206,7 +232,7 @@
+@@ -206,7 +232,7 @@ else
echo -n "File name:"
set fname=$<
endif