Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
a9396a91
Commit
a9396a91
authored
Dec 02, 2008
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor change to comment.
parent
9e73c86b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
protogeni/scripts/initsite.in
protogeni/scripts/initsite.in
+4
-3
No files found.
protogeni/scripts/initsite.in
View file @
a9396a91
...
...
@@ -216,7 +216,8 @@ if (!$asch) {
or
fatal
("
Could not get CA bundle from Utah
");
#
# This cron entry will autoupdate the CA/CRL certs by getting them from Utah.
# This cron entry will autoupdate the CA/CRL certs by getting them from
# Utah.
#
if
(
system
("
egrep -q -s '
$GETCACERTS
' /etc/crontab
"))
{
print
"
Please add this line to /etc/crontab:
\n\n
";
...
...
@@ -227,8 +228,8 @@ if (!$asch) {
}
else
{
#
# But on the clearinghouse, we have to generate the CRL bundle for
downloading
# by remote sites.
# But on the clearinghouse, we have to generate the CRL bundle for
#
downloading
by remote sites.
#
if
(
system
("
egrep -q -s '
$GENCRLBUNDLE
' /etc/crontab
"))
{
print
"
Please add this line to /etc/crontab:
\n\n
";
...
...
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