[Klone-users] KLone daemon name
Stefano Barbato
barbato at koanlogic.com
Tue Jun 3 11:37:58 EDT 2008
Hello,
KLONE_DAEMON_NAME just renames the top-level link to the KLone daemon,
the one at the same level of the klapp.mk file.
You could also change the name of the kloned executable itself using
the --daemon_name options:
KLONE_CONF_ARGS += --daemon_name=myapp
If you want you can use both options :-)
> Or can I rename manually the KLone deamon without any problem ?
Sure.
bye,
stefano
On 03/giu/08, at 15:52, Mickael Auger wrote:
> Hi,
>
> I use :
> - KLone 2.1.1rc0
> - m68k
>
>
> Before the first compilation, my main folder contains :
> - klone-2.1.1rc0.tar.gz
> - m68k-elf.tc
> - klapp.mk
> - Makefile
> - webapp
> - etc (with my custom kloned.conf)
> - www (with my custom pages)
>
>
> I wish rename my KLone daenom with using "KLONE_DAEMON_NAME" option
> of Makefile.
> But, after modification of Makefile, I enter "make clean && make"
> and the KLone daenom call always "kloned" (in "klone-2.1.1rc0/build/
> target/klone-core-2.1.1rc0/src/kloned")
>
>
> My Makefile :
> =======================
> KLONE_VERSION = 2.1.1rc0
> KLONE_CUSTOM_TC = $(CURDIR)/m68k-elf.tc
> KLONE_IMPORT_ARGS = -z
> KLONE_DAEMON_NAME = module-web
>
> WEBAPP_DIR = $(CURDIR)/webapp
> WEBAPP_CFLAGS = -I$(CURDIR)/
>
> include klapp.mk
>
> klapp.mk: ; wget -O $@ http://koanlogic.com/klone/klapp.mk
> =======================
>
> Have you a solution ?
> Or can I rename manually the KLone deamon without any problem ?
>
>
> Thanks.
>
> --
> Mickaël AUGER
> _______________________________________________
> Klone-users mailing list
> Klone-users at koanlogic.com
> http://koanlogic.com/cgi-bin/mailman/listinfo/klone-users
More information about the klone-users
mailing list