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
a386348f
Commit
a386348f
authored
Jul 24, 2011
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM package proview start at boot added
parent
e670c6d6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
src/tools/pkg/deb_armel/pwrrt/build.sh
src/tools/pkg/deb_armel/pwrrt/build.sh
+1
-2
src/tools/pkg/deb_armel/pwrrt/pwr
src/tools/pkg/deb_armel/pwrrt/pwr
+9
-3
No files found.
src/tools/pkg/deb_armel/pwrrt/build.sh
View file @
a386348f
...
...
@@ -163,8 +163,7 @@ rm -r $pkgroot/usr/pwrrt/exe/en_us
rm
-r
$pkgroot
/usr/pwrrt/exe/sv_se
rm
-r
$pkgroot
/usr/pwrrt/exe/fr_fr
rm
-r
$pkgroot
/usr/pwrrt/exe/de_de
rm
-r
$pkgroot
/usr/pwrrt/exe/ch_zn
rm
-r
$pkgroot
/usr/pwrrt/doc
rm
-r
$pkgroot
/usr/pwrrt/exe/zh_cn
rm
-r
$pkgroot
/usr/pwrrt/db
rm
-r
$pkgroot
/usr/pwrrt/doc
rm
-r
$pkgroot
/usr/pwrrt/inc
...
...
src/tools/pkg/deb_armel/pwrrt/pwr
View file @
a386348f
#!/bin/bash
#
# Startscript fr PWR
#
### BEGIN INIT INFO
# Provides: pwr
# Required-Start: $network
# Required-Stop: $network
# Default-Start: 2
# Default-Stop: 1
# Short-Description: Start Proview Runtime Environment.
### END INIT INFO
PATH
=
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
wrapper
=
"/tmp/rt_ini_wrapper"
killer
=
"/tmp/pwr_killer"
...
...
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