FreeBSD Bugzilla – Attachment 9252 Details for
Bug 19019
pkg_version -c doesn't honor -l (limit status) flag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 658 bytes, created by
stijn
on 2000-06-05 15:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
stijn
Created:
2000-06-05 15:00:01 UTC
Size:
658 bytes
patch
obsolete
>--- /usr/sbin/pkg_version Mon May 22 16:26:13 2000 >+++ pkg_version Mon Jun 5 13:36:38 2000 >@@ -141,6 +141,7 @@ > } > if ($opt_c) { > $ShowCommandsFlag = $opt_c; >+ $LimitFlag = "<?"; > } > if ($opt_d) { > $DebugFlag = $opt_d; >@@ -239,7 +240,6 @@ > $rc = &CompareVersions($currentVersion, $indexVersion); > > if ($rc == 0) { >- next if $ShowCommandsFlag; > $versionCode = "="; > $Comment = "up-to-date"; > } >@@ -248,7 +248,6 @@ > $Comment = "needs updating (index has $indexVersion)" > } > elsif ($rc > 0) { >- next if $ShowCommandsFlag; > $versionCode = ">"; > $Comment = "succeeds index (index has $indexVersion)"; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19019
: 9252