diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-12-10 21:37:21 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-12-10 21:37:21 +0000 |
commit | 326367d36f6fa7465976f66e130d82220b5ef431 (patch) | |
tree | 3cbf40c94805cfb29f4662ac0882065c8c227692 /net/neoupdate/files/patch-aa | |
parent | Upgrade to version 1.41. (diff) |
Remove this port. The source of the files are gone. Centralinfo on longer
is supporting free DNS. The port has no use.
Notes
Notes:
svn path=/head/; revision=51318
Diffstat (limited to 'net/neoupdate/files/patch-aa')
-rw-r--r-- | net/neoupdate/files/patch-aa | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/neoupdate/files/patch-aa b/net/neoupdate/files/patch-aa deleted file mode 100644 index ababee2310ad..000000000000 --- a/net/neoupdate/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -diff -ruN neoupdate.orig/neoupdate.pl neoupdate/neoupdate.pl ---- neoupdate.pl.orig Fri Dec 8 04:23:16 2000 -+++ neoupdate.pl Tue Jan 9 08:16:20 2001 -@@ -246,9 +246,10 @@ - ($device) = @_; - my(@newip,$newip,$nic); - $nic = qx(/sbin/ifconfig $device); --@newip = grep(/^addr/, split(/\s/, $nic)); -+@newip = grep(/inet /, split(/[\n\r]/, $nic)); - $newip = $newip[0]; --$newip =~ s/addr://; -+$newip =~ s/\sinet //; -+$newip =~ s/ .*$//; - if ($newip =~ m/(\d+)\.(\d+)\.(\d+)\.(\d+)/){ - return $newip; - }else{ |