Package: bu
Version: 1.7
Architecture: all
Maintainer: Brian Elliott Finley <brian@thefinleys.com>
Installed-Size: 23
Depends: bzip2, tar
Provides: bu
Priority: optional
Section: admin
Filename: pool/main/b/bu/bu_1.7_all.deb
Size: 6048
SHA256: 75f6a53c16c43636d77ac811637f6dde1880baff08a653d8d942f090e55806b0
SHA1: 22a72150e4d83b21a08909f9d935666af7613f87
MD5sum: 996ae2ca9c957bdbcb4243e9aa1da12a
Description: Have you ever edited a file, then realized, "Oh -- I should make a
 backup of that first."  So you copy /etc/hosts to /etc/hosts.date_stamp,
 etc.  That's what this tool does in an easy to use, consistent and
 simple way.
 .
 The command 'bu /etc/hosts' copies /etc/hosts to
 /etc/.bu_backups/hosts__2014.08.14-22:02:59.bz2.  Conveniently date and
 time stamped in a naturally sortable way.
 .
 The command 'bu /etc' will create a tarball of /etc named in the same
 fashion: /.bu_backups/etc__2014.08.14-22:03:07.tar.bz2.
 .
 Multiple items can be specified at the same time: 'bu this that /the/other'
 .
 http://download.systemimager.org/pub/bu/

Package: libunix-mknod-perl
Source: unix-mknod
Version: 0.04-1
Architecture: amd64
Maintainer: Brian Elliott Finley <brian@thefinleys.com>
Installed-Size: 83
Depends: perl (>= 5.14.2-13ubuntu0.3), perlapi-5.14.2
Conflicts: libunix-mknod-perl
Replaces: libunix-mknod-perl
Provides: libunix-mknod-perl
Priority: optional
Section: perl
Filename: pool/main/u/unix-mknod/libunix-mknod-perl_0.04-1_amd64.deb
Size: 16200
SHA256: 21abd24a539fd4ff1c23f61f12ada3d3eb5c5c7c464efbee60bd988a44613684
SHA1: 3dfcddc77b11132716e005b4d7e4657b768592e3
MD5sum: 70dce245f9ebb0e48dba391f5815fab2
Description: This module allows access to the device routines
 major()/minor()/makedev() that may or may not be macros in .h files.
 It also allows access to the mknod system call.
 .
 NOTES
 .
 There are 2 other perl modules that implement the mknod(2) system call,
 but they have problems working on some platforms.  Sys::Mknod does not
 work on AIX because it uses the syscall(2) generic system call which
 AIX does not have.  Mknod implements S_IFIFO, which on most platforms
 is not implemented in mknod, but rather mkfifo (which is implemented
 in POSIX perl module).
 .
 The perl module File::Stat::Bits also implements major() and minor() (and
 a version of makedev() called dev_join).  They are done as a program to
 get the bit masks at compile time, but if major() and minor() are
 implemented as sub routines, the arugment could be something as simple
 as an index to a lookup table (and thereby having no decernable relation
 to its result).

Package: psg
Version: 1.5
Architecture: all
Maintainer: Brian Elliott Finley <brian@thefinleys.com>
Installed-Size: 29
Depends: bzip2, tar
Provides: psg
Priority: optional
Section: admin
Filename: pool/main/p/psg/psg_1.5_all.deb
Size: 2124
SHA256: 0e05cdbd2883b6f7c48566100edf62c7e015adeb22e492e802055b909b3480c4
SHA1: d7a90e667a147a509b63d311d1c37086e83be410
MD5sum: 217b4420b90a152f675c538b1db9661a
Description: Have you ever typed "ps -ef | grep THINGY | grep -v grep"?
 That's essentially what "psg THINGY" does, except it's a lot easier to
 type, and it can save you lots of time and energy over the course of
 your career as a sysadmin.
 .
 For example, if you do the "ps -ef" command above just a dozen times a
 day, then over the course of a 10 year career, you would save over 1
 million characters typed by using "psg" instead. ;-)
 .
 25 characters difference * 12 * 365 * 10 => 1,095,000 characters saved!
 .
 Examples:
    [$] psg init
    root         1     0  0 12:59 ?        00:00:03 /sbin/init
    bfinley   3437  2381  0 13:00 ?        00:00:00 init --user
 .
    [$] psg init cRoN
    root         1     0  0 12:59 ?        00:00:03 /sbin/init
    bfinley   3437  2381  0 13:00 ?        00:00:00 init --user
    root      1879     1  0 13:00 ?        00:00:00 cron
 .
 http://download.systemimager.org/pub/psg/

Package: simple-state-manager
Version: 0.7.12
Architecture: all
Maintainer: Brian Elliott Finley <brian@thefinleys.com>
Installed-Size: 361
Depends: libunix-mknod-perl | unix-mknod, libwww-perl, wget, colordiff | diff, libmailtools-perl, bu, libapt-pkg-perl
Suggests: libmail-mboxparser-perl, fetchmail
Conflicts: ssm (<< 0.4.54)
Replaces: ssm (<< 0.4.54)
Provides: ssm
Priority: optional
Section: admin
Filename: pool/main/s/simple-state-manager/simple-state-manager_0.7.12_all.deb
Size: 76088
SHA256: 77c0395bd0c7e055ed52a56b8bd7a9016ac6c18d302d179fe75e8cbe35209a93
SHA1: d4fad84bcc39eec0424635666e0201691639f38d
MD5sum: 71b3308d9119cb4e8033971f42b4551a
Description: Manage the state of specific files and packages on a system.
 Simple State Manager (ssm) allows you to define a desired state for
 one or more machines.  This state can include:
 .
 * a complete list of packages to be installed (optional)
 * version information for some or all packages (optional)
 * files that should be in place, and appropriate attributes (optional)
   - regular files (content via md5sum)
   - character, block, and fifo files
   - permissions and ownership
   - soft links and hard links
   - unwanted files and directories (that should be removed)
 .
 If an defined element of a system is not in the desired state, the
 ssm client can fix it, always prompting you before taking action.
 Prompting can be suppressed with a --yes option.
 .
 State information for a machine is kept in a state definition file,
 which can be stored in a location that the ssm client can access via
 http:, https:, ftp:, or on the local filesystem.  State definition
 files are simple to create, and are easy to read and understand.
 .
 http://download.systemimager.org/pub/ssm/

Package: ssm
Version: 0.4.53-1
Architecture: all
Maintainer: Brian Elliott Finley <brian@thefinleys.com>
Installed-Size: 284
Depends: libunix-mknod-perl | unix-mknod, libwww-perl, wget, colordiff | diff, libmailtools-perl
Suggests: libmail-mboxparser-perl, fetchmail
Priority: optional
Section: admin
Filename: pool/main/s/ssm/ssm_0.4.53-1_all.deb
Size: 58792
SHA256: 8d1f193661d9223335ba3637166ad5cf6a6442b0d2fdedb787b1be14d466c06f
SHA1: f2504130d6504193f7e1ff8cbac9f293152cccaf
MD5sum: 6007ae6ec11bab7121a149552586e154
Description: Manage the state of specific files and packages on a system.
 Simple State Manager (ssm) allows you to define a desired state for
 one or more machines.  This state can include:
 .
 * a complete list of packages to be installed (optional)
 * version information for some or all packages (optional)
 * files that should be in place, and appropriate attributes (optional)
   - regular files (content via md5sum)
   - character, block, and fifo files
   - permissions and ownership
   - soft links and hard links
   - unwanted files and directories (that should be removed)
 .
 If an defined element of a system is not in the desired state, the
 ssm client can fix it, always prompting you before taking action.
 Prompting can be suppressed with a --yes option.
 .
 State information for a machine is kept in a state definition file,
 which can be stored in a location that the ssm client can access via
 http:, https:, ftp:, or on the local filesystem.  State definition
 files are simple to create, and are easy to read and understand.
 .
 http://download.systemimager.org/pub/ssm/

Package: systemconfigurator
Version: 2.2.11-1
Architecture: all
Depends: perl, libappconfig-perl
Installed-Size: 620
Maintainer: Erich Focht <efocht@hpce.nec.com>
Priority: optional
Section: misc
Filename: pool/main/s/systemconfigurator/systemconfigurator_2.2.11-1_all.deb
Size: 84802
SHA256: d87a256c43fd240884ad37a248e304c2f989d4ddc7871188039df100e8ee71ff
SHA1: 4f2298cf06571720be9ca2a95418bb3ec4cde014
MD5sum: 5e573185f6ec0af652d186f30f609e24
Description: Unified Configuration API for Linux Installation
 Provides an API for various installation and configuration processes that are
 otherwise inconsistent between the many Linux distributions, and the many
 architectures they run on.  For example, you can configure the bootloader
 on a system in a general way - you don't need to know anything about the
 particular boot loader on the system.  You can update the network settings
 of a system, without knowing the distribution or the format of its network
 configuration files.

Package: systemimager-boot-amd64-standard
Source: systemimager
Version: 4.1.99.svn4556yaubert
Architecture: all
Maintainer: dann frazier <dannf@debian.org>
Installed-Size: 18200
Recommends: systemimager-server
Conflicts: systemimager-bin-amd64, systemimager-boot-standard-amd64, systemimager-initrd-amd64, systemimager-kernel-amd64, systemimager-server (<< 3.8.0), systemimager-ssh-amd64
Replaces: systemimager-bin-amd64, systemimager-boot-standard-amd64, systemimager-initrd-amd64, systemimager-kernel-amd64, systemimager-ssh-amd64
Priority: optional
Section: admin
Filename: pool/main/s/systemimager/systemimager-boot-amd64-standard_4.1.99.svn4556yaubert_all.deb
Size: 18467952
SHA256: 2ab0c88f91901ec1584988bb040e20cc487a65b815803002c0e6e4d1d6335315
SHA1: 825a827ab5c24c7378801db6a09ab673e14a7df8
MD5sum: a9757e70c79dda1f7e8252bd96709f9b
Description: SystemImager boot binaries for amd64 client nodes
 SystemImager is a set of utilities for installing GNU/Linux software images to
 client machines over the network.  Images are stored in flat
 files on the server, making updates easy.  The rsync protocol is used for
 transfers, making updates efficient.
 .
 This package contains the standard flavor of the boot files for installing
 amd64 machines.  This package should be installed on the image server.

Package: systemimager-boot-i386-standard
Version: 3.6.2-2
Architecture: all
Recommends: systemimager-server
Conflicts: systemimager-bin-i386, systemimager-kernel-i386, systemimager-initrd-i386, systemimager-boot-standard-i386, systemimager-ssh-i386, systemimager-server (<< 3.6.2), systemimager-server (>= 3.6.3)
Replaces: systemimager-bin-i386, systemimager-kernel-i386, systemimager-initrd-i386, systemimager-boot-standard-i386, systemimager-ssh-i386
Installed-Size: 23164
Maintainer: dann frazier <dannf@debian.org>
Source: systemimager
Priority: optional
Section: admin
Filename: pool/main/s/systemimager/systemimager-boot-i386-standard_3.6.2-2_all.deb
Size: 16224302
SHA256: 2440176d09084bae62b38930ffac83eb0c8eb5f9733a951a8e910ef4d7a7e822
SHA1: afff8be2fb89a1b3a9ab46533b1cc646f9fb825c
MD5sum: fa24b366564869d7b6dc48809893be14
Description: SystemImager boot binaries for i386 client nodes
 SystemImager is a set of utilities for installing GNU/Linux images to
 client machines over the network.  Images are stored in flat
 files on the server, making updates easy.  rsync is used for transfers,
 making updates efficient.
 .
 This package contains the standard flavor of the boot files for installing
 i386 machines.  This package should be installed on the image server.

Package: systemimager-boot-ia64-standard
Version: 3.4.1-1
Architecture: all
Recommends: systemimager-server
Conflicts: systemimager-bin-ia64, systemimager-kernel-ia64, systemimager-initrd-ia64, systemimager-boot-standard-ia64, systemimager-ssh-ia64, systemimager-server (<< 3.4.1), systemimager-server (>= 3.4.2)
Replaces: systemimager-bin-ia64, systemimager-kernel-ia64, systemimager-initrd-ia64, systemimager-boot-standard-ia64, systemimager-ssh-ia64
Installed-Size: 11372
Maintainer: dann frazier <dannf@debian.org>
Source: systemimager
Priority: optional
Section: admin
Filename: pool/main/s/systemimager/systemimager-boot-ia64-standard_3.4.1-1_all.deb
Size: 11430998
SHA256: 8c34f355e9173d8170055896d625f1f1aa4bc24ca050d84c7170bb330c2a094f
SHA1: 8c1c9952f281cf4e5ccae4024c1ae58908ce8462
MD5sum: 9147d037608400d098d9ecabcc3ffe6c
Description: SystemImager boot binaries for ia64 client nodes
 SystemImager is a set of utilities for installing GNU/Linux images to
 client machines over the network.  Images are stored in flat
 files on the server, making updates easy.  rsync is used for transfers,
 making updates efficient.
 .
 This package contains the standard flavor of the boot files for installing
 ia64 machines.  This package should be installed on the image server.

Package: systemimager-client
Source: systemimager
Version: 4.1.99.svn4556yaubert
Architecture: all
Maintainer: dann frazier <dannf@debian.org>
Installed-Size: 172
Depends: perl, file, rsync, netcat, systemimager-initrd-template-alpha | systemimager-initrd-template-i386 | systemimager-initrd-template-ia64 | systemimager-initrd-template-parisc | systemimager-initrd-template-ppc64-iSeries | systemimager-initrd-template-ppc64-ps3 | systemimager-initrd-template-ppc64 | systemimager-initrd-template-ppc64ydl | systemimager-initrd-template-ppc | systemimager-initrd-template-amd64, systemimager-common (= 4.1.99.svn4556yaubert), systemconfigurator (>= 2.2.11)
Priority: optional
Section: admin
Filename: pool/main/s/systemimager/systemimager-client_4.1.99.svn4556yaubert_all.deb
Size: 38050
SHA256: fcfa66cf53fb0a83b5a6f1fb7b4f8a402fffeebd93482d466d0575e26b182d4f
SHA1: d835817f8885160b11b534292b9892fb51a719bd
MD5sum: e9c6229cf8a359016000a7ace4075e3a
Description: Utilities for creating an image and upgrading client machines
 SystemImager is a set of utilities for installing GNU/Linux software images to
 clients machines over the network.  Images are stored in flat files on the
 server, making updates easy.  The rsync protocol is used for transfers, making
 updates efficient.
 .
 This package contains utilities for updating a client's image from the
 server, and preparing a client for having its image fetched by the server.

Package: systemimager-common
Source: systemimager
Version: 4.1.99.svn4556yaubert
Architecture: all
Maintainer: dann frazier <dannf@debian.org>
Installed-Size: 240
Depends: perl, rsync
Priority: optional
Section: admin
Filename: pool/main/s/systemimager/systemimager-common_4.1.99.svn4556yaubert_all.deb
Size: 48976
SHA256: cbbaf13989b566f7e846679cdf2ede2313120b021e64e8abbffd95dc3c075f86
SHA1: e03afd6be6ebd9d7e17e2315338b1a80ded1939b
MD5sum: cb51e32b5d10f50d8feb9ae25d2f9467
Description: Utilities and libraries common to both the server and client
 SystemImager is a set of utilities for installing GNU/Linux software images to
 clients machines over the network.  Images are stored in flat files on the
 server, making updates easy.  The rsync protocol is used for transfers, making
 updates efficient.
 .
 This package contains files common to both the systemimager client and server.

Package: systemimager-doc
Source: systemimager
Version: 4.1.99.svn4556yaubert
Architecture: all
Maintainer: dann frazier <dannf@debian.org>
Installed-Size: 1076
Suggests: systemimager-server
Priority: optional
Section: doc
Filename: pool/main/s/systemimager/systemimager-doc_4.1.99.svn4556yaubert_all.deb
Size: 636286
SHA256: 0753f6a269d53bd7c81a1069be9f9a2c64b249209c3c2cdf0b60a039983d3897
SHA1: ac2afb7e9c328c73d3e1e238a4abdcad95248aa2
MD5sum: 2b95361ab3d4ca621bac91355223489d
Description: Manual and other documentation
 SystemImager is a set of utilities for installing GNU/Linux software images to
 clients machines over the network.  Images are stored in flat files on the
 server, making updates easy.  The rsync protocol is used for transfers,
 making updates efficient.
 .
 This package contains documentation for SystemImager.

Package: systemimager-initrd-template-amd64
Source: systemimager
Version: 4.1.99.svn4556yaubert
Architecture: all
Maintainer: dann frazier <dannf@debian.org>
Installed-Size: 38080
Depends: makedev
Recommends: systemimager-server | systemimager-client
Conflicts: systemimager-bin-amd64, systemimager-boot-standard-amd64, systemimager-client (<< 3.8.0), systemimager-initrd-amd64, systemimager-kernel-amd64, systemimager-server (<< 3.8.0), systemimager-ssh-amd64
Priority: optional
Section: admin
Filename: pool/main/s/systemimager/systemimager-initrd-template-amd64_4.1.99.svn4556yaubert_all.deb
Size: 19392306
SHA256: 4b28a863cbc3ef4f3edb19eafe21b3efcf489fd978a50714338c1ab0391875ee
SHA1: 2de06841d83c400fd4cf89ed7d4405071ce22fc5
MD5sum: 2a78e196d80cd6791bcb19644c3e42f5
Description: SystemImager initrd template for amd64 client nodes
 SystemImager is a set of utilities for installing GNU/Linux software images to
 client machines over the network.  Images are stored in flat
 files on the server, making updates easy.  The rsync protocol is used for
 transfers, making updates efficient.
 .
 This package contains the root of the initrd to create a custom initrd.img for
 amd64 machines, based on the UYOK (UseYourOwnKernel) feature of
 SystemImager.  This package should be installed on the golden client.

Package: systemimager-server
Source: systemimager
Version: 4.1.99.svn4556yaubert
Architecture: all
Maintainer: dann frazier <dannf@debian.org>
Installed-Size: 984
Depends: perl, binutils, debianutils (>= 1.7), dosfstools, libappconfig-perl, libxml-parser-perl, libxml-simple-perl, genisoimage | mkisofs, mtools, rsync, systemconfigurator (>= 2.2.11), systemimager-boot-alpha-standard | systemimager-boot-i386-standard | systemimager-boot-ia64-standard | systemimager-boot-parisc-standard | systemimager-boot-ppc64-iSeries-standard | systemimager-boot-ppc64-ps3-standard | systemimager-boot-ppc64-standard | systemimager-boot-ppc64ydl-standard | systemimager-boot-ppc-standard | systemimager-boot-amd64-standard, systemimager-common (= 4.1.99.svn4556yaubert)
Recommends: dhcp3-server | dhcp, syslinux, tftp-hpa | atftp, tftpd-hpa | atftpd, openbsd-inetd | xinetd, update-inetd
Priority: optional
Section: admin
Filename: pool/main/s/systemimager/systemimager-server_4.1.99.svn4556yaubert_all.deb
Size: 202880
SHA256: ad62c95605c7d600cf5425878594c3734a0503ee88f11e6f91e145c8674398ea
SHA1: d83019f561c49ffb4bf157e351414b607f0f7620
MD5sum: 64e940d1811e47b8f05d4fe581943b7d
Description: Automate GNU/Linux installs and upgrades over a network
 SystemImager is a set of utilities for installing GNU/Linux software images to
 clients machines over the network.  Images are stored in flat files on the
 server, making updates easy.  The rsync protocol is used for transfers,
 making updates efficient.
 .
 The syslinux package should be installed on servers that will be creating
 bootable media for x86 clients.

Package: systemimager-server-bittorrent
Source: systemimager
Version: 4.1.99.svn4556yaubert
Architecture: all
Maintainer: dann frazier <dannf@debian.org>
Installed-Size: 128
Depends: systemimager-server (>= 3.8.0-1)
Priority: optional
Section: admin
Filename: pool/main/s/systemimager/systemimager-server-bittorrent_4.1.99.svn4556yaubert_all.deb
Size: 21110
SHA256: 7e350208caa666b55ac7bab5620f86371414e54e68ed8affcff2db8ec0e0ff73
SHA1: adc47a4bc530a6ff73bd0aabfd81b5abfd562016
MD5sum: e6e1059118aaf177af10db6dd1fb3b5d
Description: BitTorrent transport to distribute SystemImager images
 SystemImager is a set of utilities for installing GNU/Linux software images to
 clients machines over the network.  Images are stored in flat files on the
 server, making updates easy.  The rsync protocol is used for transfers, making
 updates efficient.
 .
 The bittorrent package allows you to use the BitTorrent protocol to perform
 installations.

Package: systemimager-server-flamethrowerd
Source: systemimager
Version: 4.1.99.svn4556yaubert
Architecture: all
Maintainer: dann frazier <dannf@debian.org>
Installed-Size: 80
Depends: systemimager-server (>= 3.6.3), flamethrower
Priority: optional
Section: admin
Filename: pool/main/s/systemimager/systemimager-server-flamethrowerd_4.1.99.svn4556yaubert_all.deb
Size: 16962
SHA256: fbded4e014b100a46934fe573b4369a03a7eb373e5af94c250c9c4cf44876d4a
SHA1: 2228fc2fa5dd2dbf702373b594e5be038d29eea3
MD5sum: c595ddcfb3ff95a5ab149736ddee2440
Description: SystemImager boot binaries for amd64 client nodes
 SystemImager is a set of utilities for installing GNU/Linux software images to
 client machines over the network.  Images are stored in flat files on the
 server, making updates easy.  The rsync protocol is used for transfers,
 making updates efficient.
 .
 This package adds support for doing multicast installations.  Multicast
 scales very well, allowing for the installation of hundreds of clients
 at the same time.  Some tuning is required for optimal performance.
 .
 This release requires that your client has enough memory to hold a copy
 of the system image.

Package: systemimager-ssh-i386
Version: 3.2.3-4
Architecture: all
Depends: systemimager-boot-i386-standard (>= 3.2.0), systemimager-boot-i386-standard (<< 3.3.0)
Installed-Size: 1320
Maintainer: dann frazier <dannf@debian.org>
Source: systemimager-ssh
Priority: optional
Section: admin
Filename: pool/main/s/systemimager-ssh/systemimager-ssh-i386_3.2.3-4_all.deb
Size: 1281766
SHA256: ee137e10e3a98c8445cb4272eb57e928aaef1665ae01da3d99f62c9b9da00349
SHA1: 266fa26f1148fd70cf0eff25ad8db83e1c1d0551
MD5sum: 7f04f2970335bd7b635883187e7f3dfe
Description: SystemImager boot binaries for i386 client nodes
 SystemImager is a set of utilities for installing GNU/Linux disk images to
 client machines over the network.  Images are stored in flat
 files on the server, making updates easy.  The rsync protocol is used for
 transfers, making updates efficient.
 .
 This provides an optional ssh component for the image server, which
 adds the ability to do secure, automated installs.

Package: systemimager-ssh-ia64
Version: 3.2.3-4
Architecture: all
Depends: systemimager-boot-ia64-standard (>= 3.2.0), systemimager-boot-ia64-standard (<< 3.3.0)
Installed-Size: 1896
Maintainer: dann frazier <dannf@debian.org>
Source: systemimager-ssh
Priority: optional
Section: admin
Filename: pool/main/s/systemimager-ssh/systemimager-ssh-ia64_3.2.3-4_all.deb
Size: 1845416
SHA256: d43140cdf4687ea10dbdb25b1f8ef6bb79eaf675ede12d7695776fe997fcc3f5
SHA1: 1a624ab4a26246d2f88f4bdf02cd576316696140
MD5sum: dc04c244c483bdb7700f7d25e2bad812
Description: SystemImager boot binaries for ia64 client nodes
 SystemImager is a set of utilities for installing GNU/Linux disk images to
 client machines over the network.  Images are stored in flat
 files on the server, making updates easy.  The rsync protocol is used for
 transfers, making updates efficient.
 .
 This provides an optional ssh component for the image server, which
 adds the ability to do secure, automated installs.

Package: systeminstaller
Version: 1.04-3
Architecture: all
Depends: perl, libmldbm-perl, libappconfig-perl, perl-tk, rpm, systemimager-server (>= 3.0.0), systemconfigurator
Installed-Size: 1012
Maintainer: dann frazier <dannf@debian.org>
Priority: optional
Section: admin
Filename: pool/main/s/systeminstaller/systeminstaller_1.04-3_all.deb
Size: 173584
SHA256: 8910c844ff58c6895829300389e96b60be888fbbf1c386690eb8884311b6255e
SHA1: e663f6957ede066f1ecca8d30dbf36408a3a8a7b
MD5sum: 5b8b30e4899a6f53e391c501634508d9
Description: Creates Linux distribution images from a set of packages
 SystemInstaller creates Linux distribution images from a set of packages and
 specification files.  Working in conjunction with SystemImager and
 SystemConfigurator, these images can then be installed to machines
 throughout your cluster/network.  As a side-effect, it can be used as a tool
 for building chroot environments for many package based distributions.
 .
 Further details can be found at http://systeminstaller.sourceforge.net and
 http://sisuite.org.

Package: unix-mknod
Version: 0.03-3
Architecture: amd64
Maintainer: Brian Elliott Finley <brian@thefinleys.com>
Installed-Size: 96
Depends: perl (>= 5.8.0-1)
Conflicts: libunix-mknod-perl
Priority: optional
Section: perl
Filename: pool/main/u/unix-mknod/unix-mknod_0.03-3_amd64.deb
Size: 13550
SHA256: a983986e6deee1b7684b88a8ed75a1f2846095944188ea2028d06a05b077fff9
SHA1: eacb228ba103cd9267f8a8892eb54208b84e8b26
MD5sum: 27169e7008c41c95eab76c5f3d520ada
Description: This module allows access to the device routines
 major()/minor()/makedev() that may or may not be macros in .h files.
 It also allows access to the mknod system call.
 .
 NOTES
 .
 There are 2 other perl modules that implement the mknod(2) system call,
 but they have problems working on some platforms.  Sys::Mknod does not
 work on AIX because it uses the syscall(2) generic system call which
 AIX does not have.  Mknod implements S_IFIFO, which on most platforms
 is not implemented in mknod, but rather mkfifo (which is implemented
 in POSIX perl module).
 .
 The perl module File::Stat::Bits also implements major() and minor() (and
 a version of makedev() called dev_join).  They are done as a program to
 get the bit masks at compile time, but if major() and minor() are
 implemented as sub routines, the arugment could be something as simple
 as an index to a lookup table (and thereby having no decernable relation
 to its result).