Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
a8df8cfd
Commit
a8df8cfd
authored
Dec 15, 2000
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicates table check; make sure we create graphs directory.
parent
6fb4c1bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
checksetup.pl
checksetup.pl
+3
-4
No files found.
checksetup.pl
View file @
a8df8cfd
...
@@ -1784,14 +1784,13 @@ if (!($sth->fetchrow_arrayref()->[0])) {
...
@@ -1784,14 +1784,13 @@ if (!($sth->fetchrow_arrayref()->[0])) {
}
}
# 2000-12-14 New graphing system requires a directory to put the graphs in
# 2000-12-14 New graphing system requires a directory to put the graphs in
# How do we make the new directory owned by the webserver's group? Until
# This code copied from what happens for the 'data' dir above.
# we find out, make it 0777.
unless
(
-
d
'graphs'
)
{
unless
(
-
d
'graphs'
)
{
print
"Creating graphs directory ...\n"
;
print
"Creating graphs directory ...\n"
;
mkdir
'graphs'
,
077
7
;
# was 0770 in the code (above) I pinched this from
mkdir
'graphs'
,
077
0
;
if
(
$::webservergroup
eq
""
)
{
if
(
$::webservergroup
eq
""
)
{
chmod
0777
,
'graphs'
;
chmod
0777
,
'graphs'
;
}
}
}
}
...
...
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