| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/dns/hostdb/files/ |
Upload File : |
--- bin/NIdhcpupdate.orig 2006-07-09 19:11:52.000000000 -0700
+++ bin/NIdhcpupdate 2013-07-15 23:39:08.368673247 -0700
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/sh
# Copyright 2005 Thomas A. Limoncelli
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-function usage
+usage
{
echo "
Usage:
--- bin/sortbyip.orig 2013-07-15 23:40:10.298670968 -0700
+++ bin/sortbyip 2013-07-15 23:40:23.308670176 -0700
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Sort by IP address. Assume IP address is at front of line.
# Options:
--- bin/zone2hostdb.orig 2013-07-15 23:40:14.308673854 -0700
+++ bin/zone2hostdb 2013-07-15 23:40:27.638673094 -0700
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Takes a zonefile and converts it to a rough estimate
# of what hostdb.txt should be.