diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-05-14 15:38:07 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-05-19 00:45:03 +0100 |
commit | d993fc19e31c7f739628d6f382cd2eaf74933dee (patch) | |
tree | 723e79015bf08e269208a4841e3b71114dc0d03a /network/qbittorrent | |
parent | 80927089771bf30ddbfcfd5ca09fbdce5e54ac27 (diff) |
network/qbittorrent: Update to rc init file.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 2 | ||||
-rw-r--r-- | network/qbittorrent/rc.qbittorrent-nox.new | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 3ba92edf39ff..295be639e9c9 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 f2c3c6218be6..9b78744ba4d1 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 |