$OpenBSD: patch-lib_rubygems_config_file_rb,v 1.1 2008/09/28 15:45:18 bernd Exp $
--- lib/rubygems/config_file.rb.orig	Wed Sep 17 18:21:42 2008
+++ lib/rubygems/config_file.rb	Sat Sep 27 23:02:54 2008
@@ -41,7 +41,7 @@ class Gem::ConfigFile
 
       path.strip
     rescue LoadError
-      '/etc'
+      '${SYSCONFDIR}'
     end
 
   SYSTEM_WIDE_CONFIG_FILE = File.join system_config_path, 'gemrc'
