X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=app-backup%2Fbackuppc%2Ffiles%2F3.2.0%2F01-fix-configure.pl.patch;fp=app-backup%2Fbackuppc%2Ffiles%2F3.2.0%2F01-fix-configure.pl.patch;h=0000000000000000000000000000000000000000;hp=060cf953e7a404ce4d079da6c1daedc487bf100a;hb=5316840416db5e38267180d30c7761a7ce3bf1ed;hpb=3ae200720a98f6de876bc9c340e380a99d22d6bd diff --git a/app-backup/backuppc/files/3.2.0/01-fix-configure.pl.patch b/app-backup/backuppc/files/3.2.0/01-fix-configure.pl.patch deleted file mode 100644 index 060cf95..0000000 --- a/app-backup/backuppc/files/3.2.0/01-fix-configure.pl.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.pl.orig 2010-07-31 20:52:58.000000000 +0300 -+++ configure.pl 2010-09-03 22:09:46.437788435 +0300 -@@ -158,7 +158,7 @@ - # config file to get all the defaults. - # - my $ConfigPath = ""; --my $ConfigFileOK = 1; -+my $ConfigFileOK = 0; - while ( 1 ) { - if ( $ConfigFileOK && -f "/etc/BackupPC/config.pl" ) { - $ConfigPath = "/etc/BackupPC/config.pl"; -@@ -213,7 +213,8 @@ - $bpc->{LogDir} = $Conf{LogDir} = "$Conf{TopDir}/log" - if ( $Conf{LogDir} eq '' ); - } -- $bpc->{ConfDir} = $Conf{ConfDir} = $confDir; -+ # Disable this as it's not really neccessary for this ebuild -+ # $bpc->{ConfDir} = $Conf{ConfDir} = $confDir; - my $err = $bpc->ServerConnect($Conf{ServerHost}, $Conf{ServerPort}, 1); - if ( $err eq "" ) { - print <