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

Modified Files:
        gproftpd-8.0.1-1.patch 
Log Message:
Think i just fixed the missing xpm file issue, for real this time

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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gproftpd-8.0.1-1.patch      25 Oct 2002 16:48:37 -0000      1.10
+++ gproftpd-8.0.1-1.patch      25 Oct 2002 16:53:17 -0000      1.11
@@ -4692,3 +4692,33 @@
 +fi
 +
 +@FINKPREFIX@/lib/gproftpd/gproftpd
+diff -ruN gproftpd-8.0.1.orig/src/interface.c gproftpd-8.0.1/src/interface.c
+--- gproftpd-8.0.1.orig/src/interface.c        2002-10-13 08:50:16.000000000 -0600
++++ gproftpd-8.0.1/src/interface.c     2002-10-25 10:53:02.000000000 -0600
+@@ -304,7 +304,7 @@
+   gtk_widget_set_usize (GProFTPD, -2, 424);
+   gtk_window_set_title (GTK_WINDOW (GProFTPD), "GProFTPD");
+   gtk_window_set_position (GTK_WINDOW (GProFTPD), GTK_WIN_POS_CENTER);
+-  GProFTPD_icon_pixbuf = create_pixbuf ("gproftpd36.xpm");
++  GProFTPD_icon_pixbuf = create_pixbuf ("gproftpd/gproftpd36.xpm");
+   if (GProFTPD_icon_pixbuf)
+     {
+       gtk_window_set_icon (GTK_WINDOW (GProFTPD), GProFTPD_icon_pixbuf);
+@@ -1601,7 +1601,7 @@
+   gtk_widget_show (vbox18);
+   gtk_container_add (GTK_CONTAINER (notebook1), vbox18);
+ 
+-  label40 = gtk_label_new ("This is the entire configuration. The backup / restore 
+directory is /etc/gproftpd.");
++  label40 = gtk_label_new ("This is the entire configuration. The backup / restore 
+directory is @FINKPREFIX@/etc/gproftpd.");
+   gtk_widget_set_name (label40, "label40");
+   gtk_widget_show (label40);
+   gtk_box_pack_start (GTK_BOX (vbox18), label40, FALSE, FALSE, 0);
+@@ -2264,7 +2264,7 @@
+   gtk_widget_show (label5);
+   gtk_box_pack_start (GTK_BOX (vbox13), label5, FALSE, FALSE, 0);
+ 
+-  label148 = gtk_label_new ("   1. Make sure that the user the server will run as 
+exists on your\n       system, also make sure this user has a /bin/false or nologin 
+\n       shell and is listed in /etc/ftpusers \"the usercontrol tab\".\n\n   2. The 
+profiles tab is the settings the user will get when\n       he / she is added to the 
+system (edit as you wish).\n\n   3. After you have added a user it will have a 
+profile in\n       the entire configuration tab wich you can edit as you like.\n\n   
+4. Changing a users password is done by writing the username\n       in the username 
+field supplying the new password for that\n       user in the password field and 
+pressing the add button. \n\n   5. If you add a file or directory into the ftp 
+directory, not\n       uploading it locally thru Proftpd you will have to set the\n   
+    right permissions on it if you want other users to be able\n       to be able to 
+download, use the permissions tab for that\n       and chmod the added directories 
+and or files.\n\n   6. I hope this helped a bit, everything is pretty much 
+automated\n       and self explaining but send me a mail if you have any questions.  
+");
++  label148 = gtk_label_new ("   1. Make sure that the user the server will run as 
+exists on your\n       system, also make sure this user has a /bin/false or nologin 
+\n       shell and is listed in @FINKPREFIX@/etc/ftpusers \"the usercontrol 
+tab\".\n\n   2. The profiles tab is the settings the user will get when\n       he / 
+she is added to the system (edit as you wish).\n\n   3. After you have added a user 
+it will have a profile in\n       the entire configuration tab wich you can edit as 
+you like.\n\n   4. Changing a users password is done by writing the username\n       
+in the username field supplying the new password for that\n       user in the 
+password field and pressing the add button. \n\n   5. If you add a file or directory 
+into the ftp directory, not\n       uploading it locally thru Proftpd you will have 
+to set the\n       right permissions on it if you want other users to be able\n       
+to be able to download, use the permissions tab for that\n       and chmod the added 
+directories and or files.\n\n   6. I hope this helped a bit, everything is pretty 
+much automated\n       and self explaining but send me a mail if you have any 
+questions.  ");
+   gtk_widget_set_name (label148, "label148");
+   gtk_widget_show (label148);
+   gtk_box_pack_start (GTK_BOX (vbox13), label148, TRUE, TRUE, 0);



-------------------------------------------------------
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