|
Posted by patrick.leboutillier@gmail.com on January 15, 2005, 11:38 am
Please log in for more thread options
Hi all,
Is there a way, using ExtUtils::MakeMaker, to install file anywhere on
the file system?
I have written this module that comes with a script. The script is
installed properly in /usr/bin when I specify it in the EXE_FILES
section. But this script can also be used as a daemon/service.
What I would like to do is install the service script in
/etc/init.d/<my_script>.
I would also like to create a configuration directory
(/etc/<my_script>/conf.d) and place a sample config file in there.
Anyone know if this can be dono?
Thanks,
Patrick LeBoutillier
|