From c8d646531324e81b8b5f03f5a9d0c4b7c798928e Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Wed, 4 Aug 2021 14:06:14 +0200 Subject: Initial commit --- README.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 README.html (limited to 'README.html') diff --git a/README.html b/README.html new file mode 100644 index 0000000..f2a791e --- /dev/null +++ b/README.html @@ -0,0 +1,61 @@ +

opentmpfiles

+

+ This is an overlay voor the Gentoo Linux distribution, it provides ebuilds for + opentmpfiles which is about to be removed from the official repository in + favor of a systemd version. +

+

Why this overlay?

+

+ Gentoo can be -if you want- a systemd-free distro, it is one of the things i + like about it. Opentmpfiles is Gentoo's implementation of tmpfiles and it is + about to be replaced by the systemd version of tmpfiles. There has been + quite some + discussion about that and I created this overlay to keep opentmpfiles. +

+

What is in this overlay?

+

+ This overlay provides two packages: +

+ +

How to use this overlay?

+

+ First you'll have to clone this overlay on a place you like, a common place + these days is /var/db/repos. So cd into that directory and use + git clone https://code.pa4wdh.nl.eu.org/gentoo/opentmpfiles, this will + create a directory called opentmpfiles with the overlay in it. +

+

+ Next you have to make portage aware of the repo, for that you'll have to + create a config file under /etc/portage/repos.conf. Create a file + called opentmpfiles.conf and give it these contents: +

+
+[opentmpfiles]
+location = /var/db/repos/opentmpfiles
+sync-type = git
+sync-uri = https://code.pa4wdh.nl.eu.org/gentoo/opentmpfiles
+
+

+ If you placed the overlay on a different place than /var/db/repos make + sure to adapt the location line to your needs. +

+

+ In the official Gentoo repository the package sys-apps/opentmpfiles is still + masked, so you still have to unmask it to be able to use it. Add + sys-apps/opentmpfiles to /etc/portage/package.unmask to do that. +

+

What can i do with this?

+

+ This overlay will help you to keep opentmpfiles, eliminating an other systemd + component from your system. +

+

+ If you have any feedback on this overlay, you're quite likely to find me on + the Gentoo forums. +

+

+ Have fun! +

-- cgit v1.2.3