diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
commit | beced671bdcb6ffe50e652d814ac803ba36386d8 (patch) | |
tree | 88eb9dbb4fc80b7d159c64e16db129bdd9b80aed /misc/callid/files/patch-src_call-logd | |
parent | Add the current SUSv4/Open Group Base Specifications Issue 7. (diff) |
Remove non staged ports without pending PR from m*
Diffstat (limited to 'misc/callid/files/patch-src_call-logd')
-rw-r--r-- | misc/callid/files/patch-src_call-logd | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/misc/callid/files/patch-src_call-logd b/misc/callid/files/patch-src_call-logd deleted file mode 100644 index 80d7e82a77d1..000000000000 --- a/misc/callid/files/patch-src_call-logd +++ /dev/null @@ -1,27 +0,0 @@ ---- sbin/call-logd.orig Tue Jan 3 22:45:53 2006 -+++ sbin/call-logd Tue Jan 3 22:51:33 2006 -@@ -33,13 +33,14 @@ - else{ - @cpn = split(' ', $grepS); - -- if ($phonenr eq ''){ -- $phonenr = "$cpn[3]"; -- }#end if phonenr -- -- else{ -- $msnnr = "$cpn[3]"; -- }#end else -+ if ($cpn[0] eq "[calling") { -+ if ($cpn[3] ne "(type=national,") { -+ $phonenr = "$cpn[3]"; -+ } -+ } -+ if ($cpn[0] eq "[called") { -+ $msnnr = "$cpn[3]"; -+ } - - - if ($msnnr eq ''){ - - - |