Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 14, 2014
1 parent b41a552 commit 19baae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Jenkins: [![Jenkins Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org
The core part of [YaST](http://yast.github.io) provides component system, agent infrastructure and for backward compatibility implementation of YCP language.

## Agents Infrastructure
Agents are used to modify the underlaying system. Their the most important feature is that it can be switched to different target which is heavily used during installation.
Agents are used to modify the underlaying system. Their most important feature is that it can be switched to different target which is heavily used during installation.
Agents for target system are managed by SCR instance. Each agent is attached to its unique path. The path is special YaST data type(TODO link). An agent itself is defined
by its scrconf file where is specified if some base together with its parameters that should be used or path to a binary if the agent is implemented by script.
Agents that is implemented in script communicate via YCP protocol and have predefined methods. Agents using base just configure such base. The base are
Expand Down

0 comments on commit 19baae0

Please sign in to comment.