mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
edit both man pages about /local directory; other minor nits
This commit is contained in:
parent
91ca26e6c3
commit
1987c6fd26
2 changed files with 15 additions and 2 deletions
|
@ -28,7 +28,17 @@ slackbuilds.org::slackbuilds.
|
||||||
.B SLACKVER
|
.B SLACKVER
|
||||||
.br
|
.br
|
||||||
This option allows the user to set the default Slackware version in
|
This option allows the user to set the default Slackware version in
|
||||||
order to rsync with the matching SBo repository.
|
order to rsync with the matching SBo repository. The current options
|
||||||
|
are 11.0, 12.0, 12.1, 12.2, and local. The 'local' option allows
|
||||||
|
someone to maintain a local repository in the style of the SBo
|
||||||
|
repository and use sbopkg with it. This local repository needs be
|
||||||
|
maintained at the same directory level as the SBo repos. For example,
|
||||||
|
if $LOCALREPO (see below) is set to /home/sbo, then the Slackware 12.2
|
||||||
|
SBo repo would be at /home/sbo/12.2 and the local repo would be at
|
||||||
|
/home/sbo/local. The directory structure inside /local also needs to
|
||||||
|
be similar to the style of SBo, including catories, although they do
|
||||||
|
not have to be the same categories as at SBo, like this example:
|
||||||
|
/home/sbo/local/mystuff/myapp.
|
||||||
|
|
||||||
The default value of SLACKVER is: 12.2.
|
The default value of SLACKVER is: 12.2.
|
||||||
|
|
||||||
|
|
|
@ -141,7 +141,10 @@ will search for foo and then bar.
|
||||||
.TP 5
|
.TP 5
|
||||||
.B -v VERSION
|
.B -v VERSION
|
||||||
Set the Slackware version to use for the matching local SBo mirror.
|
Set the Slackware version to use for the matching local SBo mirror.
|
||||||
Current options are 11.0, 12.0, 12.1, and 12.2.
|
Current options are 11.0, 12.0, 12.1, 12.2, and local. See the
|
||||||
|
.BR sbopkg.conf (5)
|
||||||
|
man page for more information about the 'local'
|
||||||
|
repository.
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B /etc/sbopkg/sbopkg.conf
|
.B /etc/sbopkg/sbopkg.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue