Description of problem: Version-Release number of selected component (if applicable): Satellite 5.8 How reproducible: 100% Steps to Reproduce: 1. spacewalk-schema-upgrade 2. 3. Actual results: # spacewalk-schema-upgrade ~~~ ... Plase make sure you have a valid backup of your database before continuing. ... ~~~ Expected results: # spacewalk-schema-upgrade ~~~ ... Please make sure you have a valid backup of your database before continuing. ... ~~~ Additional info:
Created attachment 1265419 [details] patch diff -up /usr/bin/spacewalk-schema-upgrade.bkp /usr/bin/spacewalk-schema-upgrade --- /usr/bin/spacewalk-schema-upgrade.bkp 2017-03-21 15:55:56.277115238 +0100 +++ /usr/bin/spacewalk-schema-upgrade 2017-03-21 15:56:20.714859711 +0100 @@ -291,7 +291,7 @@ close SQL; if (not @ARGV or $ARGV[0] ne '-y') { print "Planning to run spacewalk-sql with [$SCHEMA_UPGRADE_LOGDIR/$stamp-script.sql]\n"; - print "\nPlase make sure you have a valid backup of your database before continuing.\n\n"; + print "\nPlease make sure you have a valid backup of your database before continuing.\n\n"; local $| = 1; READ_ENTER: print "Hit Enter to continue or Ctrl+C to interrupt: ";
Patch accepted. Thank you, Kenny! spacewalk.git: 6753a27f96607868be6a0e5c6d9dc6b0d2bb73bf