diff --git a/src/usr/man/man5/sbopkg.conf.5 b/src/usr/man/man5/sbopkg.conf.5 index 6e53930..f7f1ca4 100644 --- a/src/usr/man/man5/sbopkg.conf.5 +++ b/src/usr/man/man5/sbopkg.conf.5 @@ -28,7 +28,17 @@ slackbuilds.org::slackbuilds. .B SLACKVER .br 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. diff --git a/src/usr/man/man8/sbopkg.8 b/src/usr/man/man8/sbopkg.8 index a8e6103..902dbb6 100644 --- a/src/usr/man/man8/sbopkg.8 +++ b/src/usr/man/man8/sbopkg.8 @@ -141,7 +141,10 @@ will search for foo and then bar. .TP 5 .B -v VERSION 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 .B /etc/sbopkg/sbopkg.conf