Modify ↓
Ticket #632 (closed enhancement: fixed)
SYSV 'any' version support
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 0.9.6 Release |
Component: | bcfg2-client | Version: | |
Keywords: | patch | Cc: |
Description
Allow SYSV (and therefore Blast, as well) packages to use the 'any' version, like in APT.
Supporting the 'auto' version in SYSV doesn't make sense, so it's not there. It would be doable with Blast, but I found it rather intensive to do so. Running 'pkg-get -c pkg-get -l' to get available versions takes 10 times longer to run than 'pkginfo -x' on a random solaris box I just tried this on; and of course we'd need to run it before we know if we even have any packages that use 'auto'. Wasn't sure if this is worth it, and I don't intend on using it anyway, so I left it out.
Attachments
Change History
Changed 14 years ago by [email protected]…
- Attachment sysv-any.patch added
comment:1 Changed 14 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Committed in [b8969cc472d95061d89f3b2f9df11b39798f4b77] (SVN r5019). Thanks for the patch.
Note: See
TracTickets for help on using
tickets.
Allow using version='any' with SYSV and Blast packages.