diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-26 22:21:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-26 22:21:21 +0000 |
commit | d13d09be06cfa91e95c8801ba56c9e658f0da470 (patch) | |
tree | a3c77ae6a3ce5b137e30352c04f10da321940891 /www/gnome-user-share | |
parent | 3cbb4ffaed3acfffe8e6c38db358a334ce28f921 (diff) | |
download | ports-d13d09be06cfa91e95c8801ba56c9e658f0da470.tar.gz ports-d13d09be06cfa91e95c8801ba56c9e658f0da470.zip |
Add a pkg-message explaining how to use g-u-s.
Notes
Notes:
svn path=/head/; revision=122537
Diffstat (limited to 'www/gnome-user-share')
-rw-r--r-- | www/gnome-user-share/pkg-message | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/gnome-user-share/pkg-message b/www/gnome-user-share/pkg-message new file mode 100644 index 000000000000..66593e1d00ea --- /dev/null +++ b/www/gnome-user-share/pkg-message @@ -0,0 +1,15 @@ +In order to take full advantage of gnome-user-share, you must have +devel/gnomevfs2 built with Howl support. If you do not, simply rebuild +devel/gnomevfs2 after gnome-user-share is installed: + +# portupgrade -f devel/gnomevfs2 + +Next, start mDNSResponder as root. You might consider adding an rc.d script +for this: + +# mDNSResponder + +Finally, run gnome-file-share-properties as the user with which you want +to use gnome-user-share, then logout and log back into GNOME. Now everything +under ~/Public should be shared. You can view this by opening Nautilus, and +clicking on the Network icon under Computer. |