metadata.xml 1.0 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>tomjbe@gentoo.org</email>
  6. </maintainer>
  7. <longdescription>
  8. Pseudo-Terminals (ptys) are a type of interprocess communication with a master
  9. and a slave end. One program (in our case nullmodem) opens the master sides of
  10. connections and therefore provides connectible slave sides of connections.
  11. If nullmodem receives some data on one of these connections it retransmits them
  12. on all other connections. It can be seen as a network with star-type wiring.
  13. Because the names of the slave side ptys are dynamic, nullmodem creates
  14. symbolic links to filenames of your choice.
  15. e.g. the command nullmodem /tmp/loop0 /tmp/loop1 /tmp/loop2
  16. creates a pty-network with 3 slave sides linked to the names /tmp/loop0,
  17. /tmp/loop1 and /tmp/loop2.
  18. If you close a slave side connection nullmodem will detect this and provide
  19. a new stub to connect to and update the symbolic link.
  20. </longdescription>
  21. </pkgmetadata>