summaryrefslogtreecommitdiffstats
path: root/accessibility/wgetpaste/dpaste_default.diff
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/wgetpaste/dpaste_default.diff')
-rw-r--r--accessibility/wgetpaste/dpaste_default.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/accessibility/wgetpaste/dpaste_default.diff b/accessibility/wgetpaste/dpaste_default.diff
new file mode 100644
index 0000000000..156c531b2e
--- /dev/null
+++ b/accessibility/wgetpaste/dpaste_default.diff
@@ -0,0 +1,12 @@
+diff -Naur wgetpaste-2.20/wgetpaste wgetpaste-2.20.patched/wgetpaste
+--- wgetpaste-2.20/wgetpaste 2012-05-05 15:15:32.000000000 -0400
++++ wgetpaste-2.20.patched/wgetpaste 2012-12-20 18:41:01.000000000 -0500
+@@ -634,7 +634,7 @@
+ load_configs
+ [[ $SERVICESET ]] && verifyservice "$SERVICESET" && SERVICE=$(escape "$SERVICESET")
+ DEFAULT_NICK=${DEFAULT_NICK:-$(whoami)} || die "whoami failed"
+-DEFAULT_SERVICE=${DEFAULT_SERVICE:-gists}
++DEFAULT_SERVICE=${DEFAULT_SERVICE:-dpaste}
+ DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE:-Plain Text}
+ DEFAULT_EXPIRATION=${DEFAULT_EXPIRATION:-1 month}
+ SERVICE=${SERVICE:-${DEFAULT_SERVICE}}