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

Bu işleme şunda yer alıyor:
n 2015-01-28 23:04:04 +01:00
ebeveyn 414730db3c
işleme 26e0e93286
1 değiştirilmiş dosya ile 12 ekleme ve 0 silme

12
secupdate Çalıştırılabilir dosya
Dosyayı Görüntüle

@ -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."