pf-tools commit: r747 [ccaillet-guest] - /branches/0.33-stable/templates/ubuntu-sources.list.tpl

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Mon Jun 7 10:25:07 UTC 2010


Author: ccaillet-guest
Date: Mon Jun  7 10:24:56 2010
New Revision: 747

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=747
Log:
FIX: bad variable for accessing security repositories for ubuntu template

Modified:
    branches/0.33-stable/templates/ubuntu-sources.list.tpl

Modified: branches/0.33-stable/templates/ubuntu-sources.list.tpl
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/templates/ubuntu-sources.list.tpl?rev=747&op=diff
==============================================================================
--- branches/0.33-stable/templates/ubuntu-sources.list.tpl (original)
+++ branches/0.33-stable/templates/ubuntu-sources.list.tpl Mon Jun  7 10:24:56 2010
@@ -3,8 +3,6 @@
 
 deb http://mirrors.private/%DISTSRC% %DISTRIB% %DEFAULT_SECTIONS%
 
-deb http://mirrors.private/%DISTSRC% %DISTSRC%-security %DEFAULT_SECTIONS%
+deb http://mirrors.private/%DISTSRC% %DISTRIB%-security %DEFAULT_SECTIONS%
 
 deb http://mirrors.private/%DISTSRC%-custom %DISTRIB%-custom %CUSTOM_SECTIONS%
-
-




More information about the pf-tools-commits mailing list