$OpenBSD: patch-lib_rubygems_config_file_rb,v 1.2 2009/10/12 17:18:00 bernd Exp $
--- lib/rubygems/config_file.rb.orig	Thu Jun 25 14:37:14 2009
+++ lib/rubygems/config_file.rb	Tue Sep  8 18:20:58 2009
@@ -47,7 +47,7 @@ class Gem::ConfigFile
 
       path.strip
     rescue LoadError
-      '/etc'
+      '${SYSCONFDIR}'
     end
 
   SYSTEM_WIDE_CONFIG_FILE = File.join system_config_path, 'gemrc'
