Folks,<br>I just got around to updating my laptop to sbopkg-0.34.1 & realized that every time I upgrade, I have to edit my sbopkg.conf file because I don't keep my sources in the suggested location. I made the following change to sbopkg.conf, so as not to have to worry about that in future, I hope.<br>
<br># $Id: sbopkg.conf.new 857 2011-02-05 03:19:19Z slakmagik $<br>#<br># Please read the sbopkg.conf(5) man page for information about this<br># configuration file, including an explanation of how to set these<br># variables.<br>
<br><b># Read personallized configuration file if it exists;<br>#� - usually called 'sbo.conf'.<br># Changes may be made in the personalized file, not this one.<br>CONFFILE=${CONFFILE:-"/etc/sbopkg/sbo.conf"}<br>
[ -f ${CONFFILE} ] && . ${CONFFILE}<br></b><br># The following variables are used by sbopkg and by the SlackBuild<br># scripts themselves.� They must be exported for this reason.<br>export TMP=${TMP:-/tmp/SBo}<br>
export OUTPUT=${OUTPUT:-/tmp}<br><br>My sbo.conf is:<br><br>SRCDIR=/mnt/spock/sbopkg/src<br>QUEUEDIR=/mnt/spock/sbopkg/sbopkg-slackware-queues<br><br>Any actual changes to sbopkg.conf would have to be dealt with on upgrade, but then one hsould read that file thoroughly after an upgrade anyway.<br>
Is this worth adding to the conf file?<br>Regards,<br>Bill<br><br>