]> git.pld-linux.org Git - packages/autorpm.git/blob - autorpm-pld-updates.conf
- BuildArch noarch
[packages/autorpm.git] / autorpm-pld-updates.conf
1 ftppool ("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.051979 seconds and 3 git commands to generate.