Skip to content

Commit

Permalink
catch up on some changed etc defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonb3 committed Oct 18, 2023
1 parent 2a20402 commit e68f1d5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 13 deletions.
6 changes: 3 additions & 3 deletions etc/bubba/adminphp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
; Warning: pid file is overriden by the Gentoo init script.
; FPM will refuse to start if you uncomment this settingi and make use of the
; init script.
;pid = /var/run/bubba-adminphp.pid
;pid = /run/bubba-adminphp.pid

; Error log file
; Note: the default prefix is /var/lib
Expand All @@ -30,12 +30,12 @@ error_log = /var/log/bubba-adminphp.log
;daemonize = yes

;;;;;;;;;;;;;;;;;;;;
; Pool Definitions ;
; Pool Definitions ;
;;;;;;;;;;;;;;;;;;;;

[bubba-admin]

listen = /var/run/bubba-adminphp.sock
listen = /run/bubba-adminphp.sock
listen.owner = root
listen.group = apache
listen.mode = 0660
Expand Down
22 changes: 14 additions & 8 deletions etc/davfs2/davfs2.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# davfs2 configuration file 2009-04-12
# version 9
# davfs2 configuration file 2020-08-03
# version 13
# ------------------------------------

# Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann
# Copyright (C) 2006, 2007, 2008, 2009, 2012, 2013, 2014 Werner Baumann

# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice
Expand All @@ -21,16 +21,16 @@

# dav_user davfs2 # system wide config file only
# dav_group davfs2 # system wide config file only
# ignore_home # 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
# trust_ca_cert
# servercert # deprecated: use trust_ca_cert
# trust_server_cert
# clientcert
# secrets ~/.davfs2/secrets # user config file only
# ask_auth 1
Expand All @@ -41,9 +41,13 @@
# use_expect100 0
# if_match_bug 0
# drop_weak_etags 0
# allow_cookie 0
# n_cookies 0
# precheck 1
# ignore_dav_header 0
# use_compression 0
# min_propset 0
# follow_redirect 0
# sharepoint_href_bug 0
# server_charset
# connect_timeout 10 # seconds
# read_timeout 30 # seconds
Expand All @@ -62,11 +66,13 @@ cache_dir /home/.davfs2cache # system wide cache
# dir_refresh 60 # seconds
# file_refresh 1 # second
# delay_upload 10
# gui_optimize 1
# gui_optimize 0
# minimize_mem 0

# Debugging Options
# -----------------

# debug # possible values: config, kernel, cache, http, xml,
# httpauth, locks, ssl, httpbody, secrets, most


8 changes: 7 additions & 1 deletion etc/dhcpcd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ duid
# Persist interface configuration when dhcpcd exits.
persistent

# vendorclassid is set to blank to avoid sending the default of
# dhcpcd-<version>:<os>:<machine>:<platform>
vendorclassid

# Rapid commit support.
# Safe to enable by default because it requires the equivalent option set
# on the server to actually work.
Expand All @@ -34,7 +38,9 @@ option interface_mtu
# A ServerID is required by RFC2131.
require dhcp_server_identifier

# Generate Stable Private IPv6 Addresses instead of hardware based ones
# Generate SLAAC address using the Hardware Address of the interface
#slaac hwaddr
# OR generate Stable Private IPv6 Addresses based from the DUID
slaac private


Expand Down
3 changes: 2 additions & 1 deletion etc/dovecot/conf.d/10-mail.conf
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ protocol !indexer-worker {
# Settings to control adding $HasAttachment or $HasNoAttachment keywords.
# By default, all MIME parts with Content-Disposition=attachment, or inlines
# with filename parameter are consired attachments.
# add-flags-on-save - Add the keywords when saving new mails.
# add-flags - Add the keywords when saving new mails or when fetching can
# do it efficiently.
# content-type=type or !type - Include/exclude content type. Excluding will
# never consider the matched MIME part as attachment. Including will only
# negate an exclusion (e.g. content-type=!foo/* content-type=foo/bar).
Expand Down

0 comments on commit e68f1d5

Please sign in to comment.