]> git.pld-linux.org Git - packages/courier-authlib.git/blob - courier-authlib-authdaemonrc.patch
- remove static link flags
[packages/courier-authlib.git] / courier-authlib-authdaemonrc.patch
1 make authmodulelist be only modules that are installed with core package
2 the other modules are appended to list by sed.
3
4 --- ./authdaemonrc.in~  2005-07-05 15:25:08.000000000 +0300
5 +++ ./authdaemonrc.in   2005-09-19 17:42:11.000000000 +0300
6 @@ -24,7 +24,7 @@
7  # by removing them from the following list.  The available modules you
8  # can use are: @ALLMODULES@
9  
10 -authmodulelist="@ALLMODULES@"
11 +authmodulelist="authpam authcustom"
12  
13  ##NAME: authmodulelistorig:3
14  #
This page took 0.088541 seconds and 3 git commands to generate.