Сохранение пароля пользователя в ключах ядра.

git-svn-id: http://svn.calculate.ru/overlay@271 c91db197-33c1-4113-bf15-f8a5c547ca64
atratsevskiy
atratsevskiy 16 years ago
parent 441d51657d
commit 2639f98ec5

@ -0,0 +1,2 @@
DIST pam_keystore-0.1.2.tar.bz2 5988 RMD160 0ac3a86c4800ad3311c2e799c608bd9c474538c0 SHA1 d71cf9ec4a53aa7e51ae4fa49bb507e3720ebac4 SHA256 4256a08e12f0adb3cf8699decec879def254546c30b6b82822d9e6e5da953fb2
EBUILD pam_keystore-0.1.2.ebuild 527 RMD160 290b58e251b5dd94fc98cc0adcedf7ce07d40d92 SHA1 2c832aef6528a74ff19dd6654f95aedb2c96e7e9 SHA256 cc06efb61f98f81e3b86b2eb7d23030bedb3e94a8ec5cad20b2f912ec09cbff1

@ -0,0 +1,20 @@
# Copyright 2007 Calculate Pack, http://www.calculate-linux.ru
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Keeps a login and the password the user in the kernel"
HOMEPAGE="http://www.calculate-linux.ru/pam_keystore"
SRC_URI="ftp://ftp.local.calculate.ru/pub/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=sys-apps/keyutils-1.1"
#RDEPEND=""
src_compile() {
make CFLAGS="-Wall ${CFLAGS}" || die
}
src_install() {
emake install DESTDIR="${D}"
}
Loading…
Cancel
Save