Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
cdf7c791
Commit
cdf7c791
authored
Aug 09, 2004
by
Leigh B. Stoller
Browse files
Make sure that files written into the experiment subdir are group
writable by adding a umask(0002) call.
parent
d484691c
Changes
1
Show whitespace changes
Inline
Side-by-side
event/linktest/linktest.pl.in
View file @
cdf7c791
...
...
@@ -164,6 +164,9 @@ delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
$|
=
1
;
#Turn off line buffering on output
# Make sure that files written into the experiment subdir are group writable.
umask
(
0002
);
#
# Parse command arguments. Since Linktest is run via the event system,
# parse out pairs of <symbol>=<value>.
...
...
Write
Preview
Supports
Markdown
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