- upate to 1.70
This commit is contained in:
parent
81f6fc78ac
commit
004b596934
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283734
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pkg_jail
|
||||
PORTVERSION= 1.69
|
||||
PORTVERSION= 1.70
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
@ -56,9 +56,10 @@
|
||||
# pkg_update full-update-jail
|
||||
# do full update cycle
|
||||
# 1) "cvsup" to update the ports tree
|
||||
# 2) "clean-packages" to keep only good packages
|
||||
# 3) remove all old error logs
|
||||
# 4) "make-packages" to rebuild missing packages
|
||||
# 2) "clean-distfiles" to keep only current distfiles
|
||||
# 3) "clean-packages" to keep only good packages
|
||||
# 4) remove all old error logs
|
||||
# 5) "make-packages" to rebuild missing packages
|
||||
#
|
||||
# pkg_update full-update-jail retry
|
||||
# Skip "cvsup" and procced as above.
|
||||
|
@ -114,6 +114,7 @@ pkg_jail_create_devfs()
|
||||
pkg_jail_create_dev_rules
|
||||
mount -t devfs dev ${jail_devdir}
|
||||
devfs -m ${jail_devdir} ruleset ${pkg_jail_rule}
|
||||
devfs -m ${jail_devdir} rule applyset
|
||||
fi
|
||||
if test ! -L "${jail_devdir}/console"
|
||||
then
|
||||
|
@ -2285,6 +2285,7 @@ full-update-jail)
|
||||
/bin/sh "${0}" cvsup
|
||||
;;
|
||||
esac
|
||||
/bin/sh "${0}" clean-distfiles
|
||||
/bin/sh "${0}" clean-packages
|
||||
rm -f "${logdir}/"err,*
|
||||
/bin/sh "${0}" make-packages
|
||||
|
Loading…
Reference in New Issue
Block a user