diff options
Diffstat (limited to 'debian/patches/urlplot.pl.diff')
-rw-r--r-- | debian/patches/urlplot.pl.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/urlplot.pl.diff b/debian/patches/urlplot.pl.diff new file mode 100644 index 0000000..ac189d8 --- /dev/null +++ b/debian/patches/urlplot.pl.diff @@ -0,0 +1,15 @@ +Description: "" +Forwarded: not-needed +Author: "" +Last-Update: 2010-05-12 +--- a/scripts/urlplot.pl ++++ b/scripts/urlplot.pl +@@ -264,7 +264,7 @@ + + # Defaults + sub DEF_URL_COMMAND() { +- 'mozilla -remote "openURL(__URL__)" > /dev/null 2>&1 || mozilla "__URL__"&' } ++ 'sensible-browser __URL__ > /dev/null 2>&1' } + sub DEF_URL_CACHE_MAX() { 90 } + sub DEF_URL_LOG_FILE_AUTORELOAD_TIME() { 120 } + sub DEF_URL_TIME_FORMAT() { '%Y:%m:%d - %H:%M:%S' } |