"Fossies" - the Fresh Open Source Software Archive 
Member "fou4s-0.16.0/fou4s.conf-example" (2 Dec 2009, 6114 Bytes) of package /linux/privat/old/fou4s-0.16.0.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # fou4s 0.15.0 config file
2 #
3 # All options are case sensitive and must be followed by "=" without any blanks.
4 # An option must start at the beginning of a line (no blanks allowed before).
5 # Boolean options can be set using 0/off/false/no or 1/on/true/yes
6 # If an option is specified twice, only the last one is used (except for Server)
7 # List elements are usually delimited with spaces, commas are ok but not
8 # necessary.
9 # Any line starting with '#' is a comment
10 #
11 # server to use (Warning: FTP doesn't work if proxy is used)
12 # Several servers can be specified (blank separated or multiple Server= lines)
13 # The default is a HTTP server for SuSE OnlineUpdates, but you may also activate
14 # one or more of the following
15 Server=http://download.opensuse.org/
16 # Server=https://you.novell.com/update # for Business products
17 # Update over rsync:
18 # Server=rsync://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/%ARCH/update/%VERSION
19 # KDE update over rsync:
20 # Server=rsync://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/%ARCH/supplementary/KDE/update_for_%VERSION/ # KDE update from supplementary tree
21 # GNOME2 update over rsync:
22 # Server=rsync://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/%ARCH/supplementary/GNOME2/update_for_%VERSION/ # GNOME2 update from supplementary tree
23 # Packman update over rsync
24 # Server=rsync://ftp.gwdg.de/pub/linux/misc/packman/suse/%VERSION # see packman.links2linux.de
25 # Mozilla update over rsync
26 #Server=rsync://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/mozilla/1.6/%VERSION-%ARCH
27 #
28 # The cache directory is used for a cached rpm database, temporary files
29 # and some other things. It must be writeable in any case.
30 # Move to another path, if you use a readonly (e.g. nfs mounted) RpmDir.
31 # DON'T USE A WORLD WRITEABLE DIRECTORY HERE! FOU4S IS NOT SECURE ENOUGH!!!
32 CacheDir=/var/cache/fou4s
33 #
34 # The directory for the downloaded RPM files. The default is $CacheDir/packages.
35 #RpmDir=/var/cache/fou4s/packages
36 #
37 # Check for updates of fou4s itself (default: on)
38 #CheckFou4s=0
39 #
40 # Set default language for descriptions of updates. Currently, SuSE writes
41 # most descriptions in german and some in french. Please note, that this setting
42 # does not affect messages of fou4s or programs called by fou4s.
43 #Language=german
44 #
45 # Check patches.cont directory (default: on for SuSE 7.3 only)
46 #PatchesCont=1
47 #
48 # Delete downloaded RPM files after successfull installation (default: on)
49 #RemoveAfterInstall=0
50 #
51 # The following packages are installed automatically, if --auto is used:
52 #Auto=fou4s # don't forget to enable CheckFou4s, too!
53 #
54 # (Don't) be 100% compatible to YOU. See fou4s.conf(5) for more info. Default: 1
55 #Compatible=0
56 #
57 # Use colored output (default: on)
58 #ColorOutput=0
59 #
60 # Better readability for black-on-white terminals, e.g. KDE (default: off)
61 #InverseColor=1
62 #
63 # List of packages to ignore
64 #IgnoreList=openssh-2.91.9p2-98
65 #
66 # List of packages that should be shown as available, but never installed
67 # (usefull, if you compiled yourself and overwrote the installed packages
68 # to keep dependencies intact)
69 #RemarkList=mod_php4 mod_php4-core
70 #
71 # Exclude given series or patch description names (wildcards allowed)
72 #Exclude=KDE* yast*
73 #
74 # Default Verbosity. Can be increased with additional -v parameters. Default: 0
75 #DefaultVerbosity=1
76 #
77 # HTTP Proxy to use for downloads - must begin with http:// and end with / !!!
78 #Proxy=http://proxy.provider.net:8080/
79 #
80 # Proxy username (default: none)
81 #ProxyUser=
82 #
83 # Proxy password (default: none)
84 #ProxyPasswd=
85 #
86 # Enable Proxy digest auth support (default: off). Note: This switches to curl
87 # automatically, because wget does not support it!
88 #ProxyDigest=1
89 #
90 # Interactive mode (default: off)
91 #Interactive=1
92 #
93 # Use update description cache (default: on). This is a great performance
94 # improvement, disable only in case of problems.
95 #DescriptionCache=0
96 #
97 # Do a benchmark to select fastest server automatically (default: off)
98 # The servers are taken from /etc/suseservers
99 #Benchmark=1
100 #
101 # Architecture: Do not autodetect, but download for a fixed architecture
102 #Arch=i386
103 #
104 # SuSEVersion: Do not autodetect, but download for a fixed version.
105 # Useful for servers that download for another SuSE-version or for business
106 # products
107 #SuSEVersion=8.0
108 #
109 # For SuSE business products only:. Give name of directory on update
110 # server (e.g. SuSE-Firewall-Adminhost, SuSE-SLES, eMail-Server, SuSE-SLCS)
111 # Please note, that SuSEVersion may be detected wrong and has to be set
112 # accordingly (e.g. 3.0 or 3.1 for eMail-Server)
113 #SuSEProduct=eMail-Server
114 #
115 # Username for http update server (for use with SuSE business products)
116 #SuSEUser=
117 #
118 # Password for http update server (for use with SuSE business products)
119 #SuSEPassword=
120 #
121 # If AcceptPreinstallInfo is set to true, interactive mode is no longer required
122 # for updates with Preinstall-Info. Please note that Preinstall information is
123 # mostly used for license agreements which must be accepted by the user
124 # prior to installation. IT MAY BE ILLEGAL TO USE THIS OPTION!
125 #AcceptPreinstallInfo=1
126 #
127 # RSync server for supplementary tree updates (used for directory listing
128 # retrieval)
129 #RSyncServer=rsync://ftp.gwdg.de/SuSE/ftp.suse.com/suse/%ARCH
130 #
131 # Use patch RPM's when available. (default: on)
132 #UsePatchRpms=0
133 #
134 # Use delta RPM's when available. (default: on)
135 #UseDeltaRpms=0
136 #
137 # Use directory.X files from YOU (see fou4s(1)). (default: off)
138 #UseDir=1
139 #
140 # Test Mode does not modify the RPM DB (rpm --test), everything else works
141 # Use this for testing fou4s. (default: off)
142 #TestMode=1
143 #
144 # Fou4s checks if the currently running kernel has been replaced by a newer
145 # version. If detection doesn't work correct, you can disable it here:
146 #KernelCheck=0
147 #
148 # Create a backup of the running kernel when updating the kernel package.
149 # The backup kernel must be added to grub menu.lst or lilo.conf and will be
150 # named /boot/vmlinuz.fou4s. If you are low on disk space, you can disable it
151 # here. (default: on)
152 #KernelBackup=0
153 #
154 # List of packages that shall be downloaded as src.rpm and not binary rpm
155 #SourceRpms=kernel-default
156 #
157 # Use curl instead of wget (default: off, but auto-fallback)
158 #UseCurl=1