summaryrefslogtreecommitdiffstats
path: root/source3/script/extract_allparms.sh
Commit message (Collapse)AuthorAgeFilesLines
* script: Remove unused and no-longer-working extract_allparms.shAndrew Bartlett2014-01-281-2/+0
| | | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
* Useful script to extract all parameters out of the loadparm.c fileJeremy Allison1998-11-051-0/+2
and sort them into global (G) and service (S) parameters. Useful for keeping the smb.conf docs up to date. Jeremy. (This used to be commit e8c5e033083440818cb559c61bcf5f9baec511ea)