[slbackup-commit] CVS update: slbackup/src SLBackup.pm

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Sat Dec 22 17:32:15 UTC 2007


  User: finnarne-guest
  Date: 07/12/22 17:32:15

  Modified:    src      SLBackup.pm
  Log:
  some patterns could be missinterpreted as C-Comments
  
  Revision  Changes    Path
  1.5                  slbackup/src/SLBackup.pm
  
  Index: SLBackup.pm
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup/src/SLBackup.pm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SLBackup.pm	28 Aug 2005 13:16:34 -0000	1.4
  +++ SLBackup.pm	22 Dec 2007 17:32:15 -0000	1.5
  @@ -42,7 +42,8 @@
   	return undef;
       }
   
  -    my $conffile = new Config::General($conf);
  +    my $conffile = new Config::General(-Config-File => $conf,
  +                                       -CComments => 0);
       my $config = { $conffile->getall };
       return ($config);
   }
  
  
  



More information about the slbackup-commit mailing list