Advertisement
Guest User

biloky

a guest
Feb 15th, 2009
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. post_install() {
  2. cat << _EOF
  3. ==>
  4. ==> GVFS requires FUSE to operate correctly
  5. ==>
  6. ==> To make full use of GVFS, please load the "fuse" kernel module at bootup.
  7. ==> To do so, add 'fuse' to the MODULES array in /etc/rc.conf
  8. ==>
  9. ==> Without this module, GVFS will not be compatible with applications that
  10. ==> are not GIO-enabled.
  11. ==>
  12. _EOF
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement