# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2005-06-22 0:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING" # type: TH #: dpkg-divert.8:1 #, no-wrap msgid "DPKG-DIVERT" msgstr "" # type: TH #: dpkg-divert.8:1 #, no-wrap msgid "December 1999" msgstr "" # type: TH #: dpkg-divert.8:1 #, no-wrap msgid "Debian Project" msgstr "" # type: TH #: dpkg-divert.8:1 #, no-wrap msgid "dpkg utilities" msgstr "" # type: SH #: dpkg-divert.8:2 #, no-wrap msgid "NAME" msgstr "" # type: Plain text #: dpkg-divert.8:4 msgid "dpkg-divert - override a package's version of a file" msgstr "" # type: SH #: dpkg-divert.8:4 #, no-wrap msgid "SYNOPSIS" msgstr "" # type: Plain text #: dpkg-divert.8:8 msgid "B [options] [--add] IfileE>" msgstr "" # type: Plain text #: dpkg-divert.8:12 msgid "B [options] --remove IfileE>" msgstr "" # type: Plain text #: dpkg-divert.8:17 msgid "B [options] --list Iglob-patternE>" msgstr "" # type: Plain text #: dpkg-divert.8:21 msgid "B [options] --truename IfileE>" msgstr "" # type: SH #: dpkg-divert.8:22 #, no-wrap msgid "DESCRIPTION" msgstr "" # type: Plain text #: dpkg-divert.8:30 msgid "" "File `diversions' are a way of forcing dpkg not to install a file into its " "location, but to a `diverted' location. Diversions can be used through the " "Debian package scripts to move a file away when it causes a conflict. System " "administrators can also use it to override some package's configuration " "file, or whenever some files (which aren't marked as 'conffiles') need to be " "preserved by dpkg, when installing a newer version of a package which " "contains those files." msgstr "" # type: Plain text #: dpkg-divert.8:37 msgid "" "B is the utility used to set up and update the list of " "diversions. It functions in three basic modes - adding, removing, and " "listing diversions. The options are --add, --remove, and --list, " "respectively. Additionally, it can print out the real name for a diverted " "file with --truename. Other options (listed below) may also be specified." msgstr "" # type: SH #: dpkg-divert.8:37 #, no-wrap msgid "OPTIONS" msgstr "" # type: TP #: dpkg-divert.8:38 #, no-wrap msgid "I<--admindir EdirectoryE>" msgstr "" # type: Plain text #: dpkg-divert.8:41 msgid "Set the dpkg data directory to EdirectoryE (default: /var/lib/dpkg)." msgstr "" # type: TP #: dpkg-divert.8:41 #, no-wrap msgid "I<--divert Edivert-toE>" msgstr "" # type: Plain text #: dpkg-divert.8:44 msgid "Edivert-toE is the name used by other packages' versions." msgstr "" # type: TP #: dpkg-divert.8:44 #, no-wrap msgid "I<--help>" msgstr "" # type: Plain text #: dpkg-divert.8:47 msgid "Output the version and the short usage instructions, and exit successfully." msgstr "" # type: TP #: dpkg-divert.8:47 #, no-wrap msgid "I<--local>" msgstr "" # type: Plain text #: dpkg-divert.8:50 msgid "Specifies that all packages' versions are diverted." msgstr "" # type: TP #: dpkg-divert.8:50 #, no-wrap msgid "I<--package EpackageE>" msgstr "" # type: Plain text #: dpkg-divert.8:53 msgid "" "EpackageE is the name of a package whose copy of EfileE will " "not be diverted." msgstr "" # type: TP #: dpkg-divert.8:53 #, no-wrap msgid "I<--quiet>" msgstr "" # type: Plain text #: dpkg-divert.8:56 msgid "Quiet mode, i.e. no verbose output." msgstr "" # type: TP #: dpkg-divert.8:56 #, no-wrap msgid "I<--rename>" msgstr "" # type: Plain text #: dpkg-divert.8:60 msgid "" "Actually move the file aside (or back). dpkg-divert will abort operation in " "case the destination file already exists." msgstr "" # type: TP #: dpkg-divert.8:60 #, no-wrap msgid "I<--test>" msgstr "" # type: Plain text #: dpkg-divert.8:63 msgid "Test mode, i.e. don't actually perform any changes, just demonstrate." msgstr "" # type: TP #: dpkg-divert.8:63 #, no-wrap msgid "I<--version>" msgstr "" # type: Plain text #: dpkg-divert.8:66 msgid "Output program name and version and exit successfully." msgstr "" # type: SH #: dpkg-divert.8:66 #, no-wrap msgid "NOTES" msgstr "" # type: Plain text #: dpkg-divert.8:69 msgid "" "When adding, default is --local and --divert EoriginalE.distrib. " "When removing, --package or --local and --divert must match if specified." msgstr "" # type: Plain text #: dpkg-divert.8:71 msgid "Directories can't be diverted with dpkg-divert." msgstr "" # type: Plain text #: dpkg-divert.8:77 msgid "" "Care should be taken when diverting shared libraries, ldconfig (8) creates a " "symbolic link based on the DT_SONAME field embedded in the library. Because " "ldconfig doesn't honour diverts (only dpkg does), if a diverted library has " "the same SONAME as the undiverted one the symlink may end up pointing at the " "diverted library." msgstr "" # type: SH #: dpkg-divert.8:77 #, no-wrap msgid "EXAMPLES" msgstr "" # type: Plain text #: dpkg-divert.8:80 msgid "" "To divert all copies of a I to I, " "performing the rename if required:" msgstr "" # type: Plain text #: dpkg-divert.8:82 msgid "dpkg-divert --divert /usr/bin/example --rename /usr/bin/example.foo" msgstr "" # type: Plain text #: dpkg-divert.8:84 dpkg-divert.8:94 msgid "To remove that diversion:" msgstr "" # type: Plain text #: dpkg-divert.8:86 msgid "dpkg-divert --rename --remove /usr/bin/example.foo" msgstr "" # type: Plain text #: dpkg-divert.8:90 msgid "" "To divert any package trying to install I to " "I, except your own I package:" msgstr "" # type: Plain text #: dpkg-divert.8:92 msgid "" "dpkg-divert --package wibble --divert /usr/bin/example.foo --rename " "/usr/bin/example" msgstr "" # type: Plain text #: dpkg-divert.8:96 msgid "dpkg-divert --package wibble --rename --remove /usr/bin/example" msgstr "" # type: SH #: dpkg-divert.8:96 #, no-wrap msgid "FILES" msgstr "" # type: TP #: dpkg-divert.8:97 #, no-wrap msgid "I" msgstr "" # type: Plain text #: dpkg-divert.8:102 msgid "" "File which contains the current list of diversions of the system. It is " "located in the dpkg administration directory, along with other files " "important to dpkg, such as `status' or `available'." msgstr "" # type: Plain text #: dpkg-divert.8:105 msgid "" "Note: dpkg-divert preserves the old copy of this file, with extension " "\"-old\", before replacing it with the new one." msgstr "" # type: SH #: dpkg-divert.8:105 #, no-wrap msgid "SEE ALSO" msgstr "" # type: Plain text #: dpkg-divert.8:107 msgid "B(8)." msgstr "" # type: SH #: dpkg-divert.8:107 #, no-wrap msgid "AUTHOR" msgstr "" # type: Plain text #: dpkg-divert.8:109 msgid "Copyright (C) 1995 Ian Jackson." msgstr "" # type: Plain text #: dpkg-divert.8:111 msgid "" "This is free software; see the GNU General Public Licence version 2 or later " "for copying conditions. There is NO warranty." msgstr ""