Commit 7a929d23 authored by claes's avatar claes

*** empty log message ***

parent 9808c8ef
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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.
......@@ -36,6 +36,7 @@ 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
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
......@@ -47,7 +48,6 @@ if ! grep -q "\bpwrp:" /etc/passwd; then
chown -R pwrp /home/pwrp
chgrp -R pwrp /home/pwrp
fi
fi
if ! grep -q "\bskiftel:" /etc/passwd; then
......
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