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
e7bf4727
Commit
e7bf4727
authored
Mar 07, 2007
by
Russ Fish
Browse files
Combine sudoers lines.
parent
ce42c846
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
e7bf4727
...
...
@@ -895,8 +895,9 @@ Phase "cron", "Adding cron jobs", sub {
Phase
"
sudoers
",
"
Editing
$SUDOERS
",
sub
{
DoneIfEdited
(
$SUDOERS
);
AppendToFileFatal
(
$SUDOERS
,"
%wheel ALL=(ALL) NOPASSWD: ALL
");
AppendToFileFatal
(
$SUDOERS
,"
Defaults logfile=/var/log/sudo.log
");
AppendToFileFatal
(
$SUDOERS
,
"
%wheel ALL=(ALL) NOPASSWD: ALL
",
"
Defaults logfile=/var/log/sudo.log
");
};
Phase
"
php.ini
",
"
Creating php.ini file
",
sub
{
...
...
install/ops-install.in
View file @
e7bf4727
...
...
@@ -831,8 +831,9 @@ Phase "cron", "Adding cron jobs", sub {
Phase
"
sudoers
",
"
Editing
$SUDOERS
to allow wheel group
",
sub
{
DoneIfEdited
(
$SUDOERS
);
AppendToFileFatal
(
$SUDOERS
,"
%wheel ALL=(ALL) NOPASSWD: ALL
");
AppendToFileFatal
(
$SUDOERS
,"
Defaults logfile=/var/log/sudo.log
");
AppendToFileFatal
(
$SUDOERS
,
"
%wheel ALL=(ALL) NOPASSWD: ALL
",
"
Defaults logfile=/var/log/sudo.log
");
};
Phase
"
samba
",
"
Setting up Samba
",
sub
{
...
...
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