]> git.pld-linux.org Git - packages/proftpd.git/blob - proftpd-release.patch
- LSB conformance
[packages/proftpd.git] / proftpd-release.patch
1 diff -ur proftpd-1.2.2rc1.org/src/main.c proftpd-1.2.2rc1/src/main.c
2 --- proftpd-1.2.2rc1.org/src/main.c     Sun Apr  1 12:17:08 2001
3 +++ proftpd-1.2.2rc1/src/main.c Sun Apr  1 12:27:24 2001
4 @@ -1024,9 +1024,9 @@
5      if(id && id->argc > 1)
6        send_response("220","%s",(char*)id->argv[1]);
7      else if(get_param_int(server->conf,"DeferWelcome",FALSE) == 1)
8 -      send_response("220", "ProFTPD " VERSION " Server ready.");
9 +      send_response("220", " Server ready.");
10      else
11 -      send_response("220", "ProFTPD " VERSION " Server (%s) [%s]",
12 +      send_response("220", " Server (%s) [%s]",        
13             server->ServerName,serveraddress);
14    } else {
15      send_response("220", "%s FTP server ready.", serveraddress);
This page took 0.025325 seconds and 3 git commands to generate.