freebsd / pkg

Package management tool for FreeBSD. Help at #pkg on Libera Chat or pkg@FreeBSD.org
Other
738 stars 277 forks source link

pkg(8) some subcommands not using sysexits consistently #287

Closed infracaninophile closed 12 years ago

infracaninophile commented 12 years ago

Return from exec_foo(argc, argv) should always be a sysexits value. Some of the sub-programs are returning EPKG_XXXX values in certain circumstances.

infracaninophile commented 12 years ago

Fixes in commits 59d299f .. 449cab4

Mostly style-police brutality.