diff options
author | Jason Zaman <perfinion@gentoo.org> | 2020-10-26 10:26:36 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2020-10-26 10:26:42 -0700 |
commit | eb6daf8a46f5c32e87da3c610938666a8feab6fd (patch) | |
tree | bafca91031394dc47f3c9bedf6e7436314942fe3 /sys-block | |
parent | kde-apps/kdenlive: Drop 20.08.2 (r0) (diff) | |
download | gentoo-eb6daf8a46f5c32e87da3c610938666a8feab6fd.tar.gz gentoo-eb6daf8a46f5c32e87da3c610938666a8feab6fd.tar.bz2 gentoo-eb6daf8a46f5c32e87da3c610938666a8feab6fd.zip |
sys-block/zram-init: Fix repoman style issues
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/zram-init/zram-init-10.5.ebuild | 19 | ||||
-rw-r--r-- | sys-block/zram-init/zram-init-9999.ebuild | 19 |
2 files changed, 18 insertions, 20 deletions
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 |