Le Jeudi 25 Août 2011 16:22:23 D.Morgan a écrit : [...] > > %post > # Make sure pam_systemd is enabled > if ! /bin/grep -q pam_systemd /etc/pam.d/system-auth-ac ; then > /usr/sbin/authconfig --update --nostart >/dev/null 2>&1 || : > > # Try harder > /bin/grep -q pam_systemd /etc/pam.d/system-auth-ac || > /usr/sbin/authconfig --updateall --nostart >/dev/null 2>&1 || : > fi Then we should import & require authconfig for this %post ( http://pkgs.fedoraproject.org/gitweb/?p=authconfig.git ) because authconfig is not available on mageia.
I'm also not sure that we really need it because it seems to be a quite specific usage tool. Regards, -- Balcaen John
