/etc/rpm2html.config is in rpm2html 1.11.2-9+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | ;
; Sample configuration file for rpm2html
;
; $Id: rpm2html.config,v 1.39 2007/04/01 15:41:43 hany Exp $
;
; maintainer of the local rpm mirror
maint=Root
; mail for the maintainer
mail=root@localhost
; Directory to store the HTML pages produced
dir=/var/www/html/rpm2html
; The relative URL for front pages
url=/rpm2html
; A feedback in the navigation bar
;header=mailto:daniel@veillard.com Feedback
; Link to the help file
header=http://rpmfind.net/linux/rpm2html/mirrors.html Mirrors
header=http://rpmfind.net/linux/rpm2html/help.html Help
header=http://rpmfind.net/linux/rpm2html/search.php Search
;
; Do not dump to disk, just to the database
;
html=true
;html_template=rpm2html.tpl
rdf=false
protectemails=true
;
; Configuration for an RPM directory
;
; [The name between brackets is the directory, NEEDED !]
; name=A significant name for this mirror, NEEDED !
; ftp=The original FTP/HTTP url, NEEDED !
; ftpsrc=Where the associated sources are stored
; color=Background color for pages
; subdir=in which subdir should the HTML be stored
; URL can be defined for mirrors the first one is the "local" one
; mirror = ftp://rpmfind.net/linux/redhat/redhat-6.1/i386/RedHat/RPMS
; mirror = ftp://ftp.redhat.com/pub/redhat/redhat-6.1/i386/RedHat/RPMS
;
[/usr/src/redhat/RPMS]
name=Locally compiled packages
color=#e0e0ff
subdir=compiled
ftp=file:///usr/src/redhat/RPMS
ftpsrc=file:///usr/src/redhat/SRPMS
[localbase]
name=Installed RPMs in default base
color=#e0ffe0
subdir=local
ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/RedHat/RPMS/
ftpsrc=ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/SRPMS/
[/mnt/cdrom]
name=Content of CD-ROM
color=#ffe0ff
subdir=cdrom
ftp=file:/mnt/cdrom
tree=true
|