Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
Date: Sun, 26 Nov 2017 23:11:38
Message-Id: 1511737829.0931e3d2fb2984006eea4d29aa1cc900af3eef89.soap@gentoo
1 commit: 0931e3d2fb2984006eea4d29aa1cc900af3eef89
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 12:40:26 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:10:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0931e3d2
7
8 net-fs/smbnetfs: [QA] Consistent whitespace in metadata.xml
9
10 net-fs/smbnetfs/metadata.xml | 22 +++++++++-------------
11 1 file changed, 9 insertions(+), 13 deletions(-)
12
13 diff --git a/net-fs/smbnetfs/metadata.xml b/net-fs/smbnetfs/metadata.xml
14 index 840694f0503..d3fcbbae2c7 100644
15 --- a/net-fs/smbnetfs/metadata.xml
16 +++ b/net-fs/smbnetfs/metadata.xml
17 @@ -10,19 +10,15 @@
18 SMBNetFS is a Linux/FreeBSD FUSE filesystem that allow you to use samba/microsoft network.
19
20 Features:
21 - - Linux-2.6 and FreeBSD &gt;= 6.0 are supported (Linux-2.4 is not tested)
22 - - you can use Samba/Microsoft network as a regular unix filesystem
23 - - workgroup/computer/share entries are dynamically created
24 - - windows domain supported
25 - - user defined workgroup/link/hosts are supported
26 - - national character supported
27 - - in config files you can specify different user/password to access different
28 - network shares
29 - - command "cd mountpoint/username:password@computer_or_ip" allows you to
30 - access "computer_or_ip" as user "username" with password "password"
31 - (this is insecure, but usefull)
32 - - the program is multithreaded, so simultaneous access to a file/share
33 - is possible
34 + - Linux-2.6 and FreeBSD &gt;= 6.0 are supported (Linux-2.4 is not tested)
35 + - you can use Samba/Microsoft network as a regular unix filesystem
36 + - workgroup/computer/share entries are dynamically created
37 + - windows domain supported
38 + - user defined workgroup/link/hosts are supported
39 + - national character supported
40 + - in config files you can specify different user/password to access different network shares
41 + - command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull)
42 + - the program is multithreaded, so simultaneous access to a file/share is possible
43 </longdescription>
44 <use>
45 <flag name="gnome">Use the <pkg>gnome-base/gnome-keyring</pkg> for password management.</flag>