From 16b4673efed810fec8926cd7a09973d8c44ce586 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 13 Sep 2005 15:56:37 +0000 Subject: another typo (Logical change 1.311) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1268 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Debian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Client/Debian.py b/src/lib/Client/Debian.py index 1785b5440..5dab36c95 100644 --- a/src/lib/Client/Debian.py +++ b/src/lib/Client/Debian.py @@ -17,7 +17,7 @@ class Debian(Toolset): "/var/cache/debconf/templates.dat", '/etc/passwd', '/etc/group', \ '/etc/apt/apt.conf'] pkgtool = {'deb':('DEBIAN_FRONTEND=noninteractive apt-get --reinstall -q=2 --force-yes -y install %s', - ('%s=%s', ['name', 'version'])) + ('%s=%s', ['name', 'version']))} svcre = regcompile("/etc/.*/[SK]\d\d(?P\S+)") def __init__(self, cfg, setup): -- cgit v1.2.3-1-g7c22