File: control

package info (click to toggle)
file-rc 0.8.16
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 328 kB
  • ctags: 41
  • sloc: sh: 2,029; makefile: 46
file content (26 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: file-rc
Section: admin
Priority: extra
Maintainer: file-rc maintainers <file-rc-users@lists.alioth.debian.org>
Uploaders: Alexander Wirt <formorer@debian.org>, Michael Prokop <mika@debian.org>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5)

Package: file-rc
Architecture: all
Depends: ${misc:Depends}, insserv (>= 1.14.0-4)
Conflicts: ash (<< 0.3.5-1)
Replaces: sysv-rc, sysvinit (<< 2.85-3)
Breaks: insserv (<< 1.14.0-4)
Description: Alternative boot mechanism using a single configuration file
 This package provides an alternative mechanism to boot the system, to
 shut it down and to change runlevels.  The /etc/rc?.d/* links will be
 converted into one single configuration file /etc/runlevel.conf
 instead, which is easier to administrate than symlinks, and is also
 more flexible.
 .
 The package will automatically convert your existing symlinks into
 the file method on installation, and convert the file back into
 symlinks on removal. Both mechanisms are compatible through
 /etc/init.d/rc, /etc/init.d/rcS, /usr/sbin/update-rc.d, and
 /usr/sbin/invoke-rc.d scripts.