]> git.pld-linux.org Git - packages/autorpm.git/blame - autorpm-pld-updates.conf
- converted to UTF-8
[packages/autorpm.git] / autorpm-pld-updates.conf
CommitLineData
ba980921
RW
1ftppool ("pld-updates") {
2 Compare_To_Installed(Yes);
3 Regex_Ignore ("^kernel");
4 action (updated) {
5
6 # If you want to check the PGP signature and, if it is okay, install
7 # automatically, comment the Interactive Install line above and
8 # uncomment the two lines below. You must have PGP installed and
9 # have Kirk Bauer's PGP key (run 'finger kirk@ns.kaybee.org') installed
10 # in root's public keyring.
11 #Install (Auto);
12 #PGP_Require (Yes);
13
14 Store("/var/spool/autorpm");
15
16 }
17
18}
19
This page took 0.217026 seconds and 4 git commands to generate.