]> git.pld-linux.org Git - packages/autorpm.git/commitdiff
6128c0b69f12481429cd49914a1ae265 autorpm-pld-updates.conf
authorRoman Werpachowski <roman.werpachowski@gmail.com>
Sun, 5 Aug 2001 15:52:45 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autorpm-pld-updates.conf -> 1.1

autorpm-pld-updates.conf [new file with mode: 0644]

diff --git a/autorpm-pld-updates.conf b/autorpm-pld-updates.conf
new file mode 100644 (file)
index 0000000..b208efa
--- /dev/null
@@ -0,0 +1,19 @@
+ftppool ("pld-updates") {
+       Compare_To_Installed(Yes);
+       Regex_Ignore ("^kernel");
+       action (updated) {
+
+       # If you want to check the PGP signature and, if it is okay, install
+       # automatically, comment the Interactive Install line above and
+       # uncomment the two lines below.  You must have PGP installed and
+       # have Kirk Bauer's PGP key (run 'finger kirk@ns.kaybee.org') installed
+       # in root's public keyring.
+       #Install (Auto);
+       #PGP_Require (Yes);
+      
+       Store("/var/spool/autorpm");
+       
+       }
+
+}
+
This page took 0.074607 seconds and 4 git commands to generate.