grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 9af8ab87db96979da11ebe9f0f77a8bc34b694e4
parent 8f83842c126e805736689f233efe03ca187ec59e
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed,  4 Oct 2023 20:36:06 +0100

updates

Diffstat:
M.githooks/prepare-commit-msg | 6+++---
Munix/openbsd.md | 5+++--
2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.githooks/prepare-commit-msg b/.githooks/prepare-commit-msg @@ -1,3 +1,3 @@ -commit=$1 - -echo "updates" >> $commit +#commit=$1 +# +#echo "updates" >> $commit diff --git a/unix/openbsd.md b/unix/openbsd.md @@ -131,8 +131,9 @@ vi /etc/pf.conf * `pkg_info` show all packages installed by `pkg_add` * use `pkg_info -Q <package_name>` or `pkglocate <package_name>` (requires installing `pkglocatedb`) for searching * mirror in `/etc/installurl` -* update all pkgs with `pkg_add -u` -* system upgrade with `syspatch` +* update system with `syspatch` +* update all pkgs outside of base (i.e. ports) with `pkg_add -u` +* system upgrade with `sysupgrade` ## daemons ```