Commit 6f437b4a authored by claes's avatar claes

Local startup script

parent 251b0a8e
...@@ -47,8 +47,8 @@ fi ...@@ -47,8 +47,8 @@ fi
echo "Copyright 2003-${d:0:4} SSAB Oxelsund AB" echo "Copyright 2003-${d:0:4} SSAB Oxelsund AB"
echo "All Rights Reserved." echo "All Rights Reserved."
echo "" echo ""
echo "E-mail postmaster@proview.se" echo "E-mail postmaster@proview.se <weblink> mailto:postmaster@proview.se"
echo "Internet www.proview.se <link> http://www.proview.se/index.html" echo "Internet www.proview.se <weblink> http://www.proview.se"
echo "" echo ""
echo "" echo ""
echo "<b>Package" echo "<b>Package"
......
Package: pwrrt Package: pwrrt
Version: 4.0.0-6 Version: 4.0.0-7
Section: base Section: base
Priority: optional Priority: optional
Architecture: i386 Architecture: i386
...@@ -25,3 +25,15 @@ Description: ...@@ -25,3 +25,15 @@ Description:
- All users has access to start mozilla from xtt. - All users has access to start mozilla from xtt.
- PageDown and PageUp in xtt. - PageDown and PageUp in xtt.
- Ctrl replacments of PF keys in rtt - 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.
...@@ -44,6 +44,10 @@ alias pwr_start="/etc/init.d/pwr start" ...@@ -44,6 +44,10 @@ alias pwr_start="/etc/init.d/pwr start"
alias pwr="/etc/init.d/pwr" alias pwr="/etc/init.d/pwr"
alias boot="/usr/bin/sudo /sbin/reboot" alias boot="/usr/bin/sudo /sbin/reboot"
if [ -e $pwrp_exe/profile ]; then
source $pwrp_exe/profile
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment