-
Attaching the patch as a file, run as follows:
#> patch amanda-lib.pl amanda-lib.patch
File Added: amanda-lib.patch.
2007-05-22 02:02:36 UTC in Webmin module for Amanda
-
When accessing the view/edit/delete configurations page and also on the check status page, one extra configuration shows up called "." (dot)
the following patch should fix that, it will filter out any directory that starts with a ".":
--- amanda-lib.pl_orig 2007-05-22 11:10:48.000000000 +0000
+++ amanda-lib.pl 2007-05-22 11:11:10.000000000 +0000
@@ -83,7 +83,7 @@
# For...
2007-05-22 01:58:48 UTC in Webmin module for Amanda
-
Got this message when trying to access the amanda module for the first time:
Error - Missing Content-Type Header
Appears to be caused by a double slash in the shebang at the top of each cgi script;
#!//usr/bin/perl
I changed this to:
#!/usr/bin/perl
and it works fine after that.
2007-05-22 01:52:41 UTC in Webmin module for Amanda