From: Bryan G. <Bry...@HP...> - 2007-11-21 14:06:10
|
Bruno, On Wed, Nov 21, 2007 at 09:38:38AM +0000, Cornec, Bruno (Linux Consultant) wrote: > Bruno Cornec said on Wed, Nov 21, 2007 at 10:14:25AM +0100: > > > Still scratching my head to understand why all that. Will look at it on > > my side, but obviously will welcome again your help Bryan. > > Humm I found one strange think from my point of view: > > In /etc/linuxcoe-sd/linuxcoe.rc I have: > # FTP_PATH - where the bootable images are made available for download > FTP_PATH @ftppubdir@/LinuxCOE/images > > Is that normal ? Well, "normal" = yes. It is an artifact from when we offered FTP as the download mechanism (on the very last pages of bootimage/retrofit). At this point, it is really just an orphaned "feature". I just removed it from linuxcoe.rc (but it did no harm). > Then looking for the '@' in linuxcoe installed files, I found some other > unexpanded macros: I am a bit surprised by this one, as it used to work and will try to fix this. > /var/www/linuxcoe-sd/html/docs/README.last: > http://@hostname@/SystemDesigner > /var/www/linuxcoe-sd/html/docs/README.last: > http://@hostname@/SystemDesigner/docs I am not too surprised by this list in the "docs" space. All of these are in fact the "source" DocBook files, and I only try to ensure that the final .html (and .pdf) files (which are the ones visible from the WebUI of SystemDesigner are certain to have the substitutions. As noted before, I am still in process of a rather major overhaul of the documentation guides (due to a lot of the upgrades to the code), so there are in fact more changes coming. > /var/www/linuxcoe-sd/html/docs/guides/install_method.dkb: /etc@prefix@/osvend.d > /var/www/linuxcoe-sd/html/docs/guides/install_method.dkb: @prefix@/osvend.d > /var/www/linuxcoe-sd/html/docs/guides/theme_customization.dkb: COETHEME @prefix@/html/themes/default > /var/www/linuxcoe-sd/html/docs/guides/theme_customization.dkb: @prefix@/html/themes/default > /var/www/linuxcoe-sd/html/docs/guides/configuration.dkb: @prefix@/etc > /var/www/linuxcoe-sd/html/docs/guides/configuration.dkb: @prefix@/ > [... more in that file ...] > /var/www/linuxcoe-sd/html/docs/guides/distro_rev_arch.dkb: /etc@prefix@/osvend.d > /var/www/linuxcoe-sd/html/docs/guides/distro_rev_arch.dkb: @prefix@/osvend.d > /var/www/linuxcoe-sd/html/docs/guides/configuration_overlay.dkb: /etc/@prefix@/ > /var/www/linuxcoe-sd/html/docs/guides/eula.dkb: /etc@prefix@/html/eulas > /var/www/linuxcoe-sd/html/docs/guides/global_configuration.dkb: @prefix@/linuxcoe.rc > /var/www/linuxcoe-sd/html/docs/guides/global_configuration.dkb: @prefix@/linuxcoe.rc > /var/www/linuxcoe-sd/html/docs/guides/forced_components.dkb: @prefix@/base/README > /var/www/linuxcoe-sd/html/docs/guides/forced_components.dkb: /etc@prefix@/base > > (Seems the doc is not processed correctly in the .spec) > > Bruno. > -- > Linux Profession Lead EMEA / Open Source Evangelist \ HP C&I EMEA IET > http://www.mondorescue.org / HP/Intel Solution Center \ http://hpintelco.net > Des infos sur Linux? http://www.HyPer-Linux.org http://www.hp.com/linux > La musique ancienne? http://www.musique-ancienne.org http://www.medieval.org |