[mrtg] Re: What is /usr/sepp/bin/perl?
Tim Kennedy
tkennedy at yellowbrix.com
Sun Mar 4 19:41:26 MET 2001
It's just a place holder. I don't have the source with me, but there
is functionality in either configure, or another script, to traverse the
dirtree and modify all those sepp lines to your perl path.
or, from shell, you can
for i in `find . -type f` ; do
cat $i | sed -e "s/\/usr\/sepp\/bin/\/usr\/local\/bin/" > $i.new
mv $i.new $i
done
change that if you perl is not in /usr/local/bin.
-Tim
On Sun Mar 04, 2001 at 01:32:25PM -0500, Tom Diehl wrote:
>
> Hi all,
> I am trying to install mrtg using 2.9.10 tarball. In various scripts
> including mrtg is a shebang line of /usr/sepp/bin/perl. Is this something
> I need to get or is the standard perl pointing to some weird path?
>
> So far I have not seen this documented anywhere. If it is a pointer to the
> docs will do.
>
> --
> ......Tom ATA100 is another testimony to the fact that pigs can be
> tdiehl at pil.net made to fly given sufficient thrust (to borrow an RFC)
> Alan Cox lkml 11 Jan 01
>
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://www.ee.ethz.ch/~slist/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
>
--
Timothy Kennedy
Network Operations Manager
YellowBrix, Inc.
tkennedy at yellowbrix.com
Cell: 703-216-5957
PGP Fingerprint: 07 F1 31 99 89 BC 91 AD 08 E5 B5 67 51 1B 53 49
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the mrtg
mailing list