Skip to content
GitLab
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
8c6d2564
Commit
8c6d2564
authored
Mar 27, 2007
by
Russ Fish
Browse files
Fixed the fix to sendmail.cf editing, tested it this time...
parent
635f1a1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/ops-install.in
View file @
8c6d2564
...
...
@@ -1094,8 +1094,9 @@ if ($MAILMANSUPPORT) {
if
(
ExecQuiet
("
fgrep AliasFile
$SENDMAIL_CF
|
"
.
"
fgrep -q -s mailman
")
==
0
);
# Insert the mailman aliases file first, to avoid a forwarding loop.
ExecQuietFatal
("
sed -i .orig -e
"
.
"
'
s;
\\
(
AliasFile
.*
\\
);
$MAILMANALIAS
,
\\
1
;'
"
.
"
'
/
AliasFile
=/s;=;=
$MAILMANALIAS
,;'
"
.
"
$SENDMAIL_CF
");
};
Phase
"
aliases
",
"
Creating
$MAILMANALIAS
",
sub
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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