[Pkg-sysvinit-commits] r494 - sysvinit/trunk/debian

Thomas Hood jdthood-guest at costa.debian.org
Sun Jan 1 22:12:57 UTC 2006


Author: jdthood-guest
Date: 2006-01-01 22:12:57 +0000 (Sun, 01 Jan 2006)
New Revision: 494

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
Tweak descriptions

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-01-01 22:04:59 UTC (rev 493)
+++ sysvinit/trunk/debian/changelog	2006-01-01 22:12:57 UTC (rev 494)
@@ -19,6 +19,7 @@
   * Remove obsolete dependencies on last, bsdutils, dpkg, util-linux,
     coreutils, kbd, mdutils, libc0.1
   * sysvinit: Depend on libc6 rather than Pre-Depending on it
+  * Tweak descriptions
   * Previous release also closes: #227540
 
   [ Petter Reinholdtsen ]

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2006-01-01 22:04:59 UTC (rev 493)
+++ sysvinit/trunk/debian/control	2006-01-01 22:12:57 UTC (rev 494)
@@ -12,12 +12,13 @@
 Pre-Depends: initscripts, sysv-rc (>= 2.86.ds1-1.2) | file-rc (>> 0.7.0)
 Depends: ${shlibs:Depends}
 Description: System-V like init utilities
- The init program is the first process that runs when the
- system is booted. It continues to run as process number 1
- until the system halts.  Init's job is to run programs
- essential to the operation of the system.  All processes
- are descended from init. For more information see the
- manual page init(8).
+ This package contains programs required for booting
+ a Debian system and doing basic process management.
+ .
+ The most important program in the package is /sbin/init.
+ It is the first process started on boot and continues
+ to run as process number 1 until the system halts. All
+ other processes are descended from it.
 
 Package: sysv-rc
 Architecture: all
@@ -26,8 +27,8 @@
 Suggests: sysv-rc-conf, bum
 Description: System-V-like runlevel change mechanism
  This package provides support for the System-V like system
- of booting, shutting down and changing runlevels configured
- through symbolic links in the /etc/rc?.d directories.
+ for booting, shutting down and changing runlevels,
+ configured through symbolic links in /etc/rc?.d/.
 
 Package: initscripts
 Architecture: any
@@ -35,5 +36,7 @@
 Replaces: sysvinit (<< 2.85-12), libc6, libc6.1, libc0.3
 Conflicts: sysv-rc (<< 2.86.ds1-1.2) 
 Description: Scripts for initializing and shutting down the system
- These scripts are meant for standard Debian GNU/Linux systems.
+ The scripts in this package initialize a standard Debian
+ GNU/Linux system at boot time and finalize it at halt or
+ reboot time.
 




More information about the Pkg-sysvinit-commits mailing list