diff options
Diffstat (limited to 'meta/recipes-devtools/insserv')
-rw-r--r-- | meta/recipes-devtools/insserv/insserv_1.14.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/insserv/insserv_1.14.0.bb b/meta/recipes-devtools/insserv/insserv_1.14.0.bb index 75f79d9ca..ec43b3bf1 100644 --- a/meta/recipes-devtools/insserv/insserv_1.14.0.bb +++ b/meta/recipes-devtools/insserv/insserv_1.14.0.bb @@ -1,5 +1,6 @@ -SUMMARY = "Enable an installed system init script" -DESCRIPTION = "Enable an installed system init script by reading the comment header of the script" +SUMMARY = "Boot sequence organizer using LSB init.d dependencies" +DESCRIPTION = "This utility reorders the init.d boot scripts based on dependencies given in scripts' LSB comment \ +headers, or in override files included in this package or added in /etc/insserv." # There is no known home page for insserv SECTION = "base" PRIORITY = "optional" |