faubackup/src faubackup.in,1.10,1.11

Martin Waitz <[email protected]> Thu, 09 Dec 2004 16:33:16 +0000
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Update of /cvsroot/faubackup/faubackup/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31446/src

Modified Files:
	faubackup.in 
Log Message:
make location of main config file configurable

Index: faubackup.in
===================================================================
RCS file: /cvsroot/faubackup/faubackup/src/faubackup.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** faubackup.in	18 Apr 2004 23:04:54 -0000	1.10
--- faubackup.in	9 Dec 2004 16:33:14 -0000	1.11
***************
*** 24,28 ****
  use Getopt::Long;
  
! my $conffile	= '@SYSCONFDIR@/faubackup.conf';
  
  my $usage= <<END;
--- 24,30 ----
  use Getopt::Long;
  
! my $conffile;
! $conffile = $ENV{'FAUBACKUP_CONF'};
! $conffile ||= '@SYSCONFDIR@/faubackup.conf';
  
  my $usage= <<END;



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/