From: root Date: Tue, 5 May 2009 16:20:22 +0000 (+0200) Subject: Merge commit 'origin/template' into mysql X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=3f218a84ef15bd3360e9073d9fed0ab5ad7276a9;hp=8cef233192069bc795b67fe7d0f99dcce0c6821e;p=matthijs%2Fservers%2Fdrsnuggles.git Merge commit 'origin/template' into mysql * commit 'origin/template': rsyslog: Use another format for forwarding messages. ssh: Disable changing of the oom_adj value. ssh: Add default initscript configuration. --- diff --git a/etc/default/ssh b/etc/default/ssh new file mode 100644 index 0000000..afbc23b --- /dev/null +++ b/etc/default/ssh @@ -0,0 +1,12 @@ +# Default settings for openssh-server. This file is sourced by /bin/sh from +# /etc/init.d/ssh. + +# Options to pass to sshd +SSHD_OPTS= + +# OOM-killer adjustment for sshd (see +# linux/Documentation/filesystems/proc.txt; lower values reduce likelihood +# of being killed, while -17 means the OOM-killer will ignore sshd; set to +# the empty string to skip adjustment) +# Disabled since oom_adj is not available inside vservers +SSHD_OOM_ADJUST= diff --git a/etc/rsyslog.conf b/etc/rsyslog.conf index c6e706b..ab6876b 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -100,4 +100,4 @@ $ActionQueueFileName remote $ActionResumeRetryCount -1 # save in-memory data if rsyslog shuts down $ActionQueueSaveOnShutdown on -*.* @@log;RSYSLOG_SyslogProtocol23Format +*.* @@log;RSYSLOG_ForwardFormat