[23316] in Source-Commits
/svn/athena r22972 - trunk/athena/bin/hostinfo
daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Sat May 10 13:00:20 2008
Date: Sat, 10 May 2008 12:59:48 -0400 (EDT)
From: rbasch@MIT.EDU
Message-Id: <200805101659.MAA24766@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: rbasch
Date: 2008-05-10 12:59:47 -0400 (Sat, 10 May 2008)
New Revision: 22972
Modified:
trunk/athena/bin/hostinfo/hostinfo.pl
Log:
* athena/bin/hostinfo/hostinfo.pl: Change paths of perl and host
executables from /usr/athena/bin to /usr/bin.
Modified: trunk/athena/bin/hostinfo/hostinfo.pl
===================================================================
--- trunk/athena/bin/hostinfo/hostinfo.pl 2008-05-10 16:55:27 UTC (rev 22971)
+++ trunk/athena/bin/hostinfo/hostinfo.pl 2008-05-10 16:59:47 UTC (rev 22972)
@@ -1,4 +1,4 @@
-#!/usr/athena/bin/perl
+#!/usr/bin/perl
# $Id: hostinfo.pl,v 1.5 2002-06-11 21:12:59 jweiss Exp $
# Copyright 1998 by the Massachusetts Institute of Technology.
@@ -19,7 +19,7 @@
# C, but has been rewritten as a wrapper around "host" in the BIND
# distribution.
-$hostprog = "/usr/athena/bin/host";
+$hostprog = "/usr/bin/host";
$long_output = $show_host = $show_addr = $show_hinfo = $show_mx = 1;
$server = "";