Hi people,
I made a change in prt-get to add a --group parameter.
When --group is present the operation becomes a group operation, and a failure to install or upgrade a package makes prt-get stop.
So:
prt-get grpinst ...
Becomes:
prt-get install --group ...
But one can also use it with the other invocations:
prt-get update --group ...
prt-get depinst --group ...
prt-get sysup --group
This renders grpinst obsolete, so the patch also removes it.
Any opinions?
Best regards,
Alan Mizrahi