summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Stu Miller2022-06-17 13:51:28 +0200
committer Willy Sudiarto Raharjo2022-06-18 04:09:58 +0200
commitd95feac98f3cfbae7c5421b7abd62eed4db111b2 (patch)
tree40919dd86fba752fc2027cdf3b331a9dcdbf018b /system
parent20b12272b3a3b373ee2c49f8006c225b64b2c573 (diff)
downloadslackbuilds-d95feac98f3cfbae7c5421b7abd62eed4db111b2.tar.gz
system/slackupdr: Updated for version 3.4.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/slackupdr/README15
-rw-r--r--system/slackupdr/slack-desc12
-rw-r--r--system/slackupdr/slackupdr.SlackBuild6
-rw-r--r--system/slackupdr/slackupdr.info8
4 files changed, 24 insertions, 17 deletions
diff --git a/system/slackupdr/README b/system/slackupdr/README
index 74884034d0..da798a18bb 100644
--- a/system/slackupdr/README
+++ b/system/slackupdr/README
@@ -1,4 +1,11 @@
-slackupdr automates the use of slackpkg, manages installation
-of multiple kernels & updates LILO & ELILO bootloaders.
-The script expects to be run as the root user.
-slackupdr is menu & config file driven.
+NAME
+ slackupdr - autoslackpkg plus kernel & config tools
+
+SYNOPSIS
+ slackupdr [-h] [-m manpage] [-v]
+
+DESCRIPTION
+ slackupdr is a CLI menu driven tool. It automates slackpkg, manages
+ installation of multiple kernels, updates LILO & ELILO bootloaders &
+ manages /etc .new & .orig files. slackupdr uses slackpkg, pkgtools,
+ mkinitrd & diff/edit tools.
diff --git a/system/slackupdr/slack-desc b/system/slackupdr/slack-desc
index 551d1f5cf7..700a554ca1 100644
--- a/system/slackupdr/slack-desc
+++ b/system/slackupdr/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-slackupdr: slackupdr (slackpkg automation)
+slackupdr: slackupdr (slackupdr - autoslackpkg plus kernel & config tools)
+slackupdr:
+slackupdr: Home: https://www.go4it2day.com/news/slackupdr-3.4.html
+slackupdr:
+slackupdr:
+slackupdr:
slackupdr:
-slackupdr: slackupdr primary functions:
-slackupdr: 1) automate the use of slackpkg
-slackupdr: 2) manage multiple kernels
-slackupdr: 3) update LILO or EFI bootloaders
slackupdr:
-slackupdr: Home: https://www.go4it2day.com/news/slackupdr-3.3.html
slackupdr:
slackupdr:
slackupdr:
diff --git a/system/slackupdr/slackupdr.SlackBuild b/system/slackupdr/slackupdr.SlackBuild
index 75a21189a2..3cf74f1929 100644
--- a/system/slackupdr/slackupdr.SlackBuild
+++ b/system/slackupdr/slackupdr.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slackupdr
-VERSION=${VERSION:-3.3}
+VERSION=${VERSION:-3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -44,7 +44,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-set -e
+set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -80,7 +80,7 @@ cp -a \
mkdir -p $PKG/usr/libexec/slackpkg
cp -a \
- slackupdr_lib.gz \
+ ${PRGNAM}_lib \
$PKG/usr/libexec/slackpkg/
mkdir -p $PKG/usr/man/man5
diff --git a/system/slackupdr/slackupdr.info b/system/slackupdr/slackupdr.info
index 3bd1973d37..101b67207f 100644
--- a/system/slackupdr/slackupdr.info
+++ b/system/slackupdr/slackupdr.info
@@ -1,8 +1,8 @@
PRGNAM="slackupdr"
-VERSION="3.3"
-HOMEPAGE="https://www.go4it2day.com/news/slackupdr-3.3.html"
-DOWNLOAD="https://www.go4it2day.com/downloads/slackupdr/3.3/slackupdr-3.3.tar.gz"
-MD5SUM="8d4ca54dce00753faf4264841a9f49ff"
+VERSION="3.4"
+HOMEPAGE="https://www.go4it2day.com/news/slackupdr-3.4.html"
+DOWNLOAD="https://www.go4it2day.com/downloads/slackupdr/3.4/slackupdr-3.4.tar.gz"
+MD5SUM="73527247b9b035d12e129967ea96bf39"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""