=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cdio/cdio.c,v retrieving revision 1.78 retrieving revision 1.79 diff -c -r1.78 -r1.79 *** src/usr.bin/cdio/cdio.c 2019/07/03 03:24:02 1.78 --- src/usr.bin/cdio/cdio.c 2020/06/26 19:51:14 1.79 *************** *** 1,4 **** ! /* $OpenBSD: cdio.c,v 1.78 2019/07/03 03:24:02 deraadt Exp $ */ /* Copyright (c) 1995 Serge V. Vakulenko * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cdio.c,v 1.79 2020/06/26 19:51:14 naddy Exp $ */ /* Copyright (c) 1995 Serge V. Vakulenko * All rights reserved. *************** *** 239,245 **** cddb_host = getenv("CDDB"); if (!cddb_host) ! cddb_host = "freedb.freedb.org"; while ((ch = getopt(argc, argv, "svd:f:")) != -1) switch (ch) { --- 239,245 ---- cddb_host = getenv("CDDB"); if (!cddb_host) ! cddb_host = "gnudb.gnudb.org"; while ((ch = getopt(argc, argv, "svd:f:")) != -1) switch (ch) {