summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-09-13 15:56:37 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-09-13 15:56:37 +0000
commit16b4673efed810fec8926cd7a09973d8c44ce586 (patch)
tree46766fa0927fa25bb05083aa0b8c865d60f02b38 /src
parentf30ca2f22680c5aa70904b3c479d9da8b0acc57c (diff)
downloadbcfg2-16b4673efed810fec8926cd7a09973d8c44ce586.tar.gz
bcfg2-16b4673efed810fec8926cd7a09973d8c44ce586.tar.bz2
bcfg2-16b4673efed810fec8926cd7a09973d8c44ce586.zip
another typo
(Logical change 1.311) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1268 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r--src/lib/Client/Debian.py2
1 files changed, 1 insertions, 1 deletions
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<name>\S+)")
def __init__(self, cfg, setup):