|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Binary install suggestions
Penelope Fudd wrote:
1. Copying files into /etc/init.d didn't work perfectly.
- /etc/init.d is a symbolic link in FC2, and for some reason, cp says:
cp: cannot overwrite non-directory `/etc/init.d' with directory
`./install/etc/init.d'
- I don't know why it should barf like that; after all, it's a symlink
to a directory.
maybe `cp <new-files> /etc/init.d/` (notice the added slash)
j.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|