summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Woodfall2018-05-14 16:38:07 +0200
committer David Spencer2018-05-19 01:45:03 +0200
commit279419e6dde4475cc95f89c3affa41785109cf89 (patch)
tree4fe64f921e27ec15973935b7f224986190989601
parent76f0725855b25ed7bccc8052840421fd8ee346a6 (diff)
downloadold.slackbuilds-279419e6dde4475cc95f89c3affa41785109cf89.tar.gz
network/qbittorrent: Update to rc init file.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--network/qbittorrent/qbittorrent.SlackBuild2
-rw-r--r--network/qbittorrent/rc.qbittorrent-nox.new2
2 files changed, 2 insertions, 2 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild
index 3ba92edf39..295be639e9 100644
--- a/network/qbittorrent/qbittorrent.SlackBuild
+++ b/network/qbittorrent/qbittorrent.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=qbittorrent
VERSION=${VERSION:-3.3.15}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/network/qbittorrent/rc.qbittorrent-nox.new b/network/qbittorrent/rc.qbittorrent-nox.new
index f2c3c6218b..9b78744ba4 100644
--- a/network/qbittorrent/rc.qbittorrent-nox.new
+++ b/network/qbittorrent/rc.qbittorrent-nox.new
@@ -76,7 +76,7 @@ case "$1" in
do_status
;;
*)
- echo "Usage: $0 {start <PORT>|stop|restart <PORT>|status}" >/dev/stderr
+ echo "Usage: $0 {start <PORT>|stop|restart <PORT>|status}"
exit 1
;;
esac