Comment 2 for bug 621923

Revision history for this message
Stéphane Graber (stgraber) wrote :

Support for /usr/share/pastebin.d has been added in revision 84.
=== modified file 'pastebinit'
--- pastebinit 2010-12-10 15:46:59 +0000
+++ pastebinit 2011-01-09 18:27:41 +0000
@@ -39,7 +39,7 @@
         # - for source checkout, config in the checkout
         # - user's overrides in ~/.pastebin.d
         # Files found later override files found earlier.
- for confdir in ['/etc/pastebin.d',
+ for confdir in ['/usr/share/pastebin.d','/etc/pastebin.d',
                         os.path.join(os.path.dirname(__file__), 'pastebin.d'),
                         os.path.expanduser('~/.pastebin.d')]:
             try: