Skip to content

Instantly share code, notes, and snippets.

@mvidner
Created July 2, 2013 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvidner/5908161 to your computer and use it in GitHub Desktop.
Save mvidner/5908161 to your computer and use it in GitHub Desktop.
--- /usr/lib/YaST2/servers_non_y2/ag_tty.orig 2013-07-02 12:06:35.250848656 +0200
+++ /usr/lib/YaST2/servers_non_y2/ag_tty 2013-07-02 12:07:19.303495394 +0200
@@ -145,7 +145,7 @@
{
if ($path eq ".")
{
- ReadString($term, $prompt);
+ ycp::Return ( [ "I am a byteblock" ], 0 );
}
elsif ($path eq ".nohistory")
{
{
import "ValueBrowser";
any i = SCR::Read(.dev.tty);
ValueBrowser::BrowseTree(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment