[Bug 258451] devel/uclcmd case sensitivity
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Sep 2021 12:22:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258451 Bug ID: 258451 Summary: devel/uclcmd case sensitivity Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: allanjude@FreeBSD.org Reporter: grahamperrin@gmail.com Assignee: allanjude@FreeBSD.org Flags: maintainer-feedback?(allanjude@FreeBSD.org) Please, is it possible for uclcmd to preserve case in a situation such as the one below? ---- root@mowa219-gjp4-ghostbsd-13-vm:~ # uclcmd get --file /usr/local/etc/pkg/repos/FreeBSD.conf FreeBSD.enabled false root@mowa219-gjp4-ghostbsd-13-vm:~ # uclcmd set --file /usr/local/etc/pkg/repos/FreeBSD.conf FreeBSD.enabled true root@mowa219-gjp4-ghostbsd-13-vm:~ # pkg upgrade -n -r FreeBSD No repositories are enabled. root@mowa219-gjp4-ghostbsd-13-vm:~ # pkg upgrade -n -r freebsd Updating freebsd repository catalogue... … – the first line of /usr/local/etc/pkg/repos/FreeBSD.conf was altered from: > FreeBSD { – to: > freebsd { I see a related issue in GitHub. -- You are receiving this mail because: You are the assignee for the bug.