summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-08-13 16:57:22 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-08-13 16:57:22 -0400
commitab4f59336a3c6f74c4ac8d8fc856dbe2ef045bb0 (patch)
tree78c20925995faed6fd35756798eb3812ca60c657 /cobbler
parent1ae3157e32e76334e1911c9bfc58224d82136ca5 (diff)
parent9a543ce6800a3c42f24429416072e16d9059001f (diff)
downloadthird_party-cobbler-ab4f59336a3c6f74c4ac8d8fc856dbe2ef045bb0.tar.gz
third_party-cobbler-ab4f59336a3c6f74c4ac8d8fc856dbe2ef045bb0.tar.xz
third_party-cobbler-ab4f59336a3c6f74c4ac8d8fc856dbe2ef045bb0.zip
Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/cobbler
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/action_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_check.py b/cobbler/action_check.py
index d369527..1dfecf9 100644
--- a/cobbler/action_check.py
+++ b/cobbler/action_check.py
@@ -147,7 +147,7 @@ class BootCheck:
if line.find("-s %s" % self.settings.tftpboot) != -1:
found_bootdir = True
if not found_bootdir:
- status.append(_("change 'server_args' to '-s %(args)' in %(file)s") % { "file" : self.settings.tftpboot, "args" : self.settings.tftpboot })
+ status.append(_("change 'server_args' to '-s %(args)s' in %(file)s") % { "file" : "/etc/xinetd.d/tftp", "args" : self.settings.tftpboot })
else:
status.append(_("file %(file)s does not exist") % { "file" : self.settings.tftpd_conf })