Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
939bce0d
Commit
939bce0d
authored
Mar 04, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automatic start of MhServer
parent
f7ce1b26
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
src/exp/com/src/os_linux/rt_webmonmh.sh
src/exp/com/src/os_linux/rt_webmonmh.sh
+5
-0
src/tools/pkg/deb/pwrrt/build.sh
src/tools/pkg/deb/pwrrt/build.sh
+2
-0
src/tools/pkg/deb/pwrrt/postinst
src/tools/pkg/deb/pwrrt/postinst
+5
-0
No files found.
src/exp/com/src/os_linux/rt_webmonmh.sh
0 → 100755
View file @
939bce0d
#/bin/bash
#
export
LD_LIBRARY_PATH
=
$pwr_exe
export
CLASSPATH
=
$pwr_lib
/pwr_rt.jar:
$pwr_lib
/pwr_jop.jar
$jdk_home
/java jpwr.rt.MhServer
src/tools/pkg/deb/pwrrt/build.sh
View file @
939bce0d
...
...
@@ -44,6 +44,8 @@ cp $pkgsrc/pwrp_profile $pkgroot/etc
chmod
a+x
$pkgroot
/etc/pwrp_profile
cp
$pkgsrc
/pwr
$pkgroot
/etc/init.d
chmod
a+x
$pkgroot
/etc/init.d/pwr
cp
$pkgsrc
/gdhserver
$pkgroot
/etc/init.d
chmod
a+x
$pkgroot
/etc/init.d/gdhserver
# Man pages
mkdir
-p
$pkgroot
/usr/share/man/man1
...
...
src/tools/pkg/deb/pwrrt/postinst
View file @
939bce0d
...
...
@@ -111,6 +111,11 @@ if [ -e /etc/rc2.d/S90pwr ]; then
fi
ln
-s
/etc/init.d/pwr /etc/rc2.d/S90pwr
if
[
-e
/etc/rc2.d/S90gdhserver
]
;
then
rm
/etc/rc2.d/S90gdhserver
fi
ln
-s
/etc/init.d/gdhserver /etc/rc2.d/S90gdhserver
# Create project
new_project
=
0
if
[
!
-e
$proot
]
;
then
...
...
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