Changeset 4e2ef6e5
- Timestamp:
- 04/05/2003 06:00:27 PM (22 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:
- b6194c5
- Parents:
- 677a0f7
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/djb/daemontools/daemontools-desc.xml
r677a0f7 r4e2ef6e5 2 2 <title>Contents</title> 3 3 4 <para>The daemontools package contains <userinput>svscanboot svscan 5 supervise svc svok svstat fghack pgrphack readproctitle multilog tai64n 6 tai64nlocal setuidgid envuidgid envdir softlimit</userinput> and 4 <para>The daemontools package contains 5 <userinput>svscanboot</userinput>, <userinput>svscan</userinput>, 6 <userinput>supervise</userinput>, <userinput>svc</userinput>, 7 <userinput>svok</userinput>, <userinput>svstat</userinput>, 8 <userinput>fghack</userinput>, <userinput>pgrphack</userinput>, 9 <userinput>readproctitle</userinput>, <userinput>multilog</userinput>, 10 <userinput>tai64n</userinput>, <userinput>tai64nlocal</userinput>, 11 <userinput>setuidgid</userinput>, <userinput>envuidgid</userinput>, 12 <userinput>envdir</userinput>, <userinput>softlimit</userinput> and 7 13 <userinput>setlock</userinput>. More detailed descriptions of these 8 commands may be found at http://cr.yp.to/daemontools.html.</para>14 commands may be found at <ulink url="http://cr.yp.to/daemontools.html"/>.</para> 9 15 10 16 </sect2> -
basicnet/djb/daemontools/daemontools-exp.xml
r677a0f7 r4e2ef6e5 15 15 the following commands are due to this difficulty.</para> 16 16 17 <para><userinput>cd admin/daemontools-0.76 : </userinput>First off, the17 <para><userinput>cd admin/daemontools-0.76</userinput> : First off, the 18 18 package is unpacked in an "admin" directory. You will find the actual 19 19 packages two directory levels below this.</para> 20 20 21 <para><userinput>package/compile : </userinput>This command actually21 <para><userinput>package/compile</userinput> : This command actually 22 22 compiles the source and puts the binaries in a command directory.</para> 23 23 … … 35 35 daemons to run.</para> 36 36 37 <para><userinput>cp * /usr/sbin : </userinput>We must manually copy the37 <para><userinput>cp * /usr/sbin</userinput> : We must manually copy the 38 38 binaries to the /usr/sbin directory.</para> 39 39 40 40 <para><screen><userinput>cat /etc/inittab boot.inittab > /etc/inittab~</userinput> 41 <userinput>mv -f /etc/inittab~ /etc/inittab</userinput></screen></para> 42 43 <para>These commands append a line to /etc/inittab so that init will launch 41 <userinput>mv -f /etc/inittab~ /etc/inittab</userinput></screen> 42 These commands append a line to /etc/inittab so that init will launch 44 43 the svscanboot script.</para> 45 44 46 <para><userinput>mkdir /etc/service : </userinput>This command creates45 <para><userinput>mkdir /etc/service</userinput> : This command creates 47 46 the daemontools control directory, which - even if empty - needs to exist for 48 47 daemontools to run properly.</para> 49 48 50 <para><userinput>telinit Q : </userinput>This command tells the init49 <para><userinput>telinit Q</userinput> : This command tells the init 51 50 process to re-read its configuration file (inittab) and act upon any 52 51 changes that have been made. The svscanboot script is started.</para> -
basicnet/djb/daemontools/daemontools-inst.xml
r677a0f7 r4e2ef6e5 4 4 <para>Install daemontools by running the following commands:</para> 5 5 6 <para><screen><userinput>cd admin/daemontools-0.76 && 6 <para><screen><userinput>patch -Np1 -i ../daemontools-0.76.errno.patch && 7 cd admin/daemontools-0.76 && 7 8 package/compile && 8 9 cd package && -
basicnet/djb/daemontools/daemontools-intro.xml
r677a0f7 r4e2ef6e5 7 7 Package size: &daemontools-size; 8 8 Estimated Disk space required: &daemontools-buildsize;</screen> 9 9 <screen>Additional downloads: 10 <ulink url="ftp://moni.csi.hu/pub/glibc-2.3.1/daemontools-0.76.errno.patch">daemontools errno patch</ulink></screen> 10 11 <para>The daemontools package is a replacement for inetd or xinetd. The main 11 12 reason for using it here is because it is recommended for use with qmail -
basicnet/djb/daemontools/daemontools-man-desc.xml
r677a0f7 r4e2ef6e5 2 2 <title>Contents</title> 3 3 4 <para>The daemontools-man package contains manpages for the daemontools 5 commands <userinput>envdir envuidgid fghack multilog pgrphack 6 readproctitle setlock setuidgid softlimit supervise svc svok svscan 7 svscanboot svstat tai64n</userinput> and 4 <para>The daemontools-man package contains man pages for the daemontools 5 commands <userinput>envdir</userinput>, 6 <userinput>envuidgid</userinput>, <userinput>fghack</userinput>, 7 <userinput>multilog</userinput>, <userinput>pgrphack</userinput>, 8 <userinput>readproctitle</userinput>, <userinput>setlock</userinput>, 9 <userinput>setuidgid</userinput>, <userinput>softlimit</userinput>, 10 <userinput>supervise</userinput>, <userinput>svc</userinput>, 11 <userinput>svok</userinput>, <userinput>svscan</userinput>, 12 <userinput>svscanboot</userinput>, <userinput>svstat</userinput>, 13 <userinput>tai64n</userinput> and 8 14 <userinput>tai64nlocal</userinput>.</para> 9 15 -
basicnet/djb/daemontools/daemontools-man-exp.xml
r677a0f7 r4e2ef6e5 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>gzip -9 *.8 : </userinput>You can compress the manpages4 <para><userinput>gzip -9 *.8</userinput> : You can compress the manpages 5 5 to save space, but it isn't needed for the manpages to work.</para> 6 6 7 <para><userinput>package/compile : </userinput>This command actually7 <para><userinput>package/compile</userinput> : This command actually 8 8 compiles the source and puts the binaries in a command directory.</para> 9 9 -
basicnet/djb/djb.xml
r677a0f7 r4e2ef6e5 2 2 <?dbhtml filename="djb.html" dir="basicnet"?> 3 3 <title>DJB's Utilities</title> 4 5 <para>Intro & Who wants to use them?</para>6 4 7 5 &daemontools; -
basicnet/djb/ucspi-tcp/ucspi-tcp-desc.xml
r677a0f7 r4e2ef6e5 2 2 <title>Contents</title> 3 3 4 <para>The ucspi-tcp package contains <userinput>tcpserver, tcprules, 5 tcprulescheck, argv0, fixcrio, recordio, rblsmtpd, tcpclient, who@, 6 date@, finger@, http@, tcpcat, mconnect, addcr, delcr</userinput></para> 4 <para>The ucspi-tcp package contains <userinput>tcpserver</userinput>, 5 <userinput>tcprules</userinput>, <userinput>tcprulescheck</userinput>, 6 <userinput>argv0</userinput>, <userinput>fixcrio</userinput>, 7 <userinput>recordio</userinput>, <userinput>rblsmtpd</userinput>, 8 <userinput>tcpclient</userinput>, <userinput>who@</userinput>, 9 <userinput>date@</userinput>, <userinput>finger@</userinput>, 10 <userinput>http@</userinput>, <userinput>tcpcat</userinput>, 11 <userinput>mconnect</userinput>, <userinput>addcr</userinput> and 12 <userinput>delcr</userinput></para> 7 13 8 14 <para>You can also find detailed descriptions of each of these programs at 9 http://cr.yp.to/ucspi-tcp/tcpserver.html, but here is a brief summary:</para>15 <ulink url="http://cr.yp.to/ucspi-tcp/tcpserver.html"/>, but here is a brief summary:</para> 10 16 11 17 </sect2> -
basicnet/djb/ucspi-tcp/ucspi-tcp-exp.xml
r677a0f7 r4e2ef6e5 2 2 <title>Command explanations</title> 3 3 4 <para><screen><userinput>sed 's|/usr/local|/usr|' conf-home > conf-home~ </userinput>5 <userinput>mv conf-home~ conf-home</userinput> 6 <userinput>sed 's/bin/sbin/' hier.c > hier.c~</userinput> 7 <userinput>mv hier.c~ hier.c :</userinput></screen>4 <para><screen><userinput>sed 's|/usr/local|/usr|' conf-home > conf-home~ 5 mv conf-home~ conf-home 6 sed 's/bin/sbin/' hier.c > hier.c~ 7 mv hier.c~ hier.c</userinput></screen> 8 8 These commands change the installation directory to /usr/sbin from the default 9 9 of /usr/local/bin. Since these tools are used in conjuction with daemons, … … 12 12 If you wish to make these available, then we would suggest installing as above, 13 13 and then executing the following commands: 14 <screen><userinput>cd /usr/sbin </userinput>15 <userinput>mv tcpclient *@ mconnect delcr addcr tcpcat /usr/bin</userinput></screen>This14 <screen><userinput>cd /usr/sbin 15 mv tcpclient *@ mconnect delcr addcr tcpcat /usr/bin</userinput></screen>This 16 16 will place the client related programs into /usr/bin for general use.</para> 17 17 -
basicnet/djb/ucspi-tcp/ucspi-tcp-inst.xml
r677a0f7 r4e2ef6e5 3 3 4 4 <para>Install ucspi-tcp by running the following commands:</para> 5 <para><screen><userinput>sed 's|/usr/local|/usr|' conf-home > conf-home~ &&</userinput> 5 <para><screen><userinput>patch -Np1 -i ../ucspi-tcp-0.88.errno.patch && 6 sed 's|/usr/local|/usr|' conf-home > conf-home~ &&</userinput> 6 7 <userinput>mv conf-home~ conf-home &&</userinput> 7 8 <userinput>sed 's/bin/sbin/' hier.c > hier.c~ &&</userinput> -
basicnet/djb/ucspi-tcp/ucspi-tcp-intro.xml
r677a0f7 r4e2ef6e5 7 7 Package size: &ucspi-tcp-size; 8 8 Estimated Disk space required: &ucspi-tcp-buildsize;</screen> 9 <screen>Additional downloads: 10 <ulink url="ftp://moni.csi.hu/pub/glibc-2.3.1/ucspi-tcp-0.88.errno.patch">ucspi-tcp errno patch</ulink></screen> 9 11 10 12 <para>The ucspi-tcp package consists of a suite of tools that allow the easy -
server/other/samba/samba-intro.xml
r677a0f7 r4e2ef6e5 6 6 Version used: &samba-version; 7 7 Package size: &samba-size; 8 Estimated Disk space required: &samba-buildsize;</screen> 8 Estimated Disk space required: &samba-buildsize; 9 Estimated build time: &samba-time;</screen> 9 10 10 11 <para>The Samba package provides file and print services to SMB/CIFS -
server/other/samba/samba.ent
r677a0f7 r4e2ef6e5 6 6 <!ENTITY samba-desc SYSTEM "samba-desc.xml"> 7 7 <!ENTITY samba-config SYSTEM "samba-config.xml"> 8 <!ENTITY samba-buildsize "4 5MB">8 <!ENTITY samba-buildsize "40 MB"> 9 9 <!ENTITY samba-version "2.2.8"> 10 10 <!ENTITY samba-download-http "http://us1.samba.org/samba/ftp/samba-&samba-version;.tar.bz2"> 11 11 <!ENTITY samba-download-ftp ""> 12 <!ENTITY samba-size "5.0 MB"> 12 <!ENTITY samba-size "4.4 MB"> 13 <!ENTITY samba-time "5.40 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.