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