summaryrefslogtreecommitdiffstats
path: root/files/slackpkg
Commit message (Collapse)AuthorAgeFilesLines
* More fixups for alternate ROOT ; thanks to zerouno.Robby Workman2020-02-191-3/+3
|
* Add config option to allow *not* saving .orig configsDarren Austin2018-09-191-0/+8
| | | | | | | | | | | | | | When admins choose to allow slackpkg new-config to overwrite currently installed config files with the .new counterparts from an upgraded package, slackpkg has traditionally created backups of the config files first, with the backups being written out with .orig extensions. This commit does not change the default behavior, but it does allow it to be turned off. TLDR: set "ORIG_BACKUPS" to "off" in /etc/slackpkg/slackpkg.conf if you do not wish to have .orig files left over Signed-off-by: Robby Workman <rworkman@slackware.com>
* files/slackpkg: SOURCE handling - land softer if no trailing /Didier Spaier2018-01-061-2/+15
|
* slackpkg: Abort if system date is near epochRobby Workman2018-01-031-0/+17
| | | | This merges slackpkg-quit-on-epoch.patch from Slackware ARM
* Add $ROOT to $WORKDIR, $TEMP, and $TMPDIR instancesRobby Workman2018-01-021-4/+5
| | | | | | | | This *should* have no effect if $ROOT is blank Files modified: files/core-functions.sh files/slackpkg
* *: Initial commit of slackpkg (as of 2.82.2 release)2.82.2Robby Workman2017-10-221-0/+574