Added old backuppc 3.1.0 ebuild, and new -r1 ebuild taken from gentoo bug #287133

This commit is contained in:
2009-10-14 10:44:39 +00:00
parent 18a17551de
commit c14259a563
9 changed files with 1073 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Options +execCGI
AddHandler cgi-script .cgi
DirectoryIndex index.cgi
AuthType Basic
AuthName "BackupPC cgi interface"
AuthUserFile /etc/BackupPC/authUser
Require valid-user
Allow from all
<Files BackupPC_Admin>
Order allow,deny
Deny from all
</Files>
<Files .htaccess>
Order allow,deny
Deny from all
</Files>