diff options
Diffstat (limited to 'source/ap/slackpkg/files/slackpkg.conf.new')
-rw-r--r-- | source/ap/slackpkg/files/slackpkg.conf.new | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/source/ap/slackpkg/files/slackpkg.conf.new b/source/ap/slackpkg/files/slackpkg.conf.new index 9eae0ab2..fb6ae1dd 100644 --- a/source/ap/slackpkg/files/slackpkg.conf.new +++ b/source/ap/slackpkg/files/slackpkg.conf.new @@ -1,9 +1,9 @@ # -# slackpkg.conf - Configuration for SlackPkg -# v2.8 +# /etc/slackpkg/slackpkg.conf +# Configuration for SlackPkg +# v15.0 # -# # SlackPkg - An Automated packaging tool for Slackware Linux # Copyright (C) 2003-2011 Roberto F. Batista, Evaldo Gardenali # @@ -24,21 +24,21 @@ # 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 -# 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) +# Remember, the only official Slackware ports are x86, s390, arm, and aarch64, +# and slackpkg developers don't have s390 boxes for testing. If you are +# testing/using other architectures and have suggestions or patches, 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) # x86_64 # s390 # arm* (* can be v4, v5tejl, and other ARM versions) +# aarch64 # powerpc # # The line is commented because slackpkg will try to find your @@ -64,10 +64,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 +85,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,14 +101,18 @@ 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 +# Whether to backup files overwritten by their .new counterparts with a +# .orig extension. +ORIG_BACKUPS=on + # The ONOFF variable sets the initial behavior of the dialog interface. # If you set this to "on" then all packages will be selected by default. # If you prefer the opposite option (all unchecked), then set this to "off". |