diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-06-26 17:52:48 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-06-26 17:52:48 +0000 |
commit | 9dff3f09212eef84a2c974aa1f4cdb091d935085 (patch) | |
tree | 64da1495e4b8f52aa01052a35c86da887866a4f1 /app-text/wgetpaste/files | |
parent | Remove old version. (diff) | |
download | gentoo-2-9dff3f09212eef84a2c974aa1f4cdb091d935085.tar.gz gentoo-2-9dff3f09212eef84a2c974aa1f4cdb091d935085.tar.bz2 gentoo-2-9dff3f09212eef84a2c974aa1f4cdb091d935085.zip |
Set http://bpaste.net as default service
(Portage version: 2.1.11.2/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wgetpaste/files')
-rw-r--r-- | app-text/wgetpaste/files/wgetpaste-config-default-lodgeit | 2 | ||||
-rw-r--r-- | app-text/wgetpaste/files/wgetpaste-config-lugons | 5 | ||||
-rw-r--r-- | app-text/wgetpaste/files/wgetpaste-config-services | 9 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-text/wgetpaste/files/wgetpaste-config-default-lodgeit b/app-text/wgetpaste/files/wgetpaste-config-default-lodgeit index c3e8f6a3d8e8..4cf55dcfd498 100644 --- a/app-text/wgetpaste/files/wgetpaste-config-default-lodgeit +++ b/app-text/wgetpaste/files/wgetpaste-config-default-lodgeit @@ -1 +1 @@ -DEFAULT_SERVICE="lugons" +DEFAULT_SERVICE="bpaste" diff --git a/app-text/wgetpaste/files/wgetpaste-config-lugons b/app-text/wgetpaste/files/wgetpaste-config-lugons deleted file mode 100644 index d3593d522af7..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-config-lugons +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -SERVICES="${SERVICES} lugons" -ENGINE_lugons=lodgeit -URL_lugons="https://paste.lugons.org/" diff --git a/app-text/wgetpaste/files/wgetpaste-config-services b/app-text/wgetpaste/files/wgetpaste-config-services new file mode 100644 index 000000000000..17cffbb5368b --- /dev/null +++ b/app-text/wgetpaste/files/wgetpaste-config-services @@ -0,0 +1,9 @@ +#!/bin/bash + +SERVICES="${SERVICES} lugons bpaste" + +ENGINE_lugons=lodgeit +URL_lugons="https://paste.lugons.org/" + +ENGINE_bpaste=lodgeit +URL_bpaste="http://bpaste.net" |