mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
dynconfig/wscript: use $libdir/security for PAMMODULESDIR as in config.m4
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 13 17:44:01 CEST 2011 on sn-devel-104
This commit is contained in:
parent
46109a9f8a
commit
8612c6bf56
@ -142,8 +142,8 @@ dynconfig = {
|
||||
'FHS-PATH': '${DATADIR}/samba/codepages',
|
||||
},
|
||||
'PAMMODULESDIR' : {
|
||||
'STD-PATH': '${LIBDIR}',
|
||||
'FHS-PATH': '${LIBDIR}',
|
||||
'STD-PATH': '${LIBDIR}/security',
|
||||
'FHS-PATH': '${LIBDIR}/security',
|
||||
'OPTION': '--with-pammodulesdir',
|
||||
'HELPTEXT': 'Which directory to use for PAM modules',
|
||||
},
|
||||
@ -173,7 +173,7 @@ dynconfig = {
|
||||
},
|
||||
'STATEDIR' : {
|
||||
'STD-PATH': '${LOCALSTATEDIR}/locks',
|
||||
'FHS-PATH': '${LOCALSTATEDIR}/lib/samba/',
|
||||
'FHS-PATH': '${LOCALSTATEDIR}/lib/samba',
|
||||
'OPTION': '--with-statedir',
|
||||
'HELPTEXT': 'Where to put persistent state files',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user