Selaa lähdekoodia

Fix documented tarball names in howto.txt

Signed-off-by: Laurent Bercot <[email protected]>
Laurent Bercot 3 vuotta sitten
vanhempi
sitoutus
97bb972b1b
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      doc/howto.txt

+ 5 - 5
doc/howto.txt

@@ -19,12 +19,12 @@ if you have a REALLY big machine.
  - When it's done, there's a lot of stuff in the output directory. 
  - When it's done, there's a lot of stuff in the output directory. 
 The ultimate targets are:
 The ultimate targets are:
 
 
-   * s6-overlay-${ARCH}-${VERSION}.tar.xz: the tarball containing
+   * s6-overlay-${ARCH}.tar.xz: the tarball containing
 all the skaware binaries for ${ARCH}, all nice and static. It
 all the skaware binaries for ${ARCH}, all nice and static. It
 should be used by everyone who does not use a distro that provides
 should be used by everyone who does not use a distro that provides
 the same binaries.
 the same binaries.
 
 
-   * s6-overlay-symlinks-arch-${VERSION}.tar.xz: the tarball
+   * s6-overlay-symlinks-arch.tar.xz: the tarball
 containing /usr/bin symlinks to those binaries. It should normally
 containing /usr/bin symlinks to those binaries. It should normally
 not be used. It MUST NOT be used by distros providing binaries in
 not be used. It MUST NOT be used by distros providing binaries in
 /usr/bin. The only people who want this are the ones who want to
 /usr/bin. The only people who want this are the ones who want to
@@ -33,12 +33,12 @@ The tarball is called "arch" because the symlinks point to the
 programs in the arch-dependent package; but since they're only
 programs in the arch-dependent package; but since they're only
 symlinks, this tarball itself is not arch-dependent.
 symlinks, this tarball itself is not arch-dependent.
 
 
-   * s6-overlay-noarch-${VERSION}.tar.xz: this tarball contains
+   * s6-overlay-noarch.tar.xz: this tarball contains
 s6-overlay itself, i.e. the set of scripts and files that allow a
 s6-overlay itself, i.e. the set of scripts and files that allow a
 container to run under s6. Everyone who wants to run s6-overlay
 container to run under s6. Everyone who wants to run s6-overlay
 must install this.
 must install this.
 
 
-   * s6-overlay-symlinks-noarch-${VERSION}.tar.xz: this tarball
+   * s6-overlay-symlinks-noarch.tar.xz: this tarball
 contains /usr/bin symlinks to the few scripts provided by s6-overlay.
 contains /usr/bin symlinks to the few scripts provided by s6-overlay.
 The overlay itself will run without it, but if users have stuff
 The overlay itself will run without it, but if users have stuff
 like "/usr/bin/printcontenv" hardcoded in their scripts, these
 like "/usr/bin/printcontenv" hardcoded in their scripts, these
@@ -46,7 +46,7 @@ symlinks will help them. Distros that provide skaware binaries
 themselves (and do not use slashpackage) will almost certainly
 themselves (and do not use slashpackage) will almost certainly
 want to install this.
 want to install this.
 
 
-  * syslogd-overlay-noarch-${VERSION}.tar.xz: this tarball
+  * syslogd-overlay-noarch.tar.xz: this tarball
 contains scripts to run a syslogd emulation at container boot
 contains scripts to run a syslogd emulation at container boot
 time. It basically replaces socklog-overlay. (The socklog binary
 time. It basically replaces socklog-overlay. (The socklog binary
 itself isn't needed anymore since s6 provides a similar utility.)
 itself isn't needed anymore since s6 provides a similar utility.)