OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Nov-2005 21:40:39
Branch: HEAD Handle: 2005110720403900
Modified files:
openpkg-src/proftpd proftpd.spec
Log:
optionally support RADIUS, too
Summary:
Revision Changes Path
1.100 +4 -0 openpkg-src/proftpd/proftpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.99 -r1.100 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 7 Nov 2005 20:37:58 -0000 1.99
+++ openpkg-src/proftpd/proftpd.spec 7 Nov 2005 20:40:39 -0000 1.100
@@ -47,6 +47,7 @@
# package options
%option with_ifsession no
+%option with_radius no
%option with_pam no
%option with_mysql no
%option with_pgsql no
@@ -248,6 +249,9 @@
%if "%{with_ifsession}" == "yes"
MOD="$MOD:mod_ifsession"
%endif
+%if "%{with_radius}" == "yes"
+ MOD="$MOD:mod_radius"
+%endif
%if "%{with_mysql}" == "yes" || "%{with_pgsql}" == "yes" || "%{with_sqlite}"
== "yes"
MOD="$MOD:mod_sql"
%if "%{with_mysql}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]