yWeb: internal rename path_usrbin -> path_varbin

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9976307997
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-01 (Sat, 01 Oct 2016)

Origin message was:
------------------
- yWeb: internal rename path_usrbin -> path_varbin

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-10-01 11:06:11 +02:00
parent 2da45995c7
commit a760d627d8
8 changed files with 16 additions and 16 deletions

View File

@@ -471,8 +471,8 @@ wol()
# -----------------------------------------------------------
do_lcshot()
{
if [ -e "$y_path_usrbin/lcshot" ]; then
$y_path_usrbin/lcshot $*
if [ -e "$y_path_varbin/lcshot" ]; then
$y_path_varbin/lcshot $*
else
$y_path_bin/lcshot $*
fi
@@ -485,15 +485,15 @@ do_fbshot()
{
if [ "$1" = "fb" ]; then
shift 1
if [ -e "$y_path_usrbin/fbshot" ]; then
$y_path_usrbin/fbshot $*
if [ -e "$y_path_varbin/fbshot" ]; then
$y_path_varbin/fbshot $*
else
fbshot $*
fi
else
shift 1
if [ -e "$y_path_usrbin/dboxshot" ]; then
$y_path_usrbin/dboxshot $*
if [ -e "$y_path_varbin/dboxshot" ]; then
$y_path_varbin/dboxshot $*
else
dboxshot $*
fi