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 8B5511381F3 for ; Thu, 1 Aug 2013 10:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FCCAE0C27; Thu, 1 Aug 2013 10:24:26 +0000 (UTC) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by pigeon.gentoo.org (Postfix) with ESMTP id 9715EE0B68 for ; Thu, 1 Aug 2013 10:24:25 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFG4rxNq/2dsb2JhbABEvw4Xc4IeAQEFJxMcMwsYCRMSDwUlN4gRwS2NYYJIYQONfogOhX6IcIFegxM X-IPAS-Result: Av4EABK/CFG4rxNq/2dsb2JhbABEvw4Xc4IeAQEFJxMcMwsYCRMSDwUlN4gRwS2NYYJIYQONfogOhX6IcIFegxM X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="20322052" Received: from 184-175-19-106.dsl.teksavvy.com (HELO waltdnes.org) ([184.175.19.106]) by ironport2-out.teksavvy.com with SMTP; 01 Aug 2013 06:24:17 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Thu, 01 Aug 2013 06:24:17 -0400 From: "Walter Dnes" Date: Thu, 1 Aug 2013 06:24:17 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gentoo-systemd-only deprecation Message-ID: <20130801102417.GB29423@waltdnes.org> References: <3017.1375206780@ccs.covici.com> <6349.1375221843@ccs.covici.com> <51F8F63E.9020705@libertytrek.org> <20130731132227.5e582ee7@digimed.co.uk> <51F9034E.7040204@libertytrek.org> <20130731124102.GA12465@dethkomp> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130731124102.GA12465@dethkomp> User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: f23a3f9d-f90d-41e1-a33d-f0c30b2f45b5 X-Archives-Hash: a4273379618dacc807dd6630ff0ddd35 On Wed, Jul 31, 2013 at 06:11:02PM +0530, Yohan Pereira wrote > On 31/07/13 at 08:30am, Tanstaafl wrote: > > So, how should this be used to 'opt out of systemd completely'? > > from main make.conf > "Use this variable if you want to selectively prevent certain > files from being copied into your file system tree. .." > > You can use it to prevent ebuilds from installing unit files > or open-rc scripts from doing so (based on what you want to opt-out of). From the man page... > INSTALL_MASK = [space delimited list of file names] I do not want to input umpteen files names, or even extensions. The man page says nothing about masking out directories. Here's what I had on my system a few minutes ago before executing "rm -rf /usr/lib/systemd/" [i660][waltdnes][/usr/lib] ll -ogR /usr/lib/systemd /usr/lib/systemd: total 56 drwxr-xr-x 3 4096 May 12 20:42 . drwxr-xr-x 53 45056 Jul 28 03:18 .. drwxr-xr-x 4 4096 Jun 14 02:45 system /usr/lib/systemd/system: total 44 drwxr-xr-x 4 4096 Jun 14 02:45 . drwxr-xr-x 3 4096 May 12 20:42 .. -rw-r--r-- 1 155 Jun 14 02:45 acpid.service -rw-r--r-- 1 119 Jun 14 02:45 acpid.socket -rw-r--r-- 1 220 Jun 14 02:45 alsa-restore.service -rw-r--r-- 1 168 Jun 14 02:45 alsa-store.service drwxr-xr-x 2 4096 Jun 14 02:45 basic.target.wants drwxr-xr-x 2 4096 Jun 14 02:45 shutdown.target.wants -rw-r--r-- 1 242 May 12 19:27 sshd.service -rw-r--r-- 1 136 May 12 19:27 sshd.socket -rw-r--r-- 1 176 May 12 19:27 sshd@.service /usr/lib/systemd/system/basic.target.wants: total 8 drwxr-xr-x 2 4096 Jun 14 02:45 . drwxr-xr-x 4 4096 Jun 14 02:45 .. lrwxrwxrwx 1 23 Jun 14 02:45 alsa-restore.service -> ../alsa-restore.service /usr/lib/systemd/system/shutdown.target.wants: total 8 drwxr-xr-x 2 4096 Jun 14 02:45 . drwxr-xr-x 4 4096 Jun 14 02:45 .. lrwxrwxrwx 1 21 Jun 14 02:45 alsa-store.service -> ../alsa-store.service Maybe I should simply make a wrapper script that throws in... "rm -rf /usr/lib/systemd/" at the end of an emerge. -- Walter Dnes I don't run "desktop environments"; I run useful applications