summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Woodfall2018-05-06 16:32:47 +0200
committer Willy Sudiarto Raharjo2018-05-12 01:58:23 +0200
commitebac341055ce7b560c69be8619bcd0fe8d5bdc8b (patch)
treed1c8e66f92c7a63572d5ee164c223f3165eed5d5
parentf5539bb8a451c00e87cfd6d305178e5aab549f07 (diff)
downloadslackbuilds-ebac341055ce7b560c69be8619bcd0fe8d5bdc8b.tar.gz
system/slack-scripts: Updated for version 0.0.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/slack-scripts/README75
-rw-r--r--system/slack-scripts/slack-scripts.SlackBuild2
-rw-r--r--system/slack-scripts/slack-scripts.info6
3 files changed, 79 insertions, 4 deletions
diff --git a/system/slack-scripts/README b/system/slack-scripts/README
index 295c139ebb..c26044807e 100644
--- a/system/slack-scripts/README
+++ b/system/slack-scripts/README
@@ -2,3 +2,78 @@ slack-scripts (Some Slackware Utilities)
ph - A Slackware Package History
slkcfg - A Sysvinit Script Utility
+
+===============================================================================
+
+ph N
+
+Lists last installed N packages by date order, newest first unless N is
+negative, then it lists oldest first. With no number it outputs all, suitable
+for grepping etc.
+
+It supports a few options about listing style such as date, tag, version, and
+can be used in conjunction with other applications such as removepkg.
+
+Example:
+
+ph -s 5 (list last 5 slackbuilds.org packages installed)
+ph -t alien 10 (list last 10 packages with tag 'alien')
+ph -d 5 (list last 5 without printing the dates)
+pn -v 5 (list last 5 without printing versions)
+
+Or combine them:
+
+ph -v -d -s 5 (list only the names of the last 5 slackbuilds.org packages)
+
+It also supports the $ROOT environmental option so that it will work with mounted
+file systems and partitions.
+
+See ph -h for more details and ph --help for more examples.
+
+===============================================================================
+
+slkcfg runs commands on the rc scripts in /etc/rc.d/ but without needing to
+specify the full path. Any output is printed.
+
+It can run the usual start/stop/restart/status commands and set/unset the
+executable bit.
+
+eg:
+
+slkcfg cups on|off (chmod +/-x)
+slkcfg cups start|stop|status
+
+and so on.
+
+It greps the rc file to find options. If it doesn't find any options but you
+know that some exist you can force the command by adding 'force' at the end.
+
+Running with just the name of the rc file will 'ls -l' it and print any found
+options.
+
+/etc/rc.d/rc.inet1 is treated specially and will try to find the names of
+interfaces using ifconfig -a.
+
+At the moment it supports the following: eth, wlan, br, virbr, vmnet, vboxnet,
+pan and ppp.
+
+If you would like me to add extra interface support just drop me a line with
+the details or send a patch.
+
+Example output from inet1:
+
+slkcfg inet1 (viins)
+-rwxr-xr-x 1 root root 10878 Nov 19 2015 /etc/rc.d/rc.inet1*
+
+Options:
+start stop restart
+lo_start lo_stop
+eth0_start eth0_stop eth0_restart
+virbr0_start virbr0_stop virbr0_restart
+wlan0_start wlan0_stop wlan0_restart
+
+slkcfg uses 'sh' to run commands (apart from chmod) so it should work even if
+the rc file isn't executable. In that case it will print a message to tell you
+at the end of the output.
+
+See slkcfg -h for more details.
diff --git a/system/slack-scripts/slack-scripts.SlackBuild b/system/slack-scripts/slack-scripts.SlackBuild
index 1ac16052c0..e8664a07eb 100644
--- a/system/slack-scripts/slack-scripts.SlackBuild
+++ b/system/slack-scripts/slack-scripts.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slack-scripts
-VERSION=${VERSION:-0.0.1}
+VERSION=${VERSION:-0.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
diff --git a/system/slack-scripts/slack-scripts.info b/system/slack-scripts/slack-scripts.info
index b52a522f76..508fd38f80 100644
--- a/system/slack-scripts/slack-scripts.info
+++ b/system/slack-scripts/slack-scripts.info
@@ -1,8 +1,8 @@
PRGNAM="slack-scripts"
-VERSION="0.0.1"
+VERSION="0.0.2"
HOMEPAGE="http://dawoodfall.net/scripts/slackware/"
-DOWNLOAD="http://unrealize.co.uk/source/slack-scripts-0.0.1.tar.gz"
-MD5SUM="b5338c7df3aa29dc71c92b71fb73973a"
+DOWNLOAD="http://unrealize.co.uk/source/slack-scripts-0.0.2.tar.gz"
+MD5SUM="9d911142cb907cf623913194aa6e0ead"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""