Changes between Version 17 and Version 18 of FreeBSDJail
- Timestamp:
- Oct 27, 2010, 7:52:07 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDJail
v17 v18 54 54 Update port INDEX tree and report on pending upgrades every Saturday: 55 55 pzwet# echo '0 3 * * sat root /usr/sbin/portsnap -I cron update && /usr/sbin/pkg_version -vIL=' >> /etc/crontab 56 57 === Highly experimental HACK to automatically execute all commands in this page === 58 ( awk '/<<EOF/,/^EOF/ {print NR " " $0}' foo.txt; awk '/^pzwet#/ {print NR " " $0}' foo.txt ) | sort -nu | cut -d " " -f 2- | sed 's/^[a-zA-Z0-9]*# //g'