summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Stu Miller2020-09-12 00:35:18 +0200
committer Dave Woodfall2020-09-12 00:35:18 +0200
commit6304715eeb23c49da7c779db75ffdf114e5c8b60 (patch)
tree4a2c375c9f95072a46ff6756a120d6354e8d2135
parent4348c85f8179ff73a0c68a3d4c6d2cf04b9bf666 (diff)
downloadslackbuilds-6304715eeb23c49da7c779db75ffdf114e5c8b60.tar.gz
system/autoslackpkg: Updated for version 1.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
-rw-r--r--system/autoslackpkg/README40
-rw-r--r--system/autoslackpkg/autoslackpkg.SlackBuild4
-rw-r--r--system/autoslackpkg/autoslackpkg.info8
-rw-r--r--system/autoslackpkg/slack-desc3
4 files changed, 29 insertions, 26 deletions
diff --git a/system/autoslackpkg/README b/system/autoslackpkg/README
index 52718e2507..b99aa806f8 100644
--- a/system/autoslackpkg/README
+++ b/system/autoslackpkg/README
@@ -1,11 +1,11 @@
-autoslackpkg automates the use of slackpkg. The script expects to be run as
-the root user. It also expects specific modifications to blacklist,
+autoslackpkg automates the use of slackpkg. The script expects to be run
+as the root user. It also expects specific modifications to blacklist,
mkinitrd.conf, efi.conf & lilo.conf.
-The script maintains multiple kernels and manages EFI & LILO setups
-(not GRUB yet). The default boot kernel is changed to the most recent kernel.
-In the unlikely event the most recent kernel is not functioning properly the
-system can be rebooted with the previous kernel.
+The script maintains multiple kernels and manages EFI & LILO setups (not
+GRUB yet). The default boot kernel is changed to the most recent kernel.
+In the unlikely event the most recent kernel is not functioning properly
+the system can be rebooted with the previous kernel.
The script has a config file /etc/slackpkg/autoslackpkg.conf that sets
default variables. These variables can be changed based on unique system
@@ -15,21 +15,25 @@ The script requires options and arguments. To see usage help
run (autoslackpkg) without options or arguments. Usage help also is
displayed if there is a script option or argument error.
-When run with the -h option and a valid argument (autoslackpkg -h overview |
-blacklist | elilo | lilo | mkinitrd) the script provides help.
+When run with the -h option and a valid argument (autoslackpkg -h
+overview | blacklist | elilo | lilo | mkinitrd) the script provides
+help.
-When run with the -m option and a valid argument (autoslackpkg -m dialog |
-batch) the script runs in either dialog mode or batch mode. Dialog mode
-is a hands-on, interactive mode. Batch mode runs without user input.
+When run with the -m option and a valid argument (autoslackpkg -m dialog
+| batch) the script runs in either dialog mode or batch mode. Dialog
+mode is a hands-on, interactive mode. Batch mode runs without user
+input.
When run with the -s option (autoslackpkg -s update | install-new |
-upgrade-all | clean-system | install-kernel | remove-kernel | new-config)
-the script only runs a specific section of the overall script.
-
-The script runs in 2 Phases. If not installing a new kernel then autoslackpkg
-runs both Phase 1 & Phase 2 in succession. If a new kernel is installed then
-only Phase 1 is run & reboot is required. After reboot, rerun autoslackpkg
-then Phase 1 is skipped & only Phase 2 is run.
+upgrade-all | clean-system | install-kernel | remove-kernel |
+new-config) the script only runs a specific section of the overall
+script.
+
+The script runs in 2 Phases. If not installing a new kernel then
+autoslackpkg runs both Phase 1 & Phase 2 in succession. If a new kernel
+is installed then only Phase 1 is run & reboot is required. After
+reboot, rerun autoslackpkg then Phase 1 is skipped & only Phase 2 is
+run.
Phase 1 includes:
diff --git a/system/autoslackpkg/autoslackpkg.SlackBuild b/system/autoslackpkg/autoslackpkg.SlackBuild
index cfa78322ee..e1b22b7102 100644
--- a/system/autoslackpkg/autoslackpkg.SlackBuild
+++ b/system/autoslackpkg/autoslackpkg.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=autoslackpkg
-VERSION=${VERSION:-1.0}
+VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +68,7 @@ cp -a \
mkdir -p $PKG/usr/libexec/$PRGNAM
cp -a \
- libexec/* \
+ libexec/$PRGNAM/* \
$PKG/usr/libexec/$PRGNAM/
mkdir -p $PKG/install
diff --git a/system/autoslackpkg/autoslackpkg.info b/system/autoslackpkg/autoslackpkg.info
index 41a50203f7..1539f227e6 100644
--- a/system/autoslackpkg/autoslackpkg.info
+++ b/system/autoslackpkg/autoslackpkg.info
@@ -1,8 +1,8 @@
PRGNAM="autoslackpkg"
-VERSION="1.0"
-HOMEPAGE="https://www.go4it2day.com/news/autoslackpkg-1.0.html"
-DOWNLOAD="https://www.go4it2day.com/downloads/autoslackpkg/1.0/autoslackpkg-1.0.tar.gz"
-MD5SUM="886df689f95c75b091e3bf4abc015a83"
+VERSION="1.1"
+HOMEPAGE="https://www.go4it2day.com/news/autoslackpkg-1.1.html"
+DOWNLOAD="https://www.go4it2day.com/downloads/autoslackpkg/1.1/autoslackpkg-1.1.tar.gz"
+MD5SUM="02c46c7abf1d532fbba82abb7b73b71c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/autoslackpkg/slack-desc b/system/autoslackpkg/slack-desc
index f2c635f3e7..12e6cf2207 100644
--- a/system/autoslackpkg/slack-desc
+++ b/system/autoslackpkg/slack-desc
@@ -10,8 +10,7 @@ autoslackpkg: autoslackpkg (automates the use of slackpkg)
autoslackpkg:
autoslackpkg: To see autoslackpkg usage run: autoslackpkg
autoslackpkg:
-autoslackpkg: Home: https://www.go4it2day.com/news/autoslackpkg-1.0.html
-autoslackpkg:
+autoslackpkg: Home: https://www.go4it2day.com/news/autoslackpkg-1.1.html
autoslackpkg:
autoslackpkg:
autoslackpkg: