]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Remove unused files.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 14 Oct 2015 20:10:58 +0000 (16:10 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 14 Oct 2015 20:10:58 +0000 (16:10 -0400)
app-backup/backuppc/files/3.2.0/01-fix-configure.pl.patch [deleted file]
app-backup/backuppc/files/3.2.0/03-reasonable-config.pl-defaults.patch [deleted file]

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 (file)
index 060cf95..0000000
+++ /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 <<EOF;
-@@ -726,7 +727,7 @@
-     if ( $Conf{CgiDir} =~ m{cgi-bin(/.*)} ) {
-       $Conf{CgiURL} = "'http://$Conf{ServerHost}/cgi-bin$1/BackupPC_Admin'";
-     } else {
--      $Conf{CgiURL} = "'http://$Conf{ServerHost}/cgi-bin/BackupPC_Admin'";
-+      $Conf{CgiURL} = "'http://$Conf{ServerHost}/BackupPC_Admin'";
-     }
- }
diff --git a/app-backup/backuppc/files/3.2.0/03-reasonable-config.pl-defaults.patch b/app-backup/backuppc/files/3.2.0/03-reasonable-config.pl-defaults.patch
deleted file mode 100644 (file)
index 06075f9..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
---- conf/config.pl.formatted   2010-09-03 23:09:13.035788559 +0300
-+++ conf/config.pl     2010-09-03 23:10:19.314788450 +0300
-@@ -1319,6 +1319,8 @@
-   '--times',
-   '--block-size=2048',
-   '--recursive',
-+  '--specials',
-+  '--checksum-seed=32761',
- ];
- #
-@@ -1385,6 +1387,8 @@
-   '--relative',
-   '--ignore-times',
-   '--recursive',
-+  '--specials',
-+  '--checksum-seed=32761',
- ];
- ###########################################################################
-@@ -2015,7 +2019,7 @@
- #    --> administrative users are only craig and celia'.
- #
- $Conf{CgiAdminUserGroup} = '';
--$Conf{CgiAdminUsers}     = '';
-+$Conf{CgiAdminUsers}     = 'backuppc';
- #
- # URL of the BackupPC_Admin CGI script.  Used for email messages.
-@@ -2062,7 +2066,7 @@
- # dates (MM/DD), a value of 2 uses full YYYY-MM-DD format, and zero
- # for international dates (DD/MM).
- #
--$Conf{CgiDateFormatMMDD} = 1;
-+$Conf{CgiDateFormatMMDD} = 2;
- #
- # If set, the complete list of hosts appears in the left navigation
-@@ -2248,7 +2252,7 @@
-   ClientTimeout => 1,
-   MaxOldPerPCLogFiles => 1,
-   CompressLevel => 1,
--  ClientNameAlias => 1,
-+  ClientNameAlias => 0,
-   DumpPreUserCmd => 0,
-   DumpPostUserCmd => 0,
-   RestorePreUserCmd => 0,