Bug 118053

Summary: pkg_version.1 refers to INDEX-6 instead of actual version
Product: Documentation Reporter: Michael Plass <mfp49_freebsd>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Plass 2007-11-14 19:20:01 UTC
The man page for pkg_version(1) refers in several places to INDEX-6, but the index actually used in the code is based on __FreeBSD_version and should be INDEX-7 in RELENG_7 and INDEX-8 in HEAD

Fix: 

change the 5 occurrences of INDEX-6 in src/usr.sbin/pkg_install/version/pkg_version.1 to the correct value for the release (INDEX-7 in RELENG_7 and INDEX-8 in HEAD), or if there is a way to insert the correct version automatically, do that.
How-To-Repeat: man pkg_version
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-15 03:53:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-bugs

On submitter request moved to docs
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-11-15 06:41:10 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

canonicalize assignment.
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2007-12-20 13:10:18 UTC
Responsible Changed
From-To: freebsd-doc->gabor

I will take a look.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-12-20 20:02:22 UTC
gabor       2007-12-20 20:02:17 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    usr.sbin/pkg_install/version pkg_version.1 
  Log:
  - Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSD
    version number, as it is named after that
  
  PR:             docs/118053
  Submitted by:   Michael Plass <mfp49_freebsd@plass-family.net>
  
  Revision  Changes    Path
  1.39      +5 -5      src/usr.sbin/pkg_install/version/pkg_version.1
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Gabor Kovesdan freebsd_committer freebsd_triage 2008-01-04 13:45:17 UTC
State Changed
From-To: open->closed

Fixed in all branches, thanks!