Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BeastyCoding
ISPConfig 3
Commits
142fb6fb
Commit
142fb6fb
authored
15 years ago
by
agoston
Browse files
Options
Downloads
Patches
Plain Diff
Corrected 2 typos
parent
2ee270d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helper_scripts/gentoo_setup.sh
+2
-2
2 additions, 2 deletions
helper_scripts/gentoo_setup.sh
with
2 additions
and
2 deletions
helper_scripts/gentoo_setup.sh
+
2
−
2
View file @
142fb6fb
...
...
@@ -500,7 +500,7 @@ then
if
[
"
$Return_Val
"
=
"yes"
]
then
echo
-e
""
exec_command
"/etc/init.d/
syslog-ng
stop"
"Stopping
$clogger
"
exec_command
"/etc/init.d/
$clogger
stop"
"Stopping
$clogger
"
exec_command
"rc-update del
$clogger
default"
"Remove
$clogger
from default runlevel"
else
rsyslog_install
=
"no"
...
...
@@ -512,7 +512,7 @@ then
then
exec_command
"emerge app-admin/rsyslog"
"Installing rsyslog"
exec_command
"/etc/init.d/rsyslog start"
"Starting rsyslog"
exec_command
"rc-update add
mysql
default"
"Add rsyslog to default runlevel"
exec_command
"rc-update add
rsyslog
default"
"Add rsyslog to default runlevel"
fi
echo
-e
""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment