svn commit: r421189 - head/net/tcpview/files

John Marino marino at FreeBSD.org
Wed Aug 31 20:01:34 UTC 2016


Author: marino
Date: Wed Aug 31 20:01:33 2016
New Revision: 421189
URL: https://svnweb.freebsd.org/changeset/ports/421189

Log:
  net/tcpview: fix synth patch

Modified:
  head/net/tcpview/files/patch-ostype

Modified: head/net/tcpview/files/patch-ostype
==============================================================================
--- head/net/tcpview/files/patch-ostype	Wed Aug 31 19:53:20 2016	(r421188)
+++ head/net/tcpview/files/patch-ostype	Wed Aug 31 20:01:33 2016	(r421189)
@@ -7,7 +7,7 @@ Workaround if /etc/motd is missing
  if ( -f /etc/motd ) then
  	set os=`awk -f ostype.awk /etc/motd`
 +else
-+	set os=$(uname -a | awk -f ostype.awk /tmp/motd)
++	set os=`uname -a | awk -f ostype.awk`
  endif
  if ($os == "") exit 1
  if ($os == "UNKNOWN") then


More information about the svn-ports-all mailing list