Updated the files needed by the new ebuild, and removed the old ones
This commit is contained in:
12
app-backup/backuppc/files/04-add-docdir-marker.patch
Normal file
12
app-backup/backuppc/files/04-add-docdir-marker.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- lib/BackupPC/CGI/View.pm.orig 2009-09-30 19:08:34.353577546 +0300
|
||||
+++ lib/BackupPC/CGI/View.pm 2009-09-30 19:16:01.982412712 +0300
|
||||
@@ -86,7 +86,7 @@
|
||||
$file = $bpc->ConfDir() . "/hosts";
|
||||
$linkHosts = 1;
|
||||
} elsif ( $type eq "docs" ) {
|
||||
- $file = $bpc->InstallDir() . "/doc/BackupPC.html";
|
||||
+ $file = "__DOCDIR__/BackupPC.html";
|
||||
} elsif ( $host ne "" ) {
|
||||
if ( !defined($In{num}) ) {
|
||||
# get the latest LOG file
|
||||
|
||||
Reference in New Issue
Block a user