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
da5ec1da
Commit
da5ec1da
authored
May 21, 2018
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pwrrt package, apache alias fix in postinst
parent
109ae763
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
39 deletions
+13
-39
src/tools/pkg/deb/pwrrt/postinst
src/tools/pkg/deb/pwrrt/postinst
+3
-9
src/tools/pkg/deb_x86_64/pwrrt/postinst
src/tools/pkg/deb_x86_64/pwrrt/postinst
+3
-9
src/tools/pkg/raspbian/pwrrt/postinst
src/tools/pkg/raspbian/pwrrt/postinst
+3
-9
src/tools/pkg/ubu/pwrrt/postinst
src/tools/pkg/ubu/pwrrt/postinst
+2
-6
src/tools/pkg/ubu_x86_64/pwrrt/postinst
src/tools/pkg/ubu_x86_64/pwrrt/postinst
+2
-6
No files found.
src/tools/pkg/deb/pwrrt/postinst
View file @
da5ec1da
...
...
@@ -288,10 +288,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
@@ -305,10 +303,8 @@ EOF
Alias /pwrp_log/ /pwrp/common/log/
<Directory /pwrp/common/log>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
@@ -323,10 +319,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
src/tools/pkg/deb_x86_64/pwrrt/postinst
View file @
da5ec1da
...
...
@@ -288,10 +288,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
@@ -305,10 +303,8 @@ EOF
Alias /pwrp_log/ /pwrp/common/log/
<Directory /pwrp/common/log>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
@@ -323,10 +319,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
src/tools/pkg/raspbian/pwrrt/postinst
View file @
da5ec1da
...
...
@@ -288,10 +288,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
@@ -305,10 +303,8 @@ EOF
Alias /pwrp_log/ /pwrp/common/log/
<Directory /pwrp/common/log>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
@@ -323,10 +319,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
src/tools/pkg/ubu/pwrrt/postinst
View file @
da5ec1da
...
...
@@ -259,10 +259,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
@@ -277,10 +275,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
src/tools/pkg/ubu_x86_64/pwrrt/postinst
View file @
da5ec1da
...
...
@@ -259,10 +259,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
...
...
@@ -277,10 +275,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
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