# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2023-06-27 20:00+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: debian-bookworm debian-unstable #, no-wrap msgid "UPDATE-RC.D" msgstr "" #. type: TH #: debian-bookworm debian-unstable #, no-wrap msgid "14 November 2005" msgstr "" #. type: TH #: debian-bookworm debian-unstable #, no-wrap msgid "Debian GNU/Linux" msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "update-rc.d - install and remove System-V style init script links" msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "B [I<-f>] I B" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "B I B" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "B I B" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "B I B [ I ]" msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "B updates the System V style init script links BIB<\\&.d/>I whose target is the script BI\\&. These links are run by B when it changes runlevels; they " "are generally used to start and stop system services such as daemons. " "I is one of the runlevels supported by B, namely, " "B<0123456789S>, and I is the two-digit sequence number that determines " "where in the sequence B will run the scripts." msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "This manpage documents only the usage and behaviour of B\\&. " "For a discussion of the System V style init script arrangements please see " "B(8) and the I\\&." msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "INSTALLING INIT SCRIPT LINKS" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "update-rc.d requires dependency and runlevel information to be provided in " "the init.d script LSB comment header of all init.d scripts. See the " "insserv(8) manual page for details about the LSB header format." msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "When run with the B option, B makes links named BIB<\\&.d/[SK]>I that point to the script BI, using runlevel and dependency information from the init.d " "script LSB comment header." msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "When run with the B option, B makes links " "named BIB<\\&.d/K>I that point to the script BI, using dependency information from the init.d script LSB " "comment header. This means that the init.d script will be disabled (see " "below)." msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "If any files named BIB<\\&.d/[SK]??>I already exist " "then B does nothing. The program was written this way so that " "it will never change an existing configuration, which may have been " "customized by the system administrator. The program will only install links " "if none are present, i.e., if it appears that the service has never been " "installed before." msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "Older versions of B also supported B and B " "options. These options are no longer supported, and are now equivalent to " "the B option." msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "A common system administration error is to delete the links with the thought " "that this will \"disable\" the service, i.e., that this will prevent the " "service from being started. However, if all links have been deleted then " "the next time the package is upgraded, the package\\(aqs I script " "will run B again and this will reinstall links at their factory " "default locations. The correct way to disable services is to configure the " "service as stopped in all runlevels in which it is started by default. In " "the System V init system this means renaming the service\\(aqs symbolic " "links from B to B\\&. \\&.P The script \\&.BI /etc/init.d/ name must " "exist before B is run to create the links." msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "REMOVING SCRIPTS" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "When invoked with the I option, update-rc.d removes any links in the " "BIB<\\&.d> directories to the script BI\\&. The script must have been deleted already. If the script is " "still present then B aborts with an error message. \\&.P " "B is usually called from a package\\(aqs post-removal script " "when that script is given the B argument. Any files in the BIB<\\&.d> directories that are not symbolic links to the script " "BI will be left untouched." msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "DISABLING INIT SCRIPT START LINKS" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "When run with the B [ I ] options, B " "modifies existing runlevel links for the script BI by " "renaming start links to stop links with a sequence number equal to the " "difference of 100 minus the original sequence number." msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "When run with the B [ I ] options, B " "modifies existing runlevel links for the script BI by " "renaming stop links to start links with a sequence number equal to the " "positive difference of current sequence number minus 100, thus returning to " "the original sequence number that the script had been installed with before " "disabling it. \\&.P Both of these options only operate on start runlevel " "links of S, 2, 3, 4 or 5. If no start runlevel is specified after the " "disable or enable keywords, the script will attempt to modify links in all " "start runlevels." msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "OPTIONS" msgstr "" #. type: TP #: debian-bookworm debian-unstable #, no-wrap msgid "B<-f>" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "Force removal of symlinks even if BI still exists." msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "EXAMPLES" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "Insert links using the defaults:" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "B" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "The equivalent dependency header would have start and stop dependencies on " "$remote_fs and $syslog, and start in runlevels 2-5 and stop in runlevels 0, " "1 and 6." msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "Remove all links for a script (assuming foobar has been deleted already):" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "B" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "Example of disabling a service:" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "B" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "Example of a command for installing a system initialization-and-shutdown " "script:" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "Example of a command for disabling a system initialization-and-shutdown " "script:" msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "BUGS" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "See I<\\%http://bugs.debian.org/sysv-rc> and I<\\%http://bugs.debian.org/" "init-system-helpers>\\&." msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "FILES" msgstr "" #. type: TP #: debian-bookworm debian-unstable #, no-wrap msgid "B" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "The directory containing the actual init scripts." msgstr "" #. type: TP #: debian-bookworm debian-unstable #, no-wrap msgid "B" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "" "The directories containing the links used by B and managed by B" msgstr "" #. type: TP #: debian-bookworm debian-unstable #, no-wrap msgid "B" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "Model for use by writers of B scripts." msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable #, no-wrap msgid "" "I,\n" "B,\n" "B(8),\n" "B(8)\n" msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "Ian Jackson, Miquel van Smoorenburg" msgstr "" #. type: Plain text #: debian-bookworm debian-unstable msgid "License: GNU General Public License v2 or Later (GPLv2+)" msgstr "" #. type: SH #: debian-bookworm debian-unstable #, no-wrap msgid "COPYRIGHT" msgstr "" #. Generated by docutils manpage writer. #. type: Plain text #: debian-bookworm debian-unstable msgid "2001 Henrique de Moraes Holschuh" msgstr ""