summarylogtreecommitdiffstats
path: root/hostname.patch
diff options
context:
space:
mode:
authorAntonio Rojas2022-04-01 18:21:55 +0200
committerAntonio Rojas2022-04-01 18:21:55 +0200
commita3a23eeb9f1f79132c1cebaf1c64fd20b4d079cb (patch)
tree2183d8bb669595a111e42350cad02ad0c01263b0 /hostname.patch
downloadaur-abcde.tar.gz
import from community
Diffstat (limited to 'hostname.patch')
-rw-r--r--hostname.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/hostname.patch b/hostname.patch
new file mode 100644
index 000000000000..b5b8978492f4
--- /dev/null
+++ b/hostname.patch
@@ -0,0 +1,11 @@
+--- abcde-2.9.3/abcde 2019-02-05 11:19:03.000000000 +0100
++++ abcde-2.9.3/abcde.new 2021-05-07 10:27:29.273996818 +0200
+@@ -3773,7 +3773,7 @@
+ CDDBURL="http://freedb.freedb.org/~cddb/cddb.cgi"
+ CDDBSUBMIT=freedb-submit@freedb.org
+ CDDBPROTO=6
+-HELLOINFO="$(whoami)@$(hostname)"
++HELLOINFO="$(whoami)@$(uname -n)"
+ CDDBCOPYLOCAL="n"
+ CDDBLOCALPOLICY="always"
+ CDDBLOCALRECURSIVE="y"