From: Jarkko Hietaniemi Date: Tue, 19 Jun 2001 10:58:09 +0000 (+0000) Subject: The old libnet.cfg is first searched from the current directory, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f4a06fca90f3b0d710776403741c2d18d339dee;p=p5sagit%2Fp5-mst-13.2.git The old libnet.cfg is first searched from the current directory, only then from the module path. p4raw-id: //depot/perl@10720 --- diff --git a/utils/libnetcfg.PL b/utils/libnetcfg.PL index 8af4991..48bb598 100644 --- a/utils/libnetcfg.PL +++ b/utils/libnetcfg.PL @@ -75,8 +75,9 @@ To change the configuration you will need to use either the C<-c> or the C<-d> options. The default name of the old configuration file is by default -"libnet.cfg", unless otherwise specified using the -i option, and it -is searched from your module path, C<-i oldfile>. +"libnet.cfg", unless otherwise specified using the -i option, +C<-i oldfile>, and it is searched first from the current directory, +and the from your module path. The default name of new configuration file is "libnet.cfg", and by default it is written to the current directory, unless otherwise @@ -365,8 +366,9 @@ Without options, the old configuration is shown. -h show this help The default name of the old configuration file is by default -"libnet.cfg", unless otherwise specified using the -i option, and it -is searched from your module path. +"libnet.cfg", unless otherwise specified using the -i option, +C<-i oldfile>, and it is searched first from the current directory, +and the from your module path. The default name of new configuration file is "libnet.cfg", and by default it is written to the current directory, unless otherwise