diff options
Diffstat (limited to 'files')
| -rw-r--r-- | files/slackpkg.conf.new | 27 | 
1 files changed, 13 insertions, 14 deletions
diff --git a/files/slackpkg.conf.new b/files/slackpkg.conf.new index 4c15538..d3a115c 100644 --- a/files/slackpkg.conf.new +++ b/files/slackpkg.conf.new @@ -1,9 +1,9 @@  # -# slackpkg.conf - Configuration for SlackPkg +# /etc/slackpkg/slackpkg.conf +# Configuration for SlackPkg  # v2.8  # -#  # SlackPkg - An Automated packaging tool for Slackware Linux  # Copyright (C) 2003-2011 Roberto F. Batista, Evaldo Gardenali  # @@ -24,15 +24,14 @@  # Project Page: http://slackpkg.org/  # Roberto F. Batista (aka PiterPunk) piterpunk@slackware.com  # Evaldo Gardenali (aka UdontKnow) evaldogardenali@fasternet.com.br -#  # For configuration options that have only two states, possible values are  # either "on" or "off" -# Remember, the only official Slackware ports are x86, s390 and arm, and +# Remember, the only official Slackware ports are x86, s390, and arm, and  # slackpkg developers don't have s390 boxes for testing.  If you are  # testing/using other architectures and have suggestions or patches,  -# please let me know (piterpunk@slackware.com) +# please let us know (email rworkman@slackware.com)  #  # Select the architecture of your system. Valid values are:   #	i#86 (where # is 3, 4, 5 or 6) @@ -64,10 +63,10 @@  # as needed  #SLACKKEY="Slackware Linux Project <security@slackware.com>" -# Downloaded files will be in directory below: +# Downloaded files will be in the TEMP directory:  TEMP=/var/cache/packages -# Package lists, file lists, and others will be at WORKDIR: +# Package lists, file lists, and others will be stored in WORKDIR:  WORKDIR=/var/lib/slackpkg  # Special options for wget (default is WGETFLAGS="--passive-ftp") @@ -85,8 +84,8 @@ CHECKMD5=on  CHECKGPG=on  # If CHECKSIZE is "on", the system will check if we have sufficient disk -# space to install selected package. This make upgrade/install safer, but slow -# upgrade/install process. +# space to install selected package. This make upgrade/install safer, but  +# will also slow down the upgrade/install process.  CHECKSIZE=off  # PRIORITY sets the download priority. slackpkg will try to found the @@ -101,11 +100,11 @@ PRIORITY=( patches %PKGMAIN extra pasture testing )  # prompts you for what it should do.  Default=on  POSTINST=on -# Post-installation features, by default, search all of /etc for .new files. -# This is the safe option: with it, you won't have any unmerged .new files -# to cause problems.  Even so, some people prefer that only the .new files  -# installed by the current slackpkg session be checked. -# If this is your case, change ONLY_NEW_DOTNEW to "on". +# Post-installation features, by default, search all of /etc and a few other +# predefined locations for .new files.  This is the safe option: with it,  +# you won't have any unmerged .new files to cause problems.  Even so, some  +# people prefer that only the .new files installed by the current slackpkg  +# session be checked.  If this is your case, change ONLY_NEW_DOTNEW to "on".  # Default=off  ONLY_NEW_DOTNEW=off  | 
