pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/salt



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Feb 16 01:52:34 UTC 2016

Modified Files:
        pkgsrc/sysutils/salt: Makefile distinfo
        pkgsrc/sysutils/salt/patches: patch-salt_modules_status.py
Added Files:
        pkgsrc/sysutils/salt/patches: patch-salt_utils_____init____.py
            patch-salt_utils_network.py

Log Message:
Avoid a crash on NetBSD when not every minion is present

>From the pull request pending, #31320:

  On NetBSD, Salt currently defaults to using lsof(8) to determine which
  minions are connected. It is however not always available, and even
  then quite unreliable. I found that just like on FreeBSD, sockstat(1)
  is a much safer alternative. Unfortunately its output is not exactly
  the same on NetBSD, where the port delimiter is a dot character
  instead. As a consequence I have decided to duplicate the relevant
  function for NetBSD; let me know if I should try to re-use the code
  supporting FreeBSD instead.

See also https://github.com/saltstack/salt/pull/31230.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/salt/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/salt/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/sysutils/salt/patches/patch-salt_modules_status.py
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/salt/patches/patch-salt_utils_____init____.py \
    pkgsrc/sysutils/salt/patches/patch-salt_utils_network.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index