Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
2c4a4098
Commit
2c4a4098
authored
Apr 02, 2011
by
anarcat
Browse files
fix typo in sudoers sample file path
parent
de349f27
Changes
1
Show whitespace changes
Inline
Side-by-side
debian/aegir-provision.postinst
View file @
2c4a4098
...
...
@@ -41,12 +41,12 @@ case "$1" in
adduser
--quiet
aegir www-data
if
[
-d
/etc/sudoers.d
]
;
then
ucf
--debconf-ok
/usr/share/doc/aegir-provision/examples/example
s
.sudoers /etc/sudoers.d/aegir
ucf
--debconf-ok
/usr/share/doc/aegir-provision/examples/example.sudoers /etc/sudoers.d/aegir
ucfr aegir-provision /etc/sudoers.d/aegir
chmod
440 /etc/sudoers.d/aegir
else
echo
"running an older version of sudo"
echo
"copy content of /usr/share/doc/aegir-provision/examples/example
s
.sudoers into /etc/sudoers for aegir to run properly"
echo
"copy content of /usr/share/doc/aegir-provision/examples/example.sudoers into /etc/sudoers for aegir to run properly"
fi
# fix permissions on installed directories
...
...
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