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 BFCF51389E2 for ; Tue, 9 Dec 2014 02:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B38FE0A91; Tue, 9 Dec 2014 02:42:35 +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 D9CC3E0A91 for ; Tue, 9 Dec 2014 02:42:34 +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 0D731340559 for ; Tue, 9 Dec 2014 02:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D97BEB9 for ; Tue, 9 Dec 2014 02:42:32 +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: <1418092943.6e3fef7991e59a7bfc8fe124b6abd7ed03bfae0a.twitch153@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-hardened/desktop/ X-VCS-Repository: proj/releng X-VCS-Files: tools-hardened/desktop/run-base.sh X-VCS-Directories: tools-hardened/desktop/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 6e3fef7991e59a7bfc8fe124b6abd7ed03bfae0a X-VCS-Branch: master Date: Tue, 9 Dec 2014 02:42:32 +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: c93dcc8c-2e1f-4901-a7f8-21ed012da635 X-Archives-Hash: 2f3561605d7e80c747ddd5b5a25c0917 commit: 6e3fef7991e59a7bfc8fe124b6abd7ed03bfae0a Author: Devan Franchini gentoo org> AuthorDate: Tue Dec 9 02:42:23 2014 +0000 Commit: Devan Franchini gentoo org> CommitDate: Tue Dec 9 02:42:23 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=6e3fef79 run-base.sh: Enables systemd-resolved service in setup_systemd() --- tools-hardened/desktop/run-base.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools-hardened/desktop/run-base.sh b/tools-hardened/desktop/run-base.sh index 6a61dbf..97da707 100755 --- a/tools-hardened/desktop/run-base.sh +++ b/tools-hardened/desktop/run-base.sh @@ -110,6 +110,7 @@ setup_systemd() { chroot "${ROOTFS}"/ systemctl enable gdm.service chroot "${ROOTFS}"/ systemctl enable metalog.service chroot "${ROOTFS}"/ systemctl enable NetworkManager.service + chroot "${ROOTFS}"/ systemctl enable systemd-resolved chroot "${ROOTFS}"/ systemctl enable postfix.service chroot "${ROOTFS}"/ systemctl disable gdm chroot "${ROOTFS}"/ systemctl enable slim