X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=app-backup%2Fbackuppc%2Ffiles%2F3.3.0%2F01-fix-configure.pl.patch;fp=app-backup%2Fbackuppc%2Ffiles%2F3.3.0%2F01-fix-configure.pl.patch;h=0000000000000000000000000000000000000000;hp=c943fdce68b15b97c1d547e8eaf1a6778655000d;hb=aad0c81830ad9a4d48b877226f7e92d018bcb2ba;hpb=628d64103456cb4fccd38874dd83e73ca31f418f diff --git a/app-backup/backuppc/files/3.3.0/01-fix-configure.pl.patch b/app-backup/backuppc/files/3.3.0/01-fix-configure.pl.patch deleted file mode 100644 index c943fdc..0000000 --- a/app-backup/backuppc/files/3.3.0/01-fix-configure.pl.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.pl.dist 2013-09-23 23:01:19.524743747 +0300 -+++ configure.pl 2013-09-23 23:01:37.344567459 +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 <