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
fae48eae
Commit
fae48eae
authored
Jan 30, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapted to jre1.5 and apache2
parent
3fb0917d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
10 deletions
+12
-10
src/tools/pkg/deb/pwr/pwrp_profile
src/tools/pkg/deb/pwr/pwrp_profile
+2
-1
src/tools/pkg/deb/pwrrt/postinst
src/tools/pkg/deb/pwrrt/postinst
+3
-3
src/tools/pkg/deb/pwrrt/pwrp_profile
src/tools/pkg/deb/pwrrt/pwrp_profile
+1
-1
src/tools/pkg/rpm/pwr/pwrp_profile
src/tools/pkg/rpm/pwr/pwrp_profile
+2
-1
src/tools/pkg/rpm/pwrrt/pwrp_profile
src/tools/pkg/rpm/pwrrt/pwrp_profile
+1
-1
src/tools/pkg/rpm/pwrrt/pwrrt.spec
src/tools/pkg/rpm/pwrrt/pwrrt.spec
+3
-3
No files found.
src/tools/pkg/deb/pwr/pwrp_profile
View file @
fae48eae
...
...
@@ -30,7 +30,8 @@ export pwrp_db=$pwrp_root/common/db
export pwrp_web=$web_dir
export pwra_db=/usr/pwrp/adm/db
export jdk_home=/usr/local/jdk1.3/bin
jdk=`eval ls /usr/local | grep ^jre`
export jdk_home=/usr/local/$jdk/bin
PATH=$PATH:$pwr_exe:$pwrp_exe:$jdk_home
#Set display to remote computer
...
...
src/tools/pkg/deb/pwrrt/postinst
View file @
fae48eae
...
...
@@ -231,9 +231,9 @@ fi
#
# Add proview web directories to Apache
#
if
[
-e
/etc/apache
/httpd
.conf
]
;
then
if
!
egrep
-q
"Alias[ ]+/pwrp_web/"
/etc/apache
/httpd
.conf
;
then
cat
>>
/etc/apache
/httpd
.conf
<<-
EOF
if
[
-e
/etc/apache
2/apache2
.conf
]
;
then
if
!
egrep
-q
"Alias[ ]+/pwrp_web/"
/etc/apache
2/apache2
.conf
;
then
cat
>>
/etc/apache
2/apache2
.conf
<<-
EOF
#
# Proview alias pwrp_web, added by Proview installation
...
...
src/tools/pkg/deb/pwrrt/pwrp_profile
View file @
fae48eae
...
...
@@ -30,7 +30,7 @@ export pwrp_db=$pwrp_root/common/db
export pwrp_web=$web_dir
export pwra_db=/usr/pwrp/adm/db
jdk=`eval ls /usr/local | grep
j2
re`
jdk=`eval ls /usr/local | grep
^j
re`
export jdk_home=/usr/local/$jdk/bin
PATH=$PATH:$pwr_exe:$pwrp_exe:$jdk_home
...
...
src/tools/pkg/rpm/pwr/pwrp_profile
View file @
fae48eae
...
...
@@ -30,7 +30,8 @@ export pwrp_db=$pwrp_root/common/db
export pwrp_web=$web_dir
export pwra_db=/usr/pwrp/adm/db
export jdk_home=/usr/local/jdk1.3/bin
jdk=`eval ls /usr/local | grep ^jre`
export jdk_home=/usr/local/$jdk/bin
PATH=$PATH:$pwr_exe:$pwrp_exe:$jdk_home
#Set display to remote computer
...
...
src/tools/pkg/rpm/pwrrt/pwrp_profile
View file @
fae48eae
...
...
@@ -30,7 +30,7 @@ export pwrp_db=$pwrp_root/common/db
export pwrp_web=$web_dir
export pwra_db=/usr/pwrp/adm/db
jdk=`eval ls /usr/local | grep
j2
re`
jdk=`eval ls /usr/local | grep
^j
re`
export jdk_home=/usr/local/$jdk/bin
PATH=$PATH:$pwr_exe:$pwrp_exe:$jdk_home
...
...
src/tools/pkg/rpm/pwrrt/pwrrt.spec
View file @
fae48eae
...
...
@@ -265,9 +265,9 @@ fi
#
# Add proview web directories to Apache
#
if [ -e /etc/apache
/httpd
.conf ]; then
if ! egrep -q "Alias[ ]+/pwrp_web/" /etc/apache
/httpd
.conf; then
cat >> /etc/apache
/httpd
.conf <<-EOF
if [ -e /etc/apache
2/apache2
.conf ]; then
if ! egrep -q "Alias[ ]+/pwrp_web/" /etc/apache
2/apache2
.conf; then
cat >> /etc/apache
2/apache2
.conf <<-EOF
#
# Proview alias pwrp_web, added by Proview installation
...
...
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