pax_global_header00006660000000000000000000000064121623226500014511gustar00rootroot0000000000000052 comment=fa780b3c3cfef9cf5fb081d6e5f4b03613a35a8b installer-feature-centaurus-keyring-0.1/000075500000000000000000000000001216232265000204525ustar00rootroot00000000000000installer-feature-centaurus-keyring-0.1/.gear-rules000064400000000000000000000000071216232265000225160ustar00rootroot00000000000000tar: . installer-feature-centaurus-keyring-0.1/75-centaurus-keyring.sh000075500000000000000000000006061216232265000247230ustar00rootroot00000000000000#!/bin/sh a= . install2-init-functions disable_service(){ cp $destdir/etc/xdg/autostart/$1.desktop $destdir/etc/skel/.config/autostart/ echo 'X-MATE-Autostart-enabled=false' >> $destdir/etc/skel/.config/autostart/$1.desktop } mkdir $destdir/etc/skel/.config/autostart/ for n in gnome-keyring-gpg gnome-keyring-ssh gnome-keyring-pkcs11 mate-keyring-ssh ; do disable_service $n done installer-feature-centaurus-keyring-0.1/installer-feature.spec000064400000000000000000000013171216232265000247560ustar00rootroot00000000000000Name: installer-feature-centaurus-keyring Version: 0.1 Release: alt2 Summary: disable redundant ssh keyrings License: GPL Group: System/Configuration/Other Url: http://www.altlinux.org/Installer/beans BuildArch: noarch Source: %name-%version.tar %description The only one ssh keyring should run. Gnome and Mate keyrings doesn't support ecdsa keys, so it should be ssh-agent %prep %setup %install %define hookdir %_datadir/install2/preinstall.d mkdir -p %buildroot%hookdir install -pm755 *.sh %buildroot%hookdir/ %files %hookdir/* %changelog * Tue Jun 25 2013 Anton V. Boyarshinov 0.1-alt2 - typo fixed * Tue Jun 25 2013 Anton V. Boyarshinov 0.1-alt1 - initial build