/usr/ports/updating biff update ports

  1. chrbr

    Missing UPDATING anymore

    This is on-topic from time to time. To avoid that issue I run a script as user as below: #!/bin/sh sudo /usr/sbin/portsnap fetch update /usr/sbin/pkg version -v | /usr/bin/grep need if test $((`/usr/bin/stat -f "%a-%m" /usr/ports/UPDATING`)) -ne 0 then echo...
Back
Top