From 8a46265453503a5dfe04bf10d3019368fb032cf5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 19 Apr 2007 15:24:08 -0400 Subject: Changes cobbler_syslogd to cobblerd, and this new daemon now offers koan info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://. --- MANIFEST.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 445e623..f6f8317 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ include loaders/COPYING_ELILO include loaders/elilo-3.6-ia64.efi include loaders/menu.c32 -include templates/cobbler.conf +include config/cobbler.conf include templates/dhcp.template include templates/pxeprofile.template include templates/pxedefault.template @@ -13,6 +13,7 @@ include kickstarts/kickstart_fc6_domU.ks include kickstarts/default.ks include docs/cobbler.1.gz include COPYING AUTHORS README CHANGELOG NEWS -include templates/rsync.exclude +include config/rsync.exclude include scripts/watcher.py -include scripts/cobblersyslogd +include scripts/cobblerd +include config/cobblerd -- cgit