https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267629
Bug ID: 267629
Summary: When locking/unlocking the package list, incorrect
varning appears on the last line of the output
Product: Base System
Version: 12.4-RELEASE
Hardware: Any
OS: Any
Status: New
Keywords: pkgbase
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
# pkg lock -l
Currently locked packages:
php73-pear-1.10.6
php73-pecl-imagick-3.4.4
php73-pecl-memcache-4.0.5.2
php73-pecl-pdflib-4.1.4_1
# pkg lock node12-12.20.2 npm-node12-6.14.8 php73-7.3.13
node12-12.20.2: lock this package? [y/N]: y
Locking node12-12.20.2
npm-node12-6.14.8: lock this package? [y/N]: y
Locking npm-node12-6.14.8
php73-7.3.13: lock this package? [y/N]: y
Locking php73-7.3.13
php73-7.3.13: already locked
# pkg unlock php73-7.3.13
php73-7.3.13: unlock this package? [y/N]: y
Unlocking php73-7.3.13
php73-7.3.13: already unlocked
# pkg lock -l
Currently locked packages:
node12-12.20.2
npm-node12-6.14.8
php73-pear-1.10.6
php73-pecl-imagick-3.4.4
php73-pecl-memcache-4.0.5.2
php73-pecl-pdflib-4.1.4_1
# pkg lock php73-7.3.13
php73-7.3.13: lock this package? [y/N]: y
Locking php73-7.3.13
php73-7.3.13: already locked
# uname -a
FreeBSD cdn4.XXXX.com 12.4-STABLE FreeBSD 12.4-STABLE a841c0c24 SUPPORT-12-3-0
amd64
--
You are receiving this mail because:
You are the assignee for the bug.