Changeset 8e6d39f1
- Timestamp:
- 04/12/2003 03:48:46 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a4abbd7c
- Parents:
- 0d1379a
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/djb/daemontools/daemontools-exp.xml
r0d1379a r8e6d39f1 20 20 21 21 <para><userinput>package/compile</userinput> : This command actually 22 compiles the source and p uts the binaries in a command directory.</para>22 compiles the source and prepares the binaries.</para> 23 23 24 24 <para>Since we are installing the binaries in 25 25 <filename>/usr/sbin</filename> rather than creating 26 a non-standard /commanddirectory, several paths have to be changed:</para>26 a non-standard <filename>/command</filename> directory, several paths have to be changed:</para> 27 27 <para><screen><userinput>sed 's|command|usr/sbin|' boot.inittab > boot.inittab~</userinput> 28 28 <userinput>mv boot.inittab~ boot.inittab</userinput></screen></para> -
general/genlib/gwrap/gwrap.ent
r0d1379a r8e6d39f1 7 7 <!ENTITY gwrap-buildsize "22 MB"> 8 8 <!ENTITY gwrap-version "1.2.1"> 9 <!ENTITY gwrap-download-http "http:// ibiblio.org/pub/Linux/X11/gnome/sources/g-wrap/1.2/g-wrap-&gwrap-version;.tar.bz2">9 <!ENTITY gwrap-download-http "http://www.gnucash.org/pub/g-wrap/source/g-wrap-&gwrap-version;.tar.gz"> 10 10 <!ENTITY gwrap-download-ftp ""> 11 11 <!ENTITY gwrap-size "268 KB"> -
general/genutils/bc/bc-inst.xml
r0d1379a r8e6d39f1 6 6 <para>Install bc by running the following commands:</para> 7 7 8 <para><screen><userinput>patch -Np1 -i ../bc-1.06-flex-invocation.patch 9 && 8 <para><screen><userinput>patch -Np1 -i ../bc-1.06-flex-invocation.patch && 10 9 patch -Np1 -i ../bc-1.06-info.patch && 11 10 patch -Np1 -i ../bc-1.06-readline.patch && -
index.xml
r0d1379a r8e6d39f1 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003041 0">6 <!ENTITY releasedate "April 1 0th, 2003">5 <!ENTITY version "20030411"> 6 <!ENTITY releasedate "April 11th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
server/mail/qmail/qmail-config.xml
r0d1379a r8e6d39f1 92 92 found in the <filename>/var/qmail/doc/INSTALL.mbox</filename> 93 93 file. Most MUAs can be configured to use qmail Mailbox format buy 94 putting the following in ~/.profile:</para>94 putting the following in <filename>~/.profile</filename>:</para> 95 95 <para><screen><userinput>MAIL=$HOME/Mailbox; export MAIL 96 96 </userinput></screen></para></sect3>
Note:
See TracChangeset
for help on using the changeset viewer.