Skip to content

Commit

Permalink
Add release note about changed command names
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Mar 7, 2024
1 parent 2e6abf5 commit 4330753
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,40 @@ please go to https://github.com/uninett/nav/milestones .
NAV 5.9
=======

Changed names of NAV command line programs
------------------------------------------

NAV has switched to a more canonical way of installing Python command line
scripts, or "binaries". This means that all NAV command line programs that
previously ended with a ``.py`` extension now have been stripped of that
extension. Any custom cron jobs or scripts you have that may reference these
NAV commands must be updated in order to continue working.

It also means that you need to make sure your :file:`daemons.yml` configuration
file is up-to-date after an upgrade, as well as the NAV cronjob snippets in the
:file:`cron.d/` configuration directory.

These commands are affected and no longer have a ``.py`` extension:

* ``alertengine``
* ``autoenable``
* ``collect_active_ip``
* ``emailreports``
* ``logengine``
* ``macwatch``
* ``mailin``
* ``maintengine``
* ``netbiostracker``
* ``pping``
* ``radiusparser``
* ``servicemon``
* ``smsd``
* ``snmptrapd``
* ``sortedstats_cacher``
* ``start_arnold``
* ``t1000``


Web security
------------

Expand Down

0 comments on commit 4330753

Please sign in to comment.