mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-08 21:24:57 -05:00
[-] Rename source and target names from forked-daapd to owntone
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
sbin_PROGRAMS = forked-daapd
|
||||
sbin_PROGRAMS = owntone
|
||||
|
||||
if COND_SPOTIFY
|
||||
SPOTIFY_SRC=spotify.c spotify.h spotify_webapi.c spotify_webapi.h inputs/spotify.c
|
||||
@@ -85,12 +85,12 @@ AM_CPPFLAGS += \
|
||||
-DSTATEDIR=\"$(localstatedir)\" \
|
||||
-DPKGLIBDIR=\"$(pkglibdir)\"
|
||||
|
||||
forked_daapd_LDADD = \
|
||||
owntone_LDADD = \
|
||||
$(FORKED_LIBS) \
|
||||
$(FORKED_OPTS_LIBS) \
|
||||
$(COMMON_LIBS)
|
||||
|
||||
forked_daapd_SOURCES = main.c \
|
||||
owntone_SOURCES = main.c \
|
||||
db.c db.h \
|
||||
db_init.c db_init.h \
|
||||
db_upgrade.c db_upgrade.h \
|
||||
|
||||
@@ -637,7 +637,7 @@ main(int argc, char **argv)
|
||||
/* Set up libevent logging callback */
|
||||
event_set_log_callback(logger_libevent);
|
||||
|
||||
DPRINTF(E_LOG, L_MAIN, "Forked Media Server Version %s taking off\n", VERSION);
|
||||
DPRINTF(E_LOG, L_MAIN, "OwnTone version %s taking off\n", VERSION);
|
||||
|
||||
DPRINTF(E_LOG, L_MAIN, "Built with:\n");
|
||||
buildopts = buildopts_get();
|
||||
@@ -858,7 +858,9 @@ main(int argc, char **argv)
|
||||
|
||||
/* Register this CNAME with mDNS for OAuth */
|
||||
if (!mdns_no_cname)
|
||||
mdns_cname("forked-daapd.local");
|
||||
{
|
||||
mdns_cname("owntone.local");
|
||||
}
|
||||
|
||||
#ifdef HAVE_SIGNALFD
|
||||
/* Set up signal fd */
|
||||
|
||||
Reference in New Issue
Block a user