From: Frank Brehm Date: Wed, 24 Jan 2018 09:57:24 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=5ee79666a02d807f4fdb160a96c9788cde7dc76b;p=config%2Fberta%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 32f7caa..1763203 100755 --- a/.etckeeper +++ b/.etckeeper @@ -198,9 +198,10 @@ maybe chmod 0640 'config-archive/etc/ssmtp/ssmtp.conf' maybe chmod 0640 'config-archive/etc/ssmtp/ssmtp.conf.dist.new' maybe chmod 0755 'config-archive/etc/systemd' maybe chmod 0644 'config-archive/etc/systemd/journald.conf' +maybe chmod 0644 'config-archive/etc/systemd/journald.conf.1' maybe chmod 0644 'config-archive/etc/systemd/journald.conf.dist' maybe chmod 0644 'config-archive/etc/systemd/resolved.conf' -maybe chmod 0644 'config-archive/etc/systemd/resolved.conf.dist.new' +maybe chmod 0644 'config-archive/etc/systemd/resolved.conf.dist' maybe chmod 0755 'cron.d' maybe chmod 0644 'cron.d/.keep_sys-process_cronie-0' maybe chmod 0755 'cron.daily' diff --git a/config-archive/etc/systemd/journald.conf b/config-archive/etc/systemd/journald.conf index 2e34451..13df9e4 100644 --- a/config-archive/etc/systemd/journald.conf +++ b/config-archive/etc/systemd/journald.conf @@ -17,14 +17,16 @@ #Seal=yes #SplitMode=uid #SyncIntervalSec=5m -#RateLimitInterval=30s +#RateLimitIntervalSec=30s #RateLimitBurst=1000 #SystemMaxUse= #SystemKeepFree= #SystemMaxFileSize= +#SystemMaxFiles=100 #RuntimeMaxUse= #RuntimeKeepFree= #RuntimeMaxFileSize= +#RuntimeMaxFiles=100 #MaxRetentionSec= #MaxFileSec=1month #ForwardToSyslog=no diff --git a/config-archive/etc/systemd/journald.conf.1 b/config-archive/etc/systemd/journald.conf.1 new file mode 100644 index 0000000..2e34451 --- /dev/null +++ b/config-archive/etc/systemd/journald.conf.1 @@ -0,0 +1,40 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# Entries in this file show the compile time defaults. +# You can change settings by editing this file. +# Defaults can be restored by simply deleting this file. +# +# See journald.conf(5) for details. + +[Journal] +#Storage=auto +#Compress=yes +#Seal=yes +#SplitMode=uid +#SyncIntervalSec=5m +#RateLimitInterval=30s +#RateLimitBurst=1000 +#SystemMaxUse= +#SystemKeepFree= +#SystemMaxFileSize= +#RuntimeMaxUse= +#RuntimeKeepFree= +#RuntimeMaxFileSize= +#MaxRetentionSec= +#MaxFileSec=1month +#ForwardToSyslog=no +ForwardToSyslog=yes +#ForwardToKMsg=no +#ForwardToConsole=no +#ForwardToWall=yes +#TTYPath=/dev/console +#MaxLevelStore=debug +#MaxLevelSyslog=debug +#MaxLevelKMsg=notice +#MaxLevelConsole=info +#MaxLevelWall=emerg diff --git a/config-archive/etc/systemd/journald.conf.dist b/config-archive/etc/systemd/journald.conf.dist index 2541b94..03fce40 100644 --- a/config-archive/etc/systemd/journald.conf.dist +++ b/config-archive/etc/systemd/journald.conf.dist @@ -39,3 +39,4 @@ #MaxLevelKMsg=notice #MaxLevelConsole=info #MaxLevelWall=emerg +#LineMax=48K diff --git a/config-archive/etc/systemd/resolved.conf.dist b/config-archive/etc/systemd/resolved.conf.dist new file mode 100644 index 0000000..cd2c489 --- /dev/null +++ b/config-archive/etc/systemd/resolved.conf.dist @@ -0,0 +1,22 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# Entries in this file show the compile time defaults. +# You can change settings by editing this file. +# Defaults can be restored by simply deleting this file. +# +# See resolved.conf(5) for details + +[Resolve] +#DNS= +#FallbackDNS=8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844 +#Domains= +#LLMNR=yes +#MulticastDNS=yes +#DNSSEC=allow-downgrade +#Cache=yes +#DNSStubListener=udp diff --git a/config-archive/etc/systemd/resolved.conf.dist.new b/config-archive/etc/systemd/resolved.conf.dist.new deleted file mode 100644 index b2340a5..0000000 --- a/config-archive/etc/systemd/resolved.conf.dist.new +++ /dev/null @@ -1,21 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. -# -# Entries in this file show the compile time defaults. -# You can change settings by editing this file. -# Defaults can be restored by simply deleting this file. -# -# See resolved.conf(5) for details - -[Resolve] -#DNS= -#FallbackDNS=8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844 -#Domains= -#LLMNR=yes -#DNSSEC=allow-downgrade -#Cache=yes -#DNSStubListener=udp diff --git a/systemd/journald.conf b/systemd/journald.conf index 13df9e4..52bb07b 100644 --- a/systemd/journald.conf +++ b/systemd/journald.conf @@ -40,3 +40,4 @@ ForwardToSyslog=yes #MaxLevelKMsg=notice #MaxLevelConsole=info #MaxLevelWall=emerg +#LineMax=48K diff --git a/systemd/network/50-static.network b/systemd/network/50-static.network index 0b0d384..70f19fa 100644 --- a/systemd/network/50-static.network +++ b/systemd/network/50-static.network @@ -8,3 +8,4 @@ DNS=217.66.52.10 DNS=212.91.225.75 Domains=pixelpark.com pixelpark.net brehm-online.com uhu-banane.de uhu-banane.net +# vim: filetype=dosini diff --git a/systemd/resolved.conf b/systemd/resolved.conf index 3c923ef..47c8f33 100644 --- a/systemd/resolved.conf +++ b/systemd/resolved.conf @@ -18,3 +18,7 @@ DNS=217.66.52.10 212.91.225.75 #Domains=pixelpark.com brehm-online.com uhu-banane.de uhu-banane.net +#MulticastDNS=yes +#DNSSEC=allow-downgrade +#Cache=yes +#DNSStubListener=udp