Update configuration file comments

This commit is contained in:
Dimitris Zlatanidis 2015-06-04 04:19:29 +03:00
parent 952dd9c014
commit 0e4ff56e2b

View file

@ -26,6 +26,7 @@ RELEASE=stable
# Choose repositories want to work. Read first REPOSITORIES file.
# Available repositories : slack,sbo,alien,rlw,slacky,studio,slackr,slonly,
# ktown{latest},multi,slacke{18},salix,slackl,rested
#
# slackr (slackers.it) repository must used from Slackware64 current.
# Ktown (Alien's ktown) repository. Default ktown{latest}.
# Slacke (Enlightenment E17 and E18) repository. Default slacke{18}.
@ -46,35 +47,38 @@ PATCHES=/tmp/slpkg/patches/
# sources and Slackware packages.
CHECKMD5=on
# Delete all downloaded files if DEL_ALL is 'on'.
# Delete all downloaded files if DEL_ALL is 'on'. Default is 'on'.
DEL_ALL=on
# Delete build directory after each process if DEL_BUILD is 'on'.
# Default is 'off'.
DEL_BUILD=off
# Keep build log file if SBO_BUILD_LOG is 'on'.
# Keep build log file if SBO_BUILD_LOG is 'on'. Default is 'on'.
SBO_BUILD_LOG=on
# Define default answer to slpkg questions.
# Choose 'y' if you do not want to questions.
# Choose 'y' if you do not want to questions. Default is 'n'.
DEFAULT_ANSWER=n
# Define default answer for the removal of dependencies.
# Choose 'y' if you do not want to question.
# Choose 'y' if you do not want to question. Default is 'n'.
REMOVE_DEPS_ANSWER=n
# If you want build UNSUPPORTED or UNTESTED packages choose 'y'.
# Default is 'n'.
SKIP_UNST=n
# If you want to disable automatic resovle dependencies choose 'off'.
# Default is 'on'.
RSL_DEPS=on
# Delete package dependencies if DEL_DEPS is on.
# You must be careful if you enable this option because it can remove
# packages related to distribution.
# packages related to distribution. Default is 'off'.
DEL_DEPS=off
# Use colors for highlighting. Choose 'on' or 'off'.
# Use colors for highlighting. Choose 'on' or 'off'. Default is 'on'.
USE_COLORS=on
# Wget [OPTION]. Pass wget options. Default is '-c -N'.
@ -82,10 +86,10 @@ WGET_OPTIONS=-c -N
# Update slackpkg ChangeLog.txt file if SLACKPKG_LOG is 'on'.
# Automatically synchronizes the command 'slackpkg update' with
# 'slpkg -c slack --upgrade'.
# 'slpkg -c slack --upgrade'. Default is 'on'.
SLACKPKG_LOG=on
# This option applies only to the distribution upgrade and repository
# slack. If you want to update only packages that are installed
# slack (Slackware). If you want to update only packages that are installed
# choose 'on'. Default is 'off'.
ONLY_INSTALLED=off