From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CC7B2138824 for ; Thu, 23 Oct 2014 14:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D7A9E07A0; Thu, 23 Oct 2014 14:47:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A4E5E07A0 for ; Thu, 23 Oct 2014 14:47:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAFCF340407 for ; Thu, 23 Oct 2014 14:47:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 645EA88AF for ; Thu, 23 Oct 2014 14:47:46 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1414075628.d78366a1102d91568e9412d5b847d12a3443c7c3.twitch153@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-hardened/desktop/ X-VCS-Repository: proj/releng X-VCS-Files: tools-hardened/desktop/fluxbox-run.sh tools-hardened/desktop/gnome3-run.sh tools-hardened/desktop/xfce4-run.sh X-VCS-Directories: tools-hardened/desktop/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: d78366a1102d91568e9412d5b847d12a3443c7c3 X-VCS-Branch: master Date: Thu, 23 Oct 2014 14:47:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ecac21e7-277c-4af9-8cd6-eabab93c7777 X-Archives-Hash: 30fdd5cc1aa6b5faac0159e4659c7b2d commit: d78366a1102d91568e9412d5b847d12a3443c7c3 Author: Devan Franchini gentoo org> AuthorDate: Thu Oct 23 14:34:52 2014 +0000 Commit: Devan Franchini gentoo org> CommitDate: Thu Oct 23 14:47:08 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=d78366a1 tools-hardened/desktop/*-run.sh: Explicitly sets locale to en_US.utf8 --- tools-hardened/desktop/fluxbox-run.sh | 2 +- tools-hardened/desktop/gnome3-run.sh | 2 +- tools-hardened/desktop/xfce4-run.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools-hardened/desktop/fluxbox-run.sh b/tools-hardened/desktop/fluxbox-run.sh index 28bbe50..8e793cc 100755 --- a/tools-hardened/desktop/fluxbox-run.sh +++ b/tools-hardened/desktop/fluxbox-run.sh @@ -71,7 +71,7 @@ setup_confs() { cp -a files/locale/locale.gen "${ROOTFS}"/etc/ chroot "${ROOTFS}"/ locale-gen - chroot "${ROOTFS}"/ eselect locale set 3 + chroot "${ROOTFS}"/ eselect locale set en_US.utf8 cp -a files/locale/02locale "${ROOTFS}"/etc/conf.d/ # In kernels 3.9 and above, we must disallow-other-stacks because of SO_REUSEPORT sed -i 's/^#\(disallow-other-stacks=\)no/\1yes/g' "${ROOTFS}"/etc/avahi/avahi-daemon.conf diff --git a/tools-hardened/desktop/gnome3-run.sh b/tools-hardened/desktop/gnome3-run.sh index 8b6bc73..ab782e2 100755 --- a/tools-hardened/desktop/gnome3-run.sh +++ b/tools-hardened/desktop/gnome3-run.sh @@ -62,7 +62,7 @@ setup_confs() { cp -a files/locale/locale.gen "${ROOTFS}"/etc/ chroot "${ROOTFS}"/ locale-gen - + chroot "${ROOTFS}"/ eselect locale set en_US.utf8 cp -a files/locale/02locale "${ROOTFS}"/etc/conf.d/ # In kernels 3.9 and above, we must disallow-other-stacks because of SO_REUSEPORT sed -i 's/^#\(disallow-other-stacks=\)no/\1yes/g' "${ROOTFS}"/etc/avahi/avahi-daemon.conf diff --git a/tools-hardened/desktop/xfce4-run.sh b/tools-hardened/desktop/xfce4-run.sh index 951dab0..c8a5a17 100755 --- a/tools-hardened/desktop/xfce4-run.sh +++ b/tools-hardened/desktop/xfce4-run.sh @@ -65,7 +65,7 @@ setup_confs() { cp -a files/locale/locale.gen "${ROOTFS}"/etc/ chroot "${ROOTFS}"/ locale-gen - chroot "${ROOTFS}"/ eselect locale set 3 + chroot "${ROOTFS}"/ eselect locale set en_US.utf8 cp -a files/locale/02locale "${ROOTFS}"/etc/conf.d/ # In kernels 3.9 and above, we must disallow-other-stacks because of SO_REUSEPORT sed -i 's/^#\(disallow-other-stacks=\)no/\1yes/g' "${ROOTFS}"/etc/avahi/avahi-daemon.conf