commit 7dd898cffbb224ac59abab1741a0c1d36c761dd4
parent cf9b91ed588a34cb323ec421cb211d4d99210d82
Author: Plat <plat@stellar-nexus.ru>
Date: Fri, 9 Aug 2024 16:26:41 +0000
Updated rdo user messages. Added gitignore
Diffstat:
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@
+metadata/md5-cache
diff --git a/app-admin/rdo/rdo-1.4.3.ebuild b/app-admin/rdo/rdo-1.4.3.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="virtual/libcrypt"
+RDEPEND="virtual/libcrypt:="
src_prepare() {
default
@@ -36,3 +36,11 @@ src_install() {
dodir etc
emake DESTDIR="${D}" install
}
+
+pkg_postinst() {
+ elog "The configuration file has been placed at /etc/rdo.conf"
+ elog "It has the following variables:"
+ elog "group: The group of users that is allowed to execute rdo."
+ elog "wrong_pw_sleep: The amount of milliseconds to sleep at a wrong password attempt. Must be a positive integer. Set to 0 to disable."
+ elog "session_ttl: The amount of minutes a session lasts. Must be a positive integer. Set to 0 to disable."
+}
diff --git a/metadata/md5-cache/app-admin/rdo-1.4.3 b/metadata/md5-cache/app-admin/rdo-1.4.3
@@ -5,8 +5,8 @@ HOMEPAGE=https://codeberg.org/sw1tchbl4d3/rdo
INHERIT=toolchain-funcs
KEYWORDS=~amd64
LICENSE=GPL-3
-RDEPEND=virtual/libcrypt
+RDEPEND=virtual/libcrypt:=
SLOT=0
SRC_URI=https://codeberg.org/sw1tchbl4d3/rdo/archive/main.tar.gz -> rdo-1.4.3.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0
-_md5_=7171d1d98dcca45bf594a10a50ea2871
+_md5_=0b9e442faafe8cc673d28f624df51b86