rename *-daemon apps to be *-backend

Squashed commit of the following:

commit 39b438aa4b
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sat May 6 16:40:11 2017 +0100

    add release notes

commit ca4ea90d35
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sat May 6 16:32:06 2017 +0100

    update distmeta

commit 4e35b904b0
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sat May 6 16:30:22 2017 +0100

    rename files from Daemon to Backend

commit 86a605ba68
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sat May 6 16:26:43 2017 +0100

    rename daemon to backend in code

commit ffe8fc180f
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sat May 6 16:15:57 2017 +0100

    add daemon files which exec to backend equivalents

commit 53e041594e
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sat May 6 15:32:49 2017 +0100

    rename netdisco-daemon to netdisco-backend
This commit is contained in:
Oliver Gorwits
2017-05-06 16:40:48 +01:00
parent db9d98b69b
commit d74ccac4f6
33 changed files with 537 additions and 461 deletions

View File

@@ -35,6 +35,22 @@ deploy script for App::Netdisco will make some schema changes to the database,
but they are backwards compatible.
=back
=head1 2.036000
=head2 Health Advice
In this release the apps C<netdisco-daemon> and C<netdisco-daemon-fg> have
been renamed to C<netdisco-backend> and C<netdisco-backend-fg> respectively.
This better reflects the function of the two programs. If you still have
scripts using C<netdisco-daemon> or C<netdisco-daemon-fg> commands, they
should continue to work, as these apps still exist and simply exec() to the
new scripts on start.
However, it would be best if you replace any custom management config to
point to the new app names, going forward. Remember to do this on upgrade:
ln -s ~/perl5/bin/{localenv,netdisco-*} ~/bin/
=head1 2.035007