Module submission - proftpd

stelzy@gmail.com stelzy at gmail.com
Sat Jun 17 19:28:20 UTC 2006


module name       : proftpd
suggested section : ftp
update (y/n)      : y
bugfix (y/n)      : n
security (y/n)    : n


I just added an mod_quotatab* to the configuration and build scripts.
ftpasswd and ftpquota utils are added to the POST_INSTALL and POST_REMOVE scripts too.
I think it will be very useful for other new lunar-users ;)
-------------- next part --------------
--- proftpd/BUILD	2005-05-07 22:05:50.000000000 +0400
+++ proftpd/BUILD	2006-06-17 22:54:48.556350500 +0400
@@ -1,5 +1,5 @@
 (
-  PROFTPD_MODULES="mod_ifsession mod_ldap mod_radius mod_ratio mod_readme mod_rewrite mod_sql mod_sql_mysql mod_sql_postgres mod_tls mod_wrap"
+  PROFTPD_MODULES="mod_ifsession mod_ldap mod_radius mod_ratio mod_readme mod_rewrite mod_sql mod_sql_mysql mod_sql_postgres mod_tls mod_wrap mod_quotatab mod_quotatab_file mod_quotatab_ldap mod_quotatab_sql"
   MODS=""
 
   for mod in $PROFTPD_MODULES; do
--- proftpd/CONFIGURE	2005-04-26 21:46:43.000000000 +0400
+++ proftpd/CONFIGURE	2006-06-17 22:55:59.860806750 +0400
@@ -1,4 +1,4 @@
-PROFTPD_MODULES="mod_ifsession mod_ldap mod_radius mod_ratio mod_readme mod_rewrite mod_sql mod_sql_mysql mod_sql_postgres mod_tls mod_wrap"
+PROFTPD_MODULES="mod_ifsession mod_ldap mod_radius mod_ratio mod_readme mod_rewrite mod_sql mod_sql_mysql mod_sql_postgres mod_tls mod_wrap mod_quotatab mod_quotatab_file mod_quotatab_ldap mod_quotatab_sql"
 
 for mod in $PROFTPD_MODULES; do
   mquery MOD_$mod "Enable $mod? " n
--- proftpd/POST_INSTALL	1970-01-01 03:00:00.000000000 +0300
+++ proftpd/POST_INSTALL	2006-06-17 23:17:38.041938000 +0400
@@ -0,0 +1,2 @@
+cp $SOURCE_DIRECTORY/contrib/ftpasswd /usr/sbin  &&
+cp $SOURCE_DIRECTORY/contrib/ftpquota /usr/sbin
--- proftpd/POST_REMOVE	1970-01-01 03:00:00.000000000 +0300
+++ proftpd/POST_REMOVE	2006-06-17 23:23:47.905053000 +0400
@@ -0,0 +1,2 @@
+rm /usr/sbin/ftpasswd
+rm /usr/sbin/ftpquota
-------------- next part --------------
lvu submit proftpd b70c9f0d1511aa7ca391d623aab7ba12  -
2.6.16 2.6.12 gcc-3.4.5 glibc-2.3.6



More information about the Lunar mailing list