saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
71
davfs2/davfs2.conf
Normal file
71
davfs2/davfs2.conf
Normal file
@@ -0,0 +1,71 @@
|
||||
# davfs2 configuration file 2012-07-19
|
||||
# version 9
|
||||
# ------------------------------------
|
||||
|
||||
# Copyright (C) 2006, 2007, 2008, 2009, 2012 Werner Baumann
|
||||
|
||||
# Copying and distribution of this file, with or without modification, are
|
||||
# permitted in any medium without royalty provided the copyright notice
|
||||
# and this notice are preserved.
|
||||
|
||||
|
||||
# Please read the davfs2.conf (5) man page for a description of the
|
||||
# configuration options and syntax rules.
|
||||
|
||||
|
||||
# Available options and default values
|
||||
# ====================================
|
||||
|
||||
# General Options
|
||||
# ---------------
|
||||
|
||||
# dav_user davfs2 # system wide config file only
|
||||
# dav_group davfs2 # system wide config file only
|
||||
# kernel_fs fuse
|
||||
# buf_size 16 # KiByte
|
||||
|
||||
# WebDAV Related Options
|
||||
# ----------------------
|
||||
|
||||
# use_proxy 1 # system wide config file only
|
||||
# proxy # system wide config file only
|
||||
# servercert
|
||||
# clientcert
|
||||
# secrets ~/.davfs2/secrets # user config file only
|
||||
# ask_auth 1
|
||||
# use_locks 1
|
||||
# lock_owner <user-name>
|
||||
# lock_timeout 1800 # seconds
|
||||
# lock_refresh 60 # seconds
|
||||
# use_expect100 0
|
||||
# if_match_bug 0
|
||||
# drop_weak_etags 0
|
||||
# allow_cookie 0
|
||||
# precheck 1
|
||||
# ignore_dav_header 0
|
||||
# server_charset
|
||||
# connect_timeout 10 # seconds
|
||||
# read_timeout 30 # seconds
|
||||
# retry 30 # seconds
|
||||
# max_retry 300 # seconds
|
||||
# add_header
|
||||
|
||||
# Cache Related Options
|
||||
# ---------------------
|
||||
|
||||
# backup_dir lost+found
|
||||
# cache_dir /var/cache/davfs2 # system wide cache
|
||||
# ~/.davfs2/cache # per user cache
|
||||
# cache_size 50 # MiByte
|
||||
# table_size 1024
|
||||
# dir_refresh 60 # seconds
|
||||
# file_refresh 1 # second
|
||||
# delay_upload 10
|
||||
# gui_optimize 0
|
||||
|
||||
# Debugging Options
|
||||
# -----------------
|
||||
|
||||
# debug # possible values: config, kernel, cache, http, xml,
|
||||
# httpauth, locks, ssl, httpbody, secrets, most
|
||||
|
||||
68
davfs2/secrets
Normal file
68
davfs2/secrets
Normal file
@@ -0,0 +1,68 @@
|
||||
# davfs2 secrets file 2009-10-18
|
||||
# version 4
|
||||
# -------------------------------
|
||||
|
||||
# Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann
|
||||
|
||||
# Copying and distribution of this file, with or without modification, are
|
||||
# permitted in any medium without royalty provided the copyright notice
|
||||
# and this notice are preserved.
|
||||
|
||||
|
||||
# # This file must be readable and writeable by the owner only (mode 0600).
|
||||
|
||||
# This file contains user-name and password for the proxy, the
|
||||
# WebDAV resources and decryption passwords for client certificates.
|
||||
|
||||
# Comments are indicated by a '#' character and the rest of the line
|
||||
# is ignored. Empty lines are ignored too.
|
||||
|
||||
# Each line consists of two or three items separated by spaces or tabs.
|
||||
# If an item contains one of the characters space, tab, #, \ or ", this
|
||||
# character must be escaped by a preceding \. Alternatively, the item
|
||||
# may be enclosed in double quotes. (see also the davfs2.conf (5) man page)
|
||||
|
||||
|
||||
# Proxy Line
|
||||
# ----------
|
||||
# A proxy line consists of the fully qualified domain name of the proxy,
|
||||
# the user-name and the password. The proxy name must not contain a scheme
|
||||
# or path segment, but a port number should be added, separated by a colon.
|
||||
# The password my be omitted.
|
||||
# Instead of the name of the proxy, the keyword "proxy" may be used.
|
||||
|
||||
# Examples
|
||||
# foo.bar:3245 otto my\ secret
|
||||
# foo.bar otto "my secret"
|
||||
# proxy otto "my secret"
|
||||
|
||||
|
||||
# Credential Line
|
||||
# ---------------
|
||||
# A credential line consists of the mount-point, the user-name and
|
||||
# the password. The mount-point must be an absolute path, starting
|
||||
# with /. The password may be omitted.
|
||||
# For compatibility with older versions, instead of the mount-point
|
||||
# the URL may be given. The URL must contain scheme, fully qualified
|
||||
# domain name and path. If the path segment is missing, / is assumed.
|
||||
|
||||
# Examples
|
||||
# /home/otto/foo otto g3H\"x\ 7z\\
|
||||
# /media/dav/bar otto geheim
|
||||
# Old style
|
||||
# "http://foo.bar/my documents" otto "geh # heim"
|
||||
# https://foo.bar:333/dav otto geh\ \#\ heim
|
||||
|
||||
|
||||
# Password for Client Certificate
|
||||
# -------------------------------
|
||||
# It must contain the name of the certificate file and the encryption
|
||||
# password. The name must be either absolute (starting with /) or the
|
||||
# file-name only. If it is not absolute, it is assumed to be in the
|
||||
# standard directory for client certificates.
|
||||
|
||||
# Examples
|
||||
# /home/otto/.davfs2/certs/private/otto.crt geheim
|
||||
# otto_private.crt "this is extraordinary secret"
|
||||
# "otto private.crt" this\ is\ secret,\ too.
|
||||
|
||||
Reference in New Issue
Block a user