[Sccs-devel] Installation/documentation discrepancy bug (5.08)
The UNIX Source Code Control System activelty maintained/enhanced
Brought to you by:
schily
From: Bruce L. <bru...@gm...> - 2015-10-13 00:43:08
|
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. 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/.... |