wok-current diff freeradius-pam/receipt @ rev 25689
Fix cache not exist for getall function (typo)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 15 08:05:17 2024 +0000 (10 months ago) |
parents | 508f66468375 |
children |
line diff
1.1 --- a/freeradius-pam/receipt Sun Jan 26 09:26:49 2020 +0100 1.2 +++ b/freeradius-pam/receipt Fri Mar 15 08:05:17 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="freeradius-pam" 1.7 -VERSION="3.0.20" 1.8 +VERSION="3.0.25" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Pam module for radius server." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -22,5 +22,5 @@ 1.13 1.14 cp -a $install/usr/lib/rlm_pam*.so* $fs/usr/lib 1.15 cp -a $install/etc/raddb/mods-available/pam \ 1.16 - $fs/etc/raddb/modules 1.17 + $fs/etc/raddb/modules 1.18 }