- upate to 1.70

This commit is contained in:
Dirk Meyer 2011-10-18 04:21:38 +00:00
parent 81f6fc78ac
commit 004b596934
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283734
4 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= pkg_jail PORTNAME= pkg_jail
PORTVERSION= 1.69 PORTVERSION= 1.70
CATEGORIES= ports-mgmt CATEGORIES= ports-mgmt
MASTER_SITES= # empty MASTER_SITES= # empty
DISTFILES= # empty DISTFILES= # empty

View File

@ -56,9 +56,10 @@
# pkg_update full-update-jail # pkg_update full-update-jail
# do full update cycle # do full update cycle
# 1) "cvsup" to update the ports tree # 1) "cvsup" to update the ports tree
# 2) "clean-packages" to keep only good packages # 2) "clean-distfiles" to keep only current distfiles
# 3) remove all old error logs # 3) "clean-packages" to keep only good packages
# 4) "make-packages" to rebuild missing packages # 4) remove all old error logs
# 5) "make-packages" to rebuild missing packages
# #
# pkg_update full-update-jail retry # pkg_update full-update-jail retry
# Skip "cvsup" and procced as above. # Skip "cvsup" and procced as above.

View File

@ -114,6 +114,7 @@ pkg_jail_create_devfs()
pkg_jail_create_dev_rules pkg_jail_create_dev_rules
mount -t devfs dev ${jail_devdir} mount -t devfs dev ${jail_devdir}
devfs -m ${jail_devdir} ruleset ${pkg_jail_rule} devfs -m ${jail_devdir} ruleset ${pkg_jail_rule}
devfs -m ${jail_devdir} rule applyset
fi fi
if test ! -L "${jail_devdir}/console" if test ! -L "${jail_devdir}/console"
then then

View File

@ -2285,6 +2285,7 @@ full-update-jail)
/bin/sh "${0}" cvsup /bin/sh "${0}" cvsup
;; ;;
esac esac
/bin/sh "${0}" clean-distfiles
/bin/sh "${0}" clean-packages /bin/sh "${0}" clean-packages
rm -f "${logdir}/"err,* rm -f "${logdir}/"err,*
/bin/sh "${0}" make-packages /bin/sh "${0}" make-packages