From d8a044eae822b6345bbfeb5ae71add5d216af8ae Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 12 Mar 2012 16:49:08 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- make.conf | 4 ++++ postfix/main.cf | 1 + runlevels/boot/acpid | 1 + 3 files changed, 6 insertions(+) create mode 120000 runlevels/boot/acpid diff --git a/make.conf b/make.conf index 1a06cd7..e09da4b 100644 --- a/make.conf +++ b/make.conf @@ -53,6 +53,10 @@ APACHE2_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_ano status substitute unique_id userdir usertrack version vhost_alias " +ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks \ + iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null \ + plug rate route share shm softvol" + I_KNOW_WHAT_I_AM_DOING=yes # These are the USE flags that were used in addition to what is provided by the diff --git a/postfix/main.cf b/postfix/main.cf index d424dff..2d40235 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -660,6 +660,7 @@ mydomain = uhu-banane.de mynetworks = 127.0.0.0/8 46.16.73.175/32 [::1]/128 myorigin = $mydomain +recipient_delimiter = + relayhost = [mail.brehm-online.com] smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth diff --git a/runlevels/boot/acpid b/runlevels/boot/acpid new file mode 120000 index 0000000..94ab152 --- /dev/null +++ b/runlevels/boot/acpid @@ -0,0 +1 @@ +/etc/init.d/acpid \ No newline at end of file -- 2.39.5