Juraj Lutter

Results 8 issues of Juraj Lutter

Implement a pkg-message type `before` that will be displayed before install and/or upgrade of package. For now, also `sleep(10)` is performed (although the time could be parametrized, with `0` being...

Hi, in order to make life for us (package maintainers) a bit easier, I wonder if it's possible to release also properly rolled, immutable, source archives along with binary files....

It is sometimes desirable (for example, when poudriere data is on NFS, as in my case) to have base jail mount on local filesystem to avoid unnecessary NFS traffic. This...

Do not update `/etc/hosts` when running from HDD and when it already contains IP and hostname for current nodename. When running from hdd, `/etc/hosts` is being updated on each run...

It will be quite good to have HN and CN differentiated by also using a different banner in /etc/issue (generic `Danube Cloud Node` is too generic).

Allow specifying `smtp_helo_host` which mgmt01 will use in smtp transactions.

For master/slave PDNS setup, in order to automagically increment the zone's serial, the following domain metadata is needed: ``` SOA-EDIT = INCEPTION-INCREMENT SOA-EDIT-API = SOA-EDIT ```

While trying to build `devel/py-libzfs` on recent FreeBSD 14.1-RELEASE, I've come across the following: ``` libzfs.c:950:11: warning: 'likely' macro redefined [-Wmacro-redefined] 950 | #define likely(x) __builtin_expect(!!(x), 1) | ^ /usr/src/sys/contrib/openzfs/include/sys/zfs_context.h:131:9:...