summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
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 })