diff --git a/ftp.spec b/ftp.spec index 7ffa0db..13ebdb8 100644 --- a/ftp.spec +++ b/ftp.spec @@ -23,7 +23,7 @@ The ftp package provides the standard UNIX command-line FTP (File Transfer Protocol) client. FTP is a widely used protocol for transferring files over the Internet and for archiving files. -If your system is on a network, you should install ftp in order to do +If your system is on a network, you should install ftp in order to do file transfers. %prep diff --git a/netkit-ftp-0.17-vsftp165083.patch b/netkit-ftp-0.17-vsftp165083.patch index 7712840..8dcd905 100644 --- a/netkit-ftp-0.17-vsftp165083.patch +++ b/netkit-ftp-0.17-vsftp165083.patch @@ -14,7 +14,7 @@ data = -1; - (void) getreply(0); + old_code_l = code; -+ (void) getreply (0); ++ (void) getreply(0); + + /* Following "if" will avoid a bug #165083 in ftp-server */ + /* It can be later removed. */