From 4a05ac0d5ceb61521aa286cfc54c4b7ae5f6e6dc Mon Sep 17 00:00:00 2001 From: olgeni Date: Mon, 22 Jul 2013 14:31:35 +0200 Subject: [PATCH] Fix docstring for freebsdpkg.refresh_db. The current code does not support using portsnap at all. --- salt/modules/freebsdpkg.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/salt/modules/freebsdpkg.py b/salt/modules/freebsdpkg.py index 92b0b15653..8f22a86635 100644 --- a/salt/modules/freebsdpkg.py +++ b/salt/modules/freebsdpkg.py @@ -130,9 +130,8 @@ def version(*names, **kwargs): def refresh_db(): ''' - Use pkg update to get latest repo.txz when using pkgng, else update the - ports tree with portsnap otherwise. If the ports tree does not exist it - will be downloaded and set up. + Use pkg update to get latest repo.txz when using pkgng. Updating + with portsnap is not yet supported. CLI Example::