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
7a929d23
Commit
7a929d23
authored
Feb 15, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
9808c8ef
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46283 additions
and
24474 deletions
+46283
-24474
bcomp/wbl/bcomp/src/pwr_compmoded2fo.flw
bcomp/wbl/bcomp/src/pwr_compmoded2fo.flw
+5448
-4439
bcomp/wbl/bcomp/src/pwr_compmodedfo.flw
bcomp/wbl/bcomp/src/pwr_compmodedfo.flw
+40815
-20021
src/tools/pkg/deb/pwrrt/control
src/tools/pkg/deb/pwrrt/control
+9
-3
src/tools/pkg/deb/pwrrt/postinst
src/tools/pkg/deb/pwrrt/postinst
+11
-11
No files found.
bcomp/wbl/bcomp/src/pwr_compmoded2fo.flw
View file @
7a929d23
This diff is collapsed.
Click to expand it.
bcomp/wbl/bcomp/src/pwr_compmodedfo.flw
View file @
7a929d23
This diff is collapsed.
Click to expand it.
src/tools/pkg/deb/pwrrt/control
View file @
7a929d23
Package: pwrrt
Version: 4.1.3-
1
Version: 4.1.3-
2
Section: base
Priority: optional
Architecture: i386
Depends: libc6 (>= 2.2.4-4)
Depends: libc6 (>= 2.2.4-4)
, libimlib (>= 1.9.14-14), libmotif (>= 2.1.30-5), libasound2 (>= 0.9.8-2), libdb4.0 (>=4.0.14-1.3), libdb4.0++c102 (>=4.0.14-1.3)
Replaces: pwr34,pwr39,pwr40,pwr41
Maintainer: Proview <postmaster@proview.se>
Description:
...
...
@@ -14,5 +14,11 @@ Description:
Changes in 4.1.3-1:
- Modularization of proview sourcecode.
- New volumes: Remote, Profibus.
Changes in 4.1.3-2:
- Template values in Profibus objects added.
- Template IoConnections for ABB_ACS800PumpAggr added.
- Bugfix in BaseMotorIncrDecrAggr. LimitSwitchIncr/LimitSwitchDecr was switched.
- Bugfix in volume creation. Flags in volume object was not initialized.
- Bugfix in gdh_DisableAttr. Didn't work on remote objects.
- Bugfix in classcashe. Large classes wasn't loaded correctly.
src/tools/pkg/deb/pwrrt/postinst
View file @
7a929d23
...
...
@@ -36,18 +36,18 @@ if ! grep -q "\bpwrp:" /etc/passwd; then
useradd
-s
/bin/bash
-p
aaupl/kQs1p3U
-g
pwrp
-G
b55,skiftel
-d
/home/pwrp pwrp
if
[
!
-e
/home/pwrp
]
;
then
mkdir
/home/pwrp
cp
/usr/pwrrt/cnf/user/.bashrc /home/pwrp
cp
/usr/pwrrt/cnf/user/.bash_profile /home/pwrp
cp
/usr/pwrrt/cnf/user/.mwmrc /home/pwrp
cp
/usr/pwrrt/cnf/user/.rtt_start /home/pwrp
chmod
a+x /home/pwrp/.rtt_start
cp
/usr/pwrrt/cnf/user/.xtt_start /home/pwrp
chmod
a+x /home/pwrp/.xtt_start
cp
/usr/pwrrt/cnf/user/.xsession /home/pwrp
chown
-R
pwrp /home/pwrp
chgrp
-R
pwrp /home/pwrp
fi
cp
/usr/pwrrt/cnf/user/.bashrc /home/pwrp
cp
/usr/pwrrt/cnf/user/.bash_profile /home/pwrp
cp
/usr/pwrrt/cnf/user/.mwmrc /home/pwrp
cp
/usr/pwrrt/cnf/user/.rtt_start /home/pwrp
chmod
a+x /home/pwrp/.rtt_start
cp
/usr/pwrrt/cnf/user/.xtt_start /home/pwrp
chmod
a+x /home/pwrp/.xtt_start
cp
/usr/pwrrt/cnf/user/.xsession /home/pwrp
chown
-R
pwrp /home/pwrp
chgrp
-R
pwrp /home/pwrp
fi
if
!
grep
-q
"
\b
skiftel:"
/etc/passwd
;
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