From eb6daf8a46f5c32e87da3c610938666a8feab6fd Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Mon, 26 Oct 2020 10:26:36 -0700 Subject: sys-block/zram-init: Fix repoman style issues Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Jason Zaman --- sys-block/zram-init/zram-init-10.5.ebuild | 19 +++++++++---------- sys-block/zram-init/zram-init-9999.ebuild | 19 +++++++++---------- 2 files changed, 18 insertions(+), 20 deletions(-) (limited to 'sys-block/zram-init') diff --git a/sys-block/zram-init/zram-init-10.5.ebuild b/sys-block/zram-init/zram-init-10.5.ebuild index adc7997651c8..c591f149b38a 100644 --- a/sys-block/zram-init/zram-init-10.5.ebuild +++ b/sys-block/zram-init/zram-init-10.5.ebuild @@ -29,19 +29,18 @@ RDEPEND=" DISABLE_AUTOFORMATTING=true DOC_CONTENTS="\ -To use zram-init, activate it in your kernel and add it to the default -runlevel: - rc-update add zram-init default -If you use systemd enable zram_swap, zram_tmp, and/or zram_var_tmp with -systemctl. You might need to modify the following file depending on the +To use zram-init, activate it in your kernel and add it to the default runlevel: + rc-update add zram-init default +If you use systemd enable zram_swap, zram_tmp, and/or zram_var_tmp with +systemctl. You might need to modify the following file depending on the number of devices that you want to create: - ${EROOT}/etc/modprobe.d/zram.conf. -If you use the \$TMPDIR as zRAM device with OpenRC, you should add zram-init + /etc/modprobe.d/zram.conf. +If you use the \$TMPDIR as zram device with OpenRC, you should add zram-init to the boot runlevel: - rc-update add zram-init boot -Still for the same case, you should add in the OpenRC configuration file + rc-update add zram-init boot +Still for the same case, you should add in the OpenRC configuration file for the services using \$TMPDIR the following line: - rc_need=\"zram-init\"" + rc_need=\"zram-init\"" src_prepare() { default diff --git a/sys-block/zram-init/zram-init-9999.ebuild b/sys-block/zram-init/zram-init-9999.ebuild index adc7997651c8..c591f149b38a 100644 --- a/sys-block/zram-init/zram-init-9999.ebuild +++ b/sys-block/zram-init/zram-init-9999.ebuild @@ -29,19 +29,18 @@ RDEPEND=" DISABLE_AUTOFORMATTING=true DOC_CONTENTS="\ -To use zram-init, activate it in your kernel and add it to the default -runlevel: - rc-update add zram-init default -If you use systemd enable zram_swap, zram_tmp, and/or zram_var_tmp with -systemctl. You might need to modify the following file depending on the +To use zram-init, activate it in your kernel and add it to the default runlevel: + rc-update add zram-init default +If you use systemd enable zram_swap, zram_tmp, and/or zram_var_tmp with +systemctl. You might need to modify the following file depending on the number of devices that you want to create: - ${EROOT}/etc/modprobe.d/zram.conf. -If you use the \$TMPDIR as zRAM device with OpenRC, you should add zram-init + /etc/modprobe.d/zram.conf. +If you use the \$TMPDIR as zram device with OpenRC, you should add zram-init to the boot runlevel: - rc-update add zram-init boot -Still for the same case, you should add in the OpenRC configuration file + rc-update add zram-init boot +Still for the same case, you should add in the OpenRC configuration file for the services using \$TMPDIR the following line: - rc_need=\"zram-init\"" + rc_need=\"zram-init\"" src_prepare() { default -- cgit v1.2.3-65-gdbad