secupdate: apply FreeBSD binary patches and recompile custom kernel for the lazy.

This commit is contained in:
n 2015-01-28 23:04:04 +01:00
rodič 414730db3c
revize 26e0e93286
1 změnil soubory, kde provedl 12 přidání a 0 odebrání

12
secupdate Executable file
Zobrazit soubor

@ -0,0 +1,12 @@
#!/bin/sh
#
# secupdate: apply FreeBSD binary patches
# and recompile custom kernel for the lazy.
freebsd-update fetch && \
freebsd-update install && \
cd /usr/src && \
make buildkernel KERNCONF=TK && \
make installkernel KERNCONF=TK && \
echo && \
echo "update done. please reboot."