X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=contrib%2Fguestfsd-in-wine.sh;h=8cfd3c132b1820316450f13b9c099d8bf10a22c1;hb=342b4a55d056734a0344db8b4bcf1a90104a8a59;hp=85146eb21a4a856eedd0562de291557eee8c19f1;hpb=369872b91ed50e2803dc2837183258776e9868e0;p=libguestfs.git diff --git a/contrib/guestfsd-in-wine.sh b/contrib/guestfsd-in-wine.sh index 85146eb..8cfd3c1 100755 --- a/contrib/guestfsd-in-wine.sh +++ b/contrib/guestfsd-in-wine.sh @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # INSTRUCTIONS #---------------------------------------------------------------------- @@ -60,11 +60,7 @@ guestfsd=daemon/guestfsd.exe # # For example from the top build directory: # -# LIBGUESTFS_QEMU=contrib/guestfsd-in-wine.sh fish/guestfish -# -# You might also need to set the environment variable LIBGUESTFS_PATH -# to point to an appliance. The appliance will never be used, but -# libguestfs needs to find one. +# LIBGUESTFS_QEMU=contrib/guestfsd-in-wine.sh ./run ./fish/guestfish # # Another suggested environment variable is LIBGUESTFS_DEBUG=1 which # will give you must more detail about what is going on. Also look at