[Lunar-commits] CVS: moonbase/ftp/pure-ftpd BUILD,1.3,1.4

Auke Kok sofar at lunar-linux.org
Sun Mar 20 21:16:58 UTC 2005


Update of /var/cvs/lunar/moonbase/ftp/pure-ftpd
In directory espresso.foo-projects.org:/tmp/cvs-serv24035

Modified Files:
	BUILD 
Log Message:
/me slaps ratler: if you like pureftpd so much, why is the module such a mess?


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/pure-ftpd/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	9 Mar 2004 18:20:27 -0000	1.3
+++ BUILD	20 Mar 2005 21:16:56 -0000	1.4
@@ -1,7 +1,7 @@
 (
 
-  if  module_installed  Linux-PAM;  then
-    WITH_PAM="--with-pam"
+  if module_installed Linux-PAM;  then
+    OPTS="$OPTS --with-pam"
   fi
 
   ./configure  --sysconfdir=/etc        \
@@ -9,18 +9,11 @@
                --mandir=/usr/share/man  \
                --localstatedir=/var     \
                --with-everything        \
-               $WITH_PAM                \
                $OPTS                    &&
-
-  make                              &&
-  prepare_install                   &&
-  make    install
-
-) > $C_FIFO 2>&1  &&  (
-
-
-  if    [  !  -f  /etc/ftpusers  ]
-  then  cp  pam/ftpusers  /etc
+  default_make &&
+  gather_docs *.conf &&
+  if [ ! -f /etc/ftpusers ]; then
+    cp pam/ftpusers /etc
   fi
 
-)
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list