diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-09-13 15:56:37 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-09-13 15:56:37 +0000 |
commit | 16b4673efed810fec8926cd7a09973d8c44ce586 (patch) | |
tree | 46766fa0927fa25bb05083aa0b8c865d60f02b38 /src/lib/Client/Debian.py | |
parent | f30ca2f22680c5aa70904b3c479d9da8b0acc57c (diff) | |
download | bcfg2-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/lib/Client/Debian.py')
-rw-r--r-- | src/lib/Client/Debian.py | 2 |
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): |