Re: [Sccs-devel] Installation/documentation discrepancy bug (5.08)
The UNIX Source Code Control System activelty maintained/enhanced
Brought to you by:
schily
From: Joerg S. <Joe...@fo...> - 2015-10-13 10:44:01
|
Bruce Lilly <bru...@gm...> wrote: > The 5.08 distributed README.SCCS lists installation locations: > > $ egrep "usr/ccs|usr/xpg4" README.SCCS > > The binaries install to /usr/ccs/bin & /usr/xpg4/bin > to a different dir than /usr/ccs, you need to edit all *.c files in the > If you like to use sccs, you need to add /usr/ccs/bin to your PATH. Thank you for the hint! This file is nownearly 9 years old and it was never really uptated to reflect the enhancements. > > The man pages also have these locations baked in, for example: > > /usr/ccs/bin/get [-beFgkmnopst] [-l [p]] [-asequence] > /usr/xpg4/bin/get [-beFgkmnopst] [-l [p]] [-asequence] > /usr/ccs/bin/get > /usr/xpg4/bin/get > -rsid Same as for /usr/ccs/bin/get except that SID is mandatory. > -xsid-list Same as for /usr/ccs/bin/get except that sid-list is > /usr/ccs/bin/get > The output format for /usr/ccs/bin/get is as follows: > /usr/xpg4/bin/get > The output format for /usr/xpg4/bin/get is as follows: > /usr/ccs/bin/get > /usr/xpg4/bin/get > > > Obviously, neither the README.SCCS nor the generated man pages reflect the > actual install location, which is /opt/schily/.... Most of the locations in the man files that mention a PATH use this to distinct bewteen different compile options (e.g. traditional UNIX vs. X-OPEN issue 4). Note that X-OPEN issue 4 is POSIX.1-1990 with a state from 1992. That standard rearranged the rules for Utility Syntax Guidelines and needs a slightly modified command line (option) parser. Given that the man pages are originally taken from OpenSolaris, I would like to keep the /usr/ccs and /usr/xpg4 paths intact. Yould you be OK with a NOTE that explains that /usr/ has to be replaced by the "installation base" directory? Jörg -- EMail:jo...@sc... (home) Jörg Schilling D-13353 Berlin joe...@fo... (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.org/private/ http://sourceforge.net/projects/schilytools/files/' |