diff options
Diffstat (limited to 'app-text/wgetpaste/files/wgetpaste-config-services')
-rw-r--r-- | app-text/wgetpaste/files/wgetpaste-config-services | 9 |
1 files changed, 9 insertions, 0 deletions
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" |