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: 09-Nov-2005 16:08:07 Branch: HEAD Handle: 2005110915080600 Modified files: openpkg-src/proftpd proftpd.spec Log: do not enable ctrls by default as it looks they are using some strange socket paths, etc Summary: Revision Changes Path 1.101 +8 -2 openpkg-src/proftpd/proftpd.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/proftpd/proftpd.spec ============================================================================ $ cvs diff -u -r1.100 -r1.101 proftpd.spec --- openpkg-src/proftpd/proftpd.spec 7 Nov 2005 20:40:39 -0000 1.100 +++ openpkg-src/proftpd/proftpd.spec 9 Nov 2005 15:08:06 -0000 1.101 @@ -43,10 +43,11 @@ Group: FTP License: GPL Version: %{V_proftpd} -Release: 20051107 +Release: 20051109 # package options %option with_ifsession no +%option with_ctrls no %option with_radius no %option with_pam no %option with_mysql no @@ -243,12 +244,15 @@ include/default_paths.h # configure the ProFTPd source tree - MOD="mod_ctrls_admin:mod_ratio:mod_readme:mod_exec:mod_shaper:mod_time:mod_vroot" + MOD="mod_ratio:mod_readme:mod_exec:mod_shaper:mod_time:mod_vroot" MOD_INC="%{l_prefix}/include" MOD_LIB="%{l_prefix}/lib" %if "%{with_ifsession}" == "yes" MOD="$MOD:mod_ifsession" %endif +%if "%{with_ctrls}" == "yes" + MOD="$MOD:mod_ctrls_admin" +%endif %if "%{with_radius}" == "yes" MOD="$MOD:mod_radius" %endif @@ -289,7 +293,9 @@ --with-modules="$MOD" \ --with-includes="$MOD_INC" \ --with-libraries="$MOD_LIB" \ +%if "%{with_ctrls}" == "yes" --enable-ctrls \ +%endif --without-getopt \ %if "%{with_pam}" == "yes" --enable-auth-pam @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org