[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[TAF] templates://davfs2/{templates}



The davfs2 package introduced new or modified debconf
templates. This is the perfect moment for a review to help the package
maintainer following the general suggested writing style and track
down typos and errors in the use of English language.

If someone wants to pick up this review, please answer to this mail,
in the mailing list, with an [ITR] (Intent To Review) label.

The templates file is attached.

To propose the file you reviewed for peer review, please send a [RFR]
(Request For Review) mail with the reviewed file attached...then a few
days later, when no more contributions come, a summary mail with a
[LCFC] (Last Chance For Comments) label.

Finally, after no more comments coming to the LCFC mail, you can send
the reviewed templates file as a bug report against the package.

Then, please notify the list with a last mail using a [BTS] label
with the bug number.

Helping the package maintainer to deal with induced translation
updates at that momebt will be nice. If you're not comfortable with
that part of the process, please hand it off to a translator.

-- 


Template: davfs2/suid_file
Type: boolean
Default: false
_Description: Do you want to allow non-root users mount WebDAV resources?
 The file /sbin/mount.davfs must have the SUID bit set if you want to allow
 non-root users to mount webdav resources.
 .
 Files with SUID root are normally avoided.
 .
 If you answer confirmative to this question, more details will be required. 
 Otherwise, non-root users can not mount webdav resources.
 .
 You can always change your opinion with "dpkg-reconfigure davfs2"

Template: davfs2/user_name
Type: string
Default: davfs2
_Description: When invoked by root, the mount.davfs daemon will run as this user:
 mount.davfs starts with effective user-id 'root' to be able to mount. After
 mounting it changes its id permanently to that of the mounting user. When
 the mounting user is root, the mount.davfs daemon will run as the following declared user.

Template: davfs2/group_name
Type: string
Default: davfs2
_Description: The non-root users of davfs2 must be part of this group:
 For creating a file in /var/run/mount.davfs you must provide a group to
 own this directory. If you give a non-existant group, it will be created for
 you.

Template: davfs2/new_user
Type: boolean
Default: true
_Description: Do you want to create this new user?
 The user "${user_name}" will be created because it doesn't exist in your
 system and will be used by davfs2 if you answer confirmative.

Template: davfs2/new_group
Type: boolean
Default: true
_Description: Do you want to create this new group?
 The group "${group_name}" will be created because it doesn't exist in your
 system and will be used by davfs2 if you answer confirmative.

Template: davfs2/non_root_users_confimed
Type: note
_Description: Non-root users can now mount webdav resources
 The group "${group_name}" and the user "${user_name}" will be used by davfs2. You must add to this
 group all your users that you want to grant access. Like this:
 .
 usermod -a -G ${group_name} <username>
 .
 Remember to add a line similar to this one in the /etc/fstab:
 .
 https://webdav.site.com/path  /mnt  davfs  rw,users,noauto  0  0
 .
 Please, note that you should use http if your server doesn't support https
 connections. The mount point, the name of the server and the path must be
 adapted to your requirements.
 .
 More options can be used optionaly, please check the mount.davfs manpage
 for more information.
Source: davfs2
Section: utils
Priority: extra
Maintainer: Luciano Bello <luciano@linux.org.ar>
Build-Depends: debhelper (>= 4.0.0), po-debconf, libssl-dev, libxml2-dev, libneon26-dev
Uploaders: Marcela Tiznado <mlt@debian.org>
Standards-Version: 3.7.2

Package: davfs2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: mount a WebDAV resource as a regular file system
 DAVFS2 is a Linux file system driver that allows you to mount a WebDAV
 resource as a regular file system.  It allows files in a remote Web resource
 to be edited using standard applications that interact with the file system
 (e.g.  text editors). It uses coda for file system operations and the neon
 library for WebDAV access. It supports SSL and proxy servers. The code is
 based on uservfs (uservfs.sf.net).

Attachment: signature.asc
Description: Digital signature


Reply to: