Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
db3edf22
Commit
db3edf22
authored
Apr 12, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.50.0
parent
714d5b32
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
epm.sh
packed/epm.sh
+0
-0
serv.sh
packed/serv.sh
+7
-5
No files found.
packed/epm.sh
View file @
db3edf22
This diff is collapsed.
Click to expand it.
packed/serv.sh
View file @
db3edf22
...
@@ -492,7 +492,7 @@ disabled_eget()
...
@@ -492,7 +492,7 @@ disabled_eget()
local
EGET
local
EGET
# use internal eget only if exists
# use internal eget only if exists
if
[
-s
$SHAREDIR
/tools_eget
]
;
then
if
[
-s
$SHAREDIR
/tools_eget
]
;
then
$SHAREDIR
/tools_eget
"
$@
"
(
EGET_BACKEND
=
$eget_backend
$SHAREDIR
/tools_eget
"
$@
"
)
return
return
fi
fi
fatal
"Internal error: missed tools_eget"
fatal
"Internal error: missed tools_eget"
...
@@ -1512,6 +1512,7 @@ is_command()
...
@@ -1512,6 +1512,7 @@ is_command()
firstupper
()
firstupper
()
{
{
# FIXME: works with GNU sed only
echo
"
$*
"
|
sed
's/.*/\u&/'
echo
"
$*
"
|
sed
's/.*/\u&/'
}
}
...
@@ -1648,7 +1649,7 @@ case $DISTRIB_ID in
...
@@ -1648,7 +1649,7 @@ case $DISTRIB_ID in
Cygwin
)
Cygwin
)
CMD
=
"aptcyg"
CMD
=
"aptcyg"
;;
;;
alpine
)
AlpineLinux
)
CMD
=
"apk"
CMD
=
"apk"
;;
;;
TinyCoreLinux
)
TinyCoreLinux
)
...
@@ -1766,7 +1767,8 @@ normalize_name()
...
@@ -1766,7 +1767,8 @@ normalize_name()
;;
;;
*
)
*
)
#echo "${1// /}"
#echo "${1// /}"
firstupper
"
$1
"
|
sed
-e
"s/ //g"
-e
's|(.*||'
#firstupper "$1" | sed -e "s/ //g" -e 's|(.*||'
echo
"
$1
"
|
sed
-e
"s/ //g"
-e
's|(.*||'
;;
;;
esac
esac
}
}
...
@@ -2462,7 +2464,7 @@ case "$1" in
...
@@ -2462,7 +2464,7 @@ case "$1" in
;;
;;
--bug-report-url
)
--bug-report-url
)
print_bug_report_url
print_bug_report_url
exit
return
;;
;;
-s
|
-n
|
--vendor-name
)
-s
|
-n
|
--vendor-name
)
override_distrib
"
$2
"
override_distrib
"
$2
"
...
@@ -2562,7 +2564,7 @@ print_version()
...
@@ -2562,7 +2564,7 @@ print_version()
local
on_text
=
"(host system)"
local
on_text
=
"(host system)"
local
virt
=
"
$(
$DISTRVENDOR
-i
)
"
local
virt
=
"
$(
$DISTRVENDOR
-i
)
"
[
"
$virt
"
=
"(unknown)"
]
||
[
"
$virt
"
=
"(host system)"
]
||
on_text
=
"(under
$virt
)"
[
"
$virt
"
=
"(unknown)"
]
||
[
"
$virt
"
=
"(host system)"
]
||
on_text
=
"(under
$virt
)"
echo
"Service manager version 3.
42
.0 https://wiki.etersoft.ru/Epm"
echo
"Service manager version 3.
50
.0 https://wiki.etersoft.ru/Epm"
echo
"Running on
$(
$DISTRVENDOR
-e
)
$on_text
with
$SERVICETYPE
"
echo
"Running on
$(
$DISTRVENDOR
-e
)
$on_text
with
$SERVICETYPE
"
echo
"Copyright (c) Etersoft 2012-2021"
echo
"Copyright (c) Etersoft 2012-2021"
echo
"This program may be freely redistributed under the terms of the GNU AGPLv3."
echo
"This program may be freely redistributed under the terms of the GNU AGPLv3."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment