Date: Fri, 12 Feb 2021 16:57:47 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565032 - head/sysutils/kio-fuse Message-ID: <202102121657.11CGvlEN099395@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Fri Feb 12 16:57:46 2021 New Revision: 565032 URL: https://svnweb.freebsd.org/changeset/ports/565032 Log: Fix up -descr and -message for sysutils/kio-fuse Added: head/sysutils/kio-fuse/pkg-message (contents, props changed) Modified: head/sysutils/kio-fuse/pkg-descr Modified: head/sysutils/kio-fuse/pkg-descr ============================================================================== --- head/sysutils/kio-fuse/pkg-descr Fri Feb 12 16:41:05 2021 (r565031) +++ head/sysutils/kio-fuse/pkg-descr Fri Feb 12 16:57:46 2021 (r565032) @@ -1,9 +1,9 @@ -KioFuse allows you to mount remote directories into the root hierarchy of your +KIO-Fuse allows you to mount remote directories into the root hierarchy of your local file system, thereby exposing KDE's advanced access capabilities (SSH, SAMBA/Windows, FTP, TAR/GZip/BZip2, WebDav, etc) to POSIX-compliant applications such as Firefox, OpenOffice, GNOME apps, shell utilities and more. -KioFuse works by acting as a bridge between KDE's KIO filesystem design and +KIO-Fuse works by acting as a bridge between KDE's KIO filesystem design and FUSE. -WWW: https://github.com/KDE/kio-fuse +WWW: https://invent.kde.org/system/kio-fuse Added: head/sysutils/kio-fuse/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/kio-fuse/pkg-message Fri Feb 12 16:57:46 2021 (r565032) @@ -0,0 +1,10 @@ +[ +{ type: install + message: <<EOM +To fully use KIO-fuse, you will need FUSE and usermount enabled, e.g. + kldload fusefs + sysctl vfs.usermount=1 +to make these changes permanent, see loader.conf(5) and sysctl.conf(5). +EOM +} +]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102121657.11CGvlEN099395>