mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
14 lines
229 B
Text
14 lines
229 B
Text
--- lib/hammer_cli_foreman/i18n.rb
|
|
+++ lib/hammer_cli_foreman/i18n.rb
|
|
@@ -24,6 +24,11 @@ def locale_dir
|
|
'/usr/share/locale'
|
|
end
|
|
|
|
+
|
|
+ def domain_name
|
|
+ "#{super}@system"
|
|
+ end
|
|
+
|
|
end
|
|
|
|
end
|