Adam Rosenwald wrote:
There is a check_httpd(status) that is called upon a cobbler check.
However there is no corresponding message in the cobbler_msg list!
Fix below.
- Adam.
#### BEGIN PATCH ####
--- ../cobbler.pristine/cobbler_msg.py 2007-04-20 21:15: 56.000000000
+0000
+++ cobbler_msg.py 2007-04-30 17:32:33.000000000 +0000
@@ -78,6 +78,7 @@
"need_perms" : "cobbler could not access %s",
"need_perms2" : "cobbler could not copy %s to %s",
"no_dhcpd" : "cobbler couldn't find dhcpd, try 'yum install
dhcp'",
+ "no_httpd" : "cobbler couldn't find httpd, try 'yum install
httpd'",
"no_bootloader" : "missing 1 or more bootloader files listed in
/var/lib/cobbler/settings",
"no_tftpd" : "cobbler couldn't find tftpd, try 'yum install
tftpd'",
"no_dir" : "cobbler couldn't find %s, please create it",
#### END PATCH ####
------------------------------------------------------------------------
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
Will apply, thanks!
--Michael