Skip to content

Commit

Permalink
Add support for /usr/share/pastebin.d (LP: #621923)
Browse files Browse the repository at this point in the history
  • Loading branch information
stgraber committed Jan 9, 2011
1 parent edbe451 commit 1889119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ try:
# - 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:
Expand Down

0 comments on commit 1889119

Please sign in to comment.