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
6f437b4a
Commit
6f437b4a
authored
Oct 12, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Local startup script
parent
251b0a8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
3 deletions
+19
-3
src/tools/pkg/deb/pwrrt/build.sh
src/tools/pkg/deb/pwrrt/build.sh
+2
-2
src/tools/pkg/deb/pwrrt/control
src/tools/pkg/deb/pwrrt/control
+13
-1
src/tools/pkg/deb/pwrrt/pwrp_profile
src/tools/pkg/deb/pwrrt/pwrp_profile
+4
-0
No files found.
src/tools/pkg/deb/pwrrt/build.sh
View file @
6f437b4a
...
...
@@ -47,8 +47,8 @@ fi
echo
"Copyright 2003-
${
d
:0:4
}
SSAB Oxelsund AB"
echo
"All Rights Reserved."
echo
""
echo
"E-mail postmaster@proview.se"
echo
"Internet www.proview.se <
link> http://www.proview.se/index.html
"
echo
"E-mail postmaster@proview.se
<weblink> mailto:postmaster@proview.se
"
echo
"Internet www.proview.se <
weblink> http://www.proview.se
"
echo
""
echo
""
echo
"<b>Package"
...
...
src/tools/pkg/deb/pwrrt/control
View file @
6f437b4a
Package: pwrrt
Version: 4.0.0-
6
Version: 4.0.0-
7
Section: base
Priority: optional
Architecture: i386
...
...
@@ -25,3 +25,15 @@ Description:
- All users has access to start mozilla from xtt.
- PageDown and PageUp in xtt.
- Ctrl replacments of PF keys in rtt
Changes in 4.0.0-7:
- QCOM bugfix.
- Menu entries to display volumes and nodes in xtt.
- Possibility to choose pixmap of menu entries in xtt.
src/tools/pkg/deb/pwrrt/pwrp_profile
View file @
6f437b4a
...
...
@@ -44,6 +44,10 @@ alias pwr_start="/etc/init.d/pwr start"
alias pwr="/etc/init.d/pwr"
alias boot="/usr/bin/sudo /sbin/reboot"
if [ -e $pwrp_exe/profile ]; then
source $pwrp_exe/profile
fi
...
...
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