dns/dns_balance: fix files/patch-dns_balance.rb for SHEBANG_FILES

PR:		205769
Submitted by:	junovitch
This commit is contained in:
Kurt Jaeger 2016-01-26 04:33:37 +00:00
parent a12511e942
commit 877c6cdbd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407262
2 changed files with 1 additions and 6 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= dns_balance
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.netlab.cs.tsukuba.ac.jp/~yokota/archive/ \
http://BSDforge.com/projects/source/dns/dns_balance/

View File

@ -1,11 +1,5 @@
--- dns_balance.rb.orig 2005-06-10 22:23:56 UTC
+++ dns_balance.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/local/bin/ruby22
#
# DNS Balance --- 動的負荷分散を行なう DNS サーバ
#
@@ -7,14 +7,7 @@
# $Id: dns_balance.rb,v 1.25 2003/06/13 22:07:27 elca Exp $