Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
lftp
add-deprecation-warning-to-lftp-wrapper.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File add-deprecation-warning-to-lftp-wrapper.patch of Package lftp
Index: lftp-4.9.2/src/lftp-wrapper.c =================================================================== --- lftp-4.9.2.orig/src/lftp-wrapper.c 2021-11-22 10:32:32.203651686 +0100 +++ lftp-4.9.2/src/lftp-wrapper.c 2021-11-22 10:32:54.527219865 +0100 @@ -372,7 +372,14 @@ int main(int argc, char *argv[]) if (compat_mode_warning && (verbose != -1)) fprintf(stderr, - "Wrapper for lftp to simulate compatibility with lukemftp\n"); + "Wrapper for lftp to simulate compatibility with lukemftp\n" \ + "\n" \ + "********************************************************************\n" \ + "*** Please note that this wrapper script has been deprecated and ***\n" \ + "*** and will be removed in the near future. Please adapt your ***\n" \ + "*** code to call lftp directly instead. ***\n" \ + "********************************************************************\n" \ + "\n"); if (getenv("FTPPROMPT")) not_implemented_ignoring("enviroment variable FTPPROMPT");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor