[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] how to place init scripts under /usr/local/etc



On Tue, Jul 22, bobbisanchez@xxxxxx wrote:

> can someone give my some advise what i am doing wrong here ?

This is implemented differently. My script does it like this:

./configure \
  --enable-docs \
  --enable-stubdom \
  --enable-xen \
  --enable-tools \
  --prefix=${prefix} \
  --libdir=${libdir} \
  "$@"

make \  
  -j ${cpus} \
  debug=n \
  BOOT_DIR=${prefix}/boot \
  CONFIG_DIR=${prefix}/etc \
  INITD_DIR=${prefix}/etc/init.d \
  "$@"


Olaf

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.