Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory usw-pr-cvs1:/tmp/cvs-serv13389

Modified Files:
        gproftpd-8.0.1-1.patch pilot-link-0.11.5-1.info 
Log Message:
Mmmm lots of dir fixes for both and added pam support to proftpd

Index: gproftpd-8.0.1-1.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/gproftpd-8.0.1-1.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gproftpd-8.0.1-1.patch      24 Oct 2002 19:27:53 -0000      1.7
+++ gproftpd-8.0.1-1.patch      25 Oct 2002 16:33:56 -0000      1.8
@@ -62,9 +62,3975 @@
        $(mkinstalldirs) $(DESTDIR)$(sbindir)
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+diff -ruN gproftpd-8.0.1.orig/src/callback.c gproftpd-8.0.1/src/callback.c
+--- gproftpd-8.0.1.orig/src/callback.c 1969-12-31 17:00:00.000000000 -0700
++++ gproftpd-8.0.1/src/callback.c      2002-10-25 09:21:50.000000000 -0600
+@@ -0,0 +1,3962 @@
++/*
++ * GProFTPD - GNOME frontend for the ProFTPD standalone server.
++ * Copyright (C) 2001, 2002 Magnus-swe <[EMAIL PROTECTED]>
++ *
[...4003 lines suppressed...]
-    free(shell);
-    if (found==0)
-    {
--     if( (fp = fopen("/etc/shells", "a"))==NULL)
-+     if( (fp = fopen("@FINKPREFIX@/etc/shells", "a"))==NULL)
-      {
--        printf("\nCant open /etc/shells for append/write\n");
-+        printf("\nCant open @FINKPREFIX@/etc/shells for append/write\n");
-      }
-      fputs("/bin/false", fp);
--     printf("\nCouldnt find the line /bin/false in /etc/shells .. added it.\n");
--     strcpy(info_buffer, "Cant find the line /bin/false in /etc/shells.\n\n");
-+     printf("\nCouldnt find the line /bin/false in @FINKPREFIX@/etc/shells .. added 
it.\n");
-+     strcpy(info_buffer, "Cant find the line /bin/false in 
@FINKPREFIX@/etc/shells.\n\n");
-      strcat(info_buffer, "If youre running GProFTPD as root\n");
-      strcat(info_buffer, "that line has been added for you.\n");
-      error_window = create_error_window ();
 @@ -2912,10 +2912,10 @@
       fclose(fp);
    }

Index: pilot-link-0.11.5-1.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/pilot-link-0.11.5-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pilot-link-0.11.5-1.info    18 Oct 2002 23:10:40 -0000      1.2
+++ pilot-link-0.11.5-1.info    25 Oct 2002 16:33:56 -0000      1.3
@@ -17,7 +17,7 @@
 ###
 NoSetLDFLAGS: true
 SetCFLAGS: -no-cpp-precomp
-SetLIBS: -L%p/lib
+SetLIBRARY_PATH: %p/lib
 ###
 DocFiles: COPYING*
 ###



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to